Uses of Enum
com.kenai.jnr.x86asm.CONDITION
Packages that use CONDITION
-
Uses of CONDITION in com.kenai.jnr.x86asm
Methods in com.kenai.jnr.x86asm that return CONDITIONModifier and TypeMethodDescriptionstatic CONDITION
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 CONDITIONModifier and TypeMethodDescriptionfinal void
Deprecated.Conditional Move.final void
Deprecated.Conditional Move.(package private) static INST_CODE
SerializerCore.conditionToCMovCC
(CONDITION cc) Deprecated.(package private) static INST_CODE
SerializerCore.conditionToJCC
(CONDITION cc) Deprecated.(package private) static INST_CODE
SerializerCore.conditionToSetCC
(CONDITION cc) Deprecated.final void
Deprecated.Jump to label @a label if condition @a cc is met.final void
Deprecated.Jump to label @a label if condition @a cc is met.final void
Deprecated.Set Byte on Condition.final void
Deprecated.Set Byte on Condition.