Uses of Class
com.kenai.jnr.x86asm.CONDITION
-
Packages that use CONDITION Package Description com.kenai.jnr.x86asm -
-
Uses of CONDITION in com.kenai.jnr.x86asm
Methods in com.kenai.jnr.x86asm that return CONDITION Modifier and Type Method Description 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 Modifier and Type Method Description 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(CONDITION cc, Label label, int hint)
Deprecated.Jump to label @a label if condition @a cc is met.void
SerializerIntrinsics. j_short(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.
-