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 CONDITIONDeprecated.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 voidDeprecated.Conditional Move.final voidDeprecated.Conditional Move.(package private) static INST_CODESerializerCore.conditionToCMovCC(CONDITION cc) Deprecated.(package private) static INST_CODESerializerCore.conditionToJCC(CONDITION cc) Deprecated.(package private) static INST_CODESerializerCore.conditionToSetCC(CONDITION cc) Deprecated.final voidDeprecated.Jump to label @a label if condition @a cc is met.final voidDeprecated.Jump to label @a label if condition @a cc is met.final voidDeprecated.Set Byte on Condition.final voidDeprecated.Set Byte on Condition.