Searched refs:X86_INS_LJMP (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/X86/ |
D | X86IntelInstPrinter.c | 70 if (MI->flat_insn->id == X86_INS_LJMP || MI->flat_insn->id == X86_INS_LCALL) in printopaquemem() 76 if (MI->flat_insn->id == X86_INS_LJMP || MI->flat_insn->id == X86_INS_LCALL) in printopaquemem() 82 if (MI->flat_insn->id == X86_INS_LJMP || MI->flat_insn->id == X86_INS_LCALL) in printopaquemem() 706 case X86_INS_LJMP: in printOperand() 748 if (MI->flat_insn->id != X86_INS_LCALL && MI->flat_insn->id != X86_INS_LJMP) { in printOperand()
|
D | X86ATTInstPrinter.c | 618 case X86_INS_LJMP: in printOperand() 815 if (MI->flat_insn->id != X86_INS_LCALL && MI->flat_insn->id != X86_INS_LJMP) { in X86_ATT_printInst()
|
D | X86Mapping.c | 974 { X86_INS_LJMP, "ljmp" }, 5907 X86_FARJMP16i, X86_INS_LJMP, 5913 X86_FARJMP16m, X86_INS_LJMP, 5919 X86_FARJMP32i, X86_INS_LJMP, 5925 X86_FARJMP32m, X86_INS_LJMP, 5931 X86_FARJMP64, X86_INS_LJMP, 40400 X86_FARJMP16i, X86_INS_LJMP, 40406 X86_FARJMP16m, X86_INS_LJMP, 40412 X86_FARJMP32i, X86_INS_LJMP, 40418 X86_FARJMP32m, X86_INS_LJMP, [all …]
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 496 public static final int X86_INS_LJMP = 157; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 493 X86_INS_LJMP = 157 variable
|
/external/capstone/include/ |
D | x86.h | 424 X86_INS_LJMP, enumerator
|
/external/capstone/bindings/vb6/ |
D | mx86.bas | 574 X86_INS_LJMP
|