/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 224 "lcall{w}\t$seg, $off", [], 228 "lcall{l}\t$seg, $off", [], 233 "lcall{w}\t{*}$dst", [], IIC_CALL_FAR_MEM>, OpSize16, 236 "lcall{l}\t{*}$dst", [], IIC_CALL_FAR_MEM>, OpSize32, 293 "lcall{q}\t{*}$dst", [], IIC_CALL_FAR_MEM>;
|
D | X86InstrInfo.td | 2868 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but 2870 def : InstAlias<"lcall $seg, $off", (FARCALL32i i32imm:$off, i16imm:$seg), 0>, Requires<[Not16BitMo… 2872 def : InstAlias<"lcall {*}$dst", (FARCALL32m opaque48mem:$dst), 0>, Requires<[Not16BitMode]>; 2874 def : InstAlias<"lcall $seg, $off", (FARCALL16i i16imm:$off, i16imm:$seg), 0>, Requires<[In16BitMod… 2876 def : InstAlias<"lcall {*}$dst", (FARCALL16m 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/CodeGen/X86/ |
D | inline-asm-out-regs.ll | 17 …%asmtmp.i.i = tail call { i32, i32, i32, i32 } asm "lcall *(%edi); cld\0A\09jc 1f\0A\09xor %ah, %a…
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 533 lcall $0x7ace,$0x7ace label
|
D | x86-32.s | 622 lcall $0x7ace,$0x7ace label
|
D | x86-64.s | 378 lcall *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/valgrind/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 66 (this is a "lcall" or callf -- far call)
|
/external/elfutils/libcpu/defs/ |
D | i386 | 114 `10011010,{absval},{sel}:lcall {sel},{absval} 116 11111111,{mod}011{64r_m}:lcall{W} *{mod}{64r_m}
|
/external/valgrind/perf/ |
D | tinycc.c | 3061 DEF_ASM(lcall) 3324 ALT(DEF_ASM_OP2(lcall, 0x9a, 0, 0, OPT_IM16, OPT_IM32)) 3325 ALT(DEF_ASM_OP1(lcall, 0xff, 3, 0, OPT_EA)) 3781 ALT(DEF_ASM_OP2(lcall, 0x9a, 0, 0, OPT_IM16, OPT_IM32)) 3782 ALT(DEF_ASM_OP1(lcall, 0xff, 3, 0, OPT_EA)) 4393 DEF_ASM(lcall) 4656 ALT(DEF_ASM_OP2(lcall, 0x9a, 0, 0, OPT_IM16, OPT_IM32)) 4657 ALT(DEF_ASM_OP1(lcall, 0xff, 3, 0, OPT_EA)) 5113 ALT(DEF_ASM_OP2(lcall, 0x9a, 0, 0, OPT_IM16, OPT_IM32)) 5114 ALT(DEF_ASM_OP1(lcall, 0xff, 3, 0, OPT_EA)) [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 409 #define CALLF(s,a) CHOICE(lcall ARG2(s,a), lcall ARG2(s,a), callf s:a)
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |