Uses of Enum
jnr.x86asm.CONDITION
Packages that use CONDITION
-
Uses of CONDITION in jnr.x86asm
Methods in jnr.x86asm that return CONDITIONModifier and TypeMethodDescriptionstatic CONDITIONReturns 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.Methods in jnr.x86asm with parameters of type CONDITIONModifier and TypeMethodDescriptionfinal voidConditional Move.final voidConditional Move.(package private) static INST_CODESerializerCore.conditionToCMovCC(CONDITION cc) (package private) static INST_CODESerializerCore.conditionToJCC(CONDITION cc) (package private) static INST_CODESerializerCore.conditionToSetCC(CONDITION cc) final voidJump to label @a label if condition @a cc is met.final voidJump to label @a label if condition @a cc is met.final voidSet Byte on Condition.final voidSet Byte on Condition.