/external/llvm-project/llvm/test/MC/MachO/ |
D | gen-dwarf-macro-cpp.s | 6 ljmp *0x38(%ecx)
|
/external/llvm/test/MC/MachO/ |
D | gen-dwarf-macro-cpp.s | 6 ljmp *0x38(%ecx)
|
/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
|
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-project/llvm/test/MC/X86/ |
D | x86-16.s | 547 ljmp $0x7ace,$0x7ace label 558 data32 ljmp $1, $2
|
D | x86-32.s | 689 ljmp $0x7ace,$0x7ace label 1134 ljmp %cs:*0x12345678 label
|
D | x86-64.s | 398 ljmp *0xbadeface label 404 ljmp %cs:*0x12345678 label
|
D | intel-syntax.s | 66 ljmp [rax]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 189 "ljmp{w}\t$seg, $off", []>, 193 "ljmp{l}\t$seg, $off", []>, 197 "ljmp{q}\t{*}$dst", []>, Sched<[WriteJump]>, Requires<[In64BitMode]>; 201 "ljmp{w}\t{*}$dst", []>, OpSize16, Sched<[WriteJumpLd]>;
|
D | X86InstrInfo.td | 3379 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but 3382 def : InstAlias<"ljmp\t$seg, $off", (FARJMP32i i32imm:$off, i16imm:$seg), 0>, Requires<[In32BitMo… 3384 def : InstAlias<"ljmp\t{*}$dst", (FARJMP32m opaquemem:$dst), 0>, Requires<[Not16BitMode]>; 3386 def : InstAlias<"ljmp\t$seg, $off", (FARJMP16i i16imm:$off, i16imm:$seg), 0>, Requires<[In16BitMo… 3388 def : InstAlias<"ljmp\t{*}$dst", (FARJMP16m opaquemem:$dst), 0>, Requires<[In16BitMode]>; 3424 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
|
D | X86InstrFormats.td | 457 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
|
/external/capstone/suite/cstest/ |
D | issues.cs | 215 0x0: 0xff,0x28 == ljmp [eax] 307 0x0: 0xff,0x2d,0x34,0x35,0x23,0x01 == ljmp [0x1233534] ; Prefix:0x00 0x00 0x00 0x00 ; Opcode:0xff … 311 0x0: 0xea,0x12,0x34,0x56,0x78,0x9a,0xbc == ljmp 0xbc9a:0x78563412 ; Prefix:0x00 0x00 0x00 0x00 ; O… 383 0x0: 0xea,0xaa,0xff,0x00,0xf0 == ljmp 0xf000:0xffaa
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 189 "ljmp{w}\t$seg, $off", []>, 193 "ljmp{l}\t$seg, $off", []>, 198 "ljmp{q}\t{*}$dst", []>, Sched<[WriteJump]>, Requires<[In64BitMode]>; 202 "ljmp{w}\t{*}$dst", []>, OpSize16, Sched<[WriteJumpLd]>;
|
D | X86InstrInfo.td | 3503 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but 3506 def : InstAlias<"ljmp\t$seg, $off", (FARJMP32i i32imm:$off, i16imm:$seg), 0>, Requires<[In32BitMo… 3508 def : InstAlias<"ljmp\t{*}$dst", (FARJMP32m opaquemem:$dst), 0>, Requires<[Not16BitMode]>; 3510 def : InstAlias<"ljmp\t$seg, $off", (FARJMP16i i16imm:$off, i16imm:$seg), 0>, Requires<[In16BitMo… 3512 def : InstAlias<"ljmp\t{*}$dst", (FARJMP16m opaquemem:$dst), 0>, Requires<[In16BitMode]>; 3548 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
|
D | X86InstrFormats.td | 470 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
|
/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/elfutils/libcpu/ |
D | ChangeLog | 352 Fix lcall, dec, div, idiv, imul, inc, jmp, ljmp, mul, neg, not, push, 381 * 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/capstone/arch/X86/ |
D | X86MappingInsnOp_reduce.inc | 1764 { /* X86_FARJMP16i, X86_INS_LJMP: ljmp{w} $seg : $off */ 1768 { /* X86_FARJMP16m, X86_INS_LJMP: ljmp{w} {*}$dst */ 1772 { /* X86_FARJMP32i, X86_INS_LJMP: ljmp{l} $seg : $off */ 1776 { /* X86_FARJMP32m, X86_INS_LJMP: ljmp{l} {*}$dst */ 1780 { /* X86_FARJMP64, X86_INS_LJMP: ljmp{q} {*}$dst */
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 499 #define JMPF(s,a) CHOICE(ljmp ARG2(s,a), ljmp ARG2(s,a), jmpf s:a)
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |