Uses of Enum Class
jnr.x86asm.CONDITION
Packages that use CONDITION
-
Uses of CONDITION in jnr.x86asm
Methods in jnr.x86asm that return CONDITIONModifier and TypeMethodDescriptionstatic CONDITION
Returns the enum constant of this class with the specified name.static CONDITION[]
CONDITION.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jnr.x86asm with parameters of type CONDITIONModifier and TypeMethodDescriptionfinal void
Conditional Move.final void
Conditional Move.(package private) static INST_CODE
SerializerCore.conditionToCMovCC
(CONDITION cc) (package private) static INST_CODE
SerializerCore.conditionToJCC
(CONDITION cc) (package private) static INST_CODE
SerializerCore.conditionToSetCC
(CONDITION cc) final void
Jump to label @a label if condition @a cc is met.final void
Jump to label @a label if condition @a cc is met.final void
Set Byte on Condition.final void
Set Byte on Condition.