Home
last modified time | relevance | path

Searched refs:ljmp (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/test/MC/MachO/
Dgen-dwarf-macro-cpp.s6 ljmp *0x38(%ecx)
/external/syslinux/gpxe/src/arch/i386/transitions/
Dlibrm.S210 data32 ljmp $VIRTUAL_CS, $1f
297 ljmp $REAL_CS, $1f
305 ljmp *p2r_jump_vector
/external/syslinux/gpxe/src/arch/i386/prefix/
Dmbr.S11 ljmp $0x0000, $0x7c00
Dhdprefix.S61 ljmp $BOOT_SEG, $start_image
Dlkrnprefix.S181 ljmp $(SYSSEG-(PREFIXSIZE/16)), $run_gpxe
Dbootpart.S35 ljmp $EXEC_SEG, $1f
Ddskprefix.S147 ljmp $SYSSEG, $start_runtime
Dlibprefix.S348 ljmp $PM_CS, $1f
Dromprefix.S925 ljmp *%cs:orig_int19
/external/syslinux/gpxe/src/arch/i386/core/
Dvirtaddr.S82 ljmp $VIRTUAL_CS, $1f
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrControl.td113 "ljmp{w}\t{$seg, $off|$off, $seg}", []>, OpSize;
116 "ljmp{l}\t{$seg, $off|$off, $seg}", []>;
118 "ljmp{q}\t{*}$dst", []>;
121 "ljmp{w}\t{*}$dst", []>, OpSize;
123 "ljmp{l}\t{*}$dst", []>;
DX86InstrInfo.td1659 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but
1662 def : InstAlias<"ljmp $seg, $off", (FARJMP32i i32imm:$off, i16imm:$seg)>;
1664 def : InstAlias<"ljmp *$dst", (FARJMP32m opaque48mem:$dst)>;
1683 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
/external/llvm/lib/Target/X86/
DX86InstrControl.td159 "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,
DX86InstrInfo.td2900 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but
2903 def : InstAlias<"ljmp\t$seg, $off", (FARJMP32i i32imm:$off, i16imm:$seg), 0>, Requires<[In32BitMo…
2905 def : InstAlias<"ljmp\t{*}$dst", (FARJMP32m opaque48mem:$dst), 0>, Requires<[Not16BitMode]>;
2907 def : InstAlias<"ljmp\t$seg, $off", (FARJMP16i i16imm:$off, i16imm:$seg), 0>, Requires<[In16BitMo…
2909 def : InstAlias<"ljmp\t{*}$dst", (FARJMP16m opaque32mem:$dst), 0>, Requires<[In16BitMode]>;
2948 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
/external/google-breakpad/src/third_party/libdisasm/
DTODO4 att: jmpf -> ljmp, callf -> lcall
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_entry.S212 ljmp *%cs:pxe_int_1a_vector
/external/llvm/test/MC/X86/
Dx86-16.s535 ljmp $0x7ace,$0x7ace label
Dx86-32.s673 ljmp $0x7ace,$0x7ace label
Dx86-64.s400 ljmp *0xbadeface label
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32.s576 ljmp $0x7ace,$0x7ace label
Dx86-64.s363 ljmp *0xbadeface label
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
De820mangler.S589 ljmp *%cs:int15_vector
/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/elfutils/libcpu/defs/
Di386384 11101010,{absval},{sel}:ljmp {sel},{absval}
385 11111111,{mod}101{64r_m}:ljmp{W} *{mod}{64r_m}
/external/valgrind/perf/
Dtinycc.c3062 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 …]

12