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