/external/llvm/test/MC/MachO/ |
D | gen-dwarf-macro-cpp.s | 6 ljmp *0x38(%ecx)
|
/external/syslinux/gpxe/src/arch/i386/transitions/ |
D | librm.S | 210 data32 ljmp $VIRTUAL_CS, $1f 297 ljmp $REAL_CS, $1f 305 ljmp *p2r_jump_vector
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
D | mbr.S | 11 ljmp $0x0000, $0x7c00
|
D | hdprefix.S | 61 ljmp $BOOT_SEG, $start_image
|
D | lkrnprefix.S | 181 ljmp $(SYSSEG-(PREFIXSIZE/16)), $run_gpxe
|
D | bootpart.S | 35 ljmp $EXEC_SEG, $1f
|
D | dskprefix.S | 147 ljmp $SYSSEG, $start_runtime
|
D | libprefix.S | 348 ljmp $PM_CS, $1f
|
D | romprefix.S | 925 ljmp *%cs:orig_int19
|
/external/syslinux/gpxe/src/arch/i386/core/ |
D | virtaddr.S | 82 ljmp $VIRTUAL_CS, $1f
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrControl.td | 113 "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", []>;
|
D | X86InstrInfo.td | 1659 // 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/ |
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 | 2900 // 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/ |
D | TODO | 4 att: jmpf -> ljmp, callf -> lcall
|
/external/syslinux/gpxe/src/arch/i386/interface/pxe/ |
D | pxe_entry.S | 212 ljmp *%cs:pxe_int_1a_vector
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 535 ljmp $0x7ace,$0x7ace label
|
D | x86-32.s | 673 ljmp $0x7ace,$0x7ace label
|
D | x86-64.s | 400 ljmp *0xbadeface label
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32.s | 576 ljmp $0x7ace,$0x7ace label
|
D | x86-64.s | 363 ljmp *0xbadeface label
|
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/ |
D | e820mangler.S | 589 ljmp *%cs:int15_vector
|
/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 …]
|