/external/llvm/test/MC/MachO/ |
D | gen-dwarf-macro-cpp.s | 6 ljmp *0x38(%ecx)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 159 "ljmp{w}\t$seg, $off", [], 163 "ljmp{l}\t$seg, $off", [], 167 "ljmp{q}\t{*}$dst", [], IIC_JMP_FAR_MEM>, 171 "ljmp{w}\t{*}$dst", [], IIC_JMP_FAR_MEM>, OpSize16, 174 "ljmp{l}\t{*}$dst", [], IIC_JMP_FAR_MEM>, OpSize32,
|
D | X86InstrInfo.td | 2868 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but 2871 def : InstAlias<"ljmp $seg, $off", (FARJMP32i i32imm:$off, i16imm:$seg), 0>, Requires<[Not16BitMo… 2873 def : InstAlias<"ljmp {*}$dst", (FARJMP32m opaque48mem:$dst), 0>, Requires<[Not16BitMode]>; 2875 def : InstAlias<"ljmp $seg, $off", (FARJMP16i i16imm:$off, i16imm:$seg), 0>, Requires<[In16BitMod… 2877 def : InstAlias<"ljmp {*}$dst", (FARJMP16m opaque32mem:$dst), 0>, Requires<[In16BitMode]>; 2904 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
|
D | X86InstrFormats.td | 408 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | TODO | 4 att: jmpf -> ljmp, callf -> lcall
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 535 ljmp $0x7ace,$0x7ace label
|
D | x86-32.s | 624 ljmp $0x7ace,$0x7ace label
|
D | x86-64.s | 379 ljmp *0xbadeface label
|
/external/elfutils/libcpu/ |
D | ChangeLog | 244 Fix lcall, dec, div, idiv, imul, inc, jmp, ljmp, mul, neg, not, push, 273 * defs/i386: Use absval instead of abs of lcall and ljmp.
|
/external/elfutils/libcpu/defs/ |
D | i386 | 384 11101010,{absval},{sel}:ljmp {sel},{absval} 385 11111111,{mod}101{64r_m}:ljmp{W} *{mod}{64r_m}
|
/external/valgrind/perf/ |
D | tinycc.c | 3062 DEF_ASM(ljmp) 3326 ALT(DEF_ASM_OP2(ljmp, 0xea, 0, 0, OPT_IM16, OPT_IM32)) 3327 ALT(DEF_ASM_OP1(ljmp, 0xff, 5, 0, OPT_EA)) 3783 ALT(DEF_ASM_OP2(ljmp, 0xea, 0, 0, OPT_IM16, OPT_IM32)) 3784 ALT(DEF_ASM_OP1(ljmp, 0xff, 5, 0, OPT_EA)) 4394 DEF_ASM(ljmp) 4658 ALT(DEF_ASM_OP2(ljmp, 0xea, 0, 0, OPT_IM16, OPT_IM32)) 4659 ALT(DEF_ASM_OP1(ljmp, 0xff, 5, 0, OPT_EA)) 5115 ALT(DEF_ASM_OP2(ljmp, 0xea, 0, 0, OPT_IM16, OPT_IM32)) 5116 ALT(DEF_ASM_OP1(ljmp, 0xff, 5, 0, OPT_EA)) [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 499 #define JMPF(s,a) CHOICE(ljmp ARG2(s,a), ljmp ARG2(s,a), jmpf s:a)
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |