Package | Description |
---|---|
jnr.x86asm |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017. All rights reserved.