Searched refs:lcall (Results 1 – 12 of 12) sorted by relevance
/external/qemu/target-i386/ |
D | TODO | 5 - x86_64: lcall/ljmp intel/amd differences ? 11 - fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 158 "lcall{w}\t{$seg, $off|$off, $seg}", []>, OpSize; 161 "lcall{l}\t{$seg, $off|$off, $seg}", []>; 164 "lcall{w}\t{*}$dst", []>, OpSize; 166 "lcall{l}\t{*}$dst", []>; 237 "lcall{q}\t{*}$dst", []>;
|
D | X86InstrInfo.td | 1513 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but 1515 def : InstAlias<"lcall $seg, $off", (FARCALL32i i32imm:$off, i16imm:$seg)>; 1517 def : InstAlias<"lcall *$dst", (FARCALL32m opaque48mem:$dst)>; 1537 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
|
D | X86InstrFormats.td | 238 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
|
/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-32.s | 574 lcall $0x7ace,$0x7ace label
|
D | x86-64.s | 362 lcall *0xbadeface label
|
/external/grub/ |
D | acinclude.m4 | 163 lcall *(offset)
|
D | configure | 4036 lcall *(offset)
|
D | ChangeLog | 4398 Prefix the operand to "lcall" with `*'. 6106 of %al in %bl. Do not lcall. Use ljmp instead.
|
/external/valgrind/main/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 66 (this is a "lcall" or callf -- far call)
|
/external/valgrind/main/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 …]
|