Home
last modified time | relevance | path

Searched refs:lcall (Results 1 – 25 of 28) sorted by relevance

12

/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundiisr.S45 lcall *pxeparent_entry_point
64 lcall *undiisr_next_handler
/external/syslinux/gpxe/src/arch/i386/prefix/
Dlibprefix.S710 lcall *init_libkir_vector
722 lcall *init_librm_vector
730 lcall *prot_call_vector
742 lcall *init_librm_vector
Dromprefix.S299 lcall *%es:0xd
360 lcall *%es:7
373 lcall *%es:7
Dpxeprefix.S592 lcall *entry_segoff
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
De820mangler.S284 lcall *%cs:int15_vector
530 lcall *%cs:int15_vector
554 lcall *%cs:int15_vector
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrControl.td158 "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", []>;
DX86InstrInfo.td1659 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but
1661 def : InstAlias<"lcall $seg, $off", (FARCALL32i i32imm:$off, i16imm:$seg)>;
1663 def : InstAlias<"lcall *$dst", (FARCALL32m opaque48mem:$dst)>;
1683 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
DX86InstrFormats.td241 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
/external/llvm/lib/Target/X86/
DX86InstrControl.td224 "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>;
DX86InstrInfo.td2900 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but
2902 def : InstAlias<"lcall\t$seg, $off", (FARCALL32i i32imm:$off, i16imm:$seg), 0>, Requires<[In32BitMo…
2904 def : InstAlias<"lcall\t{*}$dst", (FARCALL32m opaque48mem:$dst), 0>, Requires<[Not16BitMode]>;
2906 def : InstAlias<"lcall\t$seg, $off", (FARCALL16i i16imm:$off, i16imm:$seg), 0>, Requires<[In16BitMo…
2908 def : InstAlias<"lcall\t{*}$dst", (FARCALL16m opaque32mem:$dst), 0>, Requires<[In16BitMode]>;
2948 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
DX86InstrFormats.td408 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
/external/google-breakpad/src/third_party/libdisasm/
DTODO4 att: jmpf -> ljmp, callf -> lcall
/external/llvm/test/CodeGen/X86/
Dinline-asm-out-regs.ll17 …%asmtmp.i.i = tail call { i32, i32, i32, i32 } asm "lcall *(%edi); cld\0A\09jc 1f\0A\09xor %ah, %a…
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dinline-asm-out-regs.ll17 …%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/
Dx86-16.s533 lcall $0x7ace,$0x7ace label
Dx86-32.s671 lcall $0x7ace,$0x7ace label
Dx86-64.s399 lcall *0xbadeface label
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32.s574 lcall $0x7ace,$0x7ace label
Dx86-64.s362 lcall *0xbadeface label
/external/elfutils/libcpu/
DChangeLog244 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/
D3_3_BUGSTATUS.txt66 (this is a "lcall" or callf -- far call)
/external/elfutils/libcpu/defs/
Di386114 `10011010,{absval},{sel}:lcall {sel},{absval}
116 11111111,{mod}011{64r_m}:lcall{W} *{mod}{64r_m}
/external/valgrind/perf/
Dtinycc.c3061 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/skia/src/jumper/
DSkJumper_generated_win.S5885 …DB 255,29,255,255,255,2 ; lcall *0x2ffffff(%rip) # 3005e60 <_sk_cal…
5903 DB 255,26 ; lcall *(%rdx)
5906 DB 255,30 ; lcall *(%rsi)
5937 …DB 255,29,255,255,255,2 ; lcall *0x2ffffff(%rip) # 3005ec0 <_sk_cal…
5955 DB 255,26 ; lcall *(%rdx)
5958 DB 255,30 ; lcall *(%rsi)
5989 …DB 255,29,255,255,255,2 ; lcall *0x2ffffff(%rip) # 3005f20 <_sk_cal…
6007 DB 255,26 ; lcall *(%rdx)
6010 DB 255,30 ; lcall *(%rsi)
6041 …DB 255,29,255,255,255,2 ; lcall *0x2ffffff(%rip) # 3005f80 <_sk_cal…
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h409 #define CALLF(s,a) CHOICE(lcall ARG2(s,a), lcall ARG2(s,a), callf s:a)

12