public class Cpsr extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Cpsr |
getArm(Backend backend) |
static Cpsr |
getArm64(Backend backend) |
int |
getEL() |
int |
getMode() |
int |
getValue() |
boolean |
hasCarry()
进位或借位
|
boolean |
isA32() |
boolean |
isNegative() |
boolean |
isOverflow() |
boolean |
isThumb() |
boolean |
isZero() |
void |
setCarry(boolean on) |
void |
switchUserMode() |
public int getValue()
public boolean isA32()
public boolean isThumb()
public boolean isNegative()
public boolean isZero()
public boolean hasCarry()
public void setCarry(boolean on)
public boolean isOverflow()
public int getMode()
public int getEL()
public final void switchUserMode()
Copyright © 2022. All rights reserved.