|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CONDITION | |
|---|---|
| jnr.x86asm | |
| Uses of CONDITION in jnr.x86asm |
|---|
| Methods in jnr.x86asm that return CONDITION | |
|---|---|
static CONDITION |
CONDITION.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CONDITION[] |
CONDITION.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in jnr.x86asm with parameters of type CONDITION | |
|---|---|
void |
SerializerIntrinsics.cmov(CONDITION cc,
Register dst,
Mem src)
Conditional Move. |
void |
SerializerIntrinsics.cmov(CONDITION cc,
Register dst,
Register src)
Conditional Move. |
void |
SerializerIntrinsics.j_short(CONDITION cc,
Label label,
int hint)
Jump to label @a label if condition @a cc is met. |
void |
SerializerIntrinsics.j(CONDITION cc,
Label label,
int hint)
Jump to label @a label if condition @a cc is met. |
void |
SerializerIntrinsics.set(CONDITION cc,
Mem dst)
Set Byte on Condition. |
void |
SerializerIntrinsics.set(CONDITION cc,
Register dst)
Set Byte on Condition. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||