Searched refs:ljmp (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/MC/MachO/ |
| H A D | gen-dwarf-macro-cpp.s | 6 ljmp *0x38(%ecx)
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | x86-16.s | 547 ljmp $0x7ace,$0x7ace label 558 data32 ljmp $1, $2
|
| H A D | x86-32.s | 697 ljmp $0x7ace,$0x7ace label 1142 ljmp %cs:*0x12345678 label
|
| H A D | x86-64.s | 398 ljmp *0xbadeface label 404 ljmp %cs:*0x12345678 label
|
| H A D | intel-syntax.s | 66 ljmp [rax]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A 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]>;
|
| H A D | X86InstrInfo.td | 3542 // lcall and ljmp aliases. This seems to be an odd mapping in 64-bit mode, but 3545 def : InstAlias<"ljmp\t$seg, $off", (FARJMP32i i32imm:$off, i16imm:$seg), 0>, Requires<[In32BitMo… 3547 def : InstAlias<"ljmp\t{*}$dst", (FARJMP32m opaquemem:$dst), 0>, Requires<[Not16BitMode]>; 3549 def : InstAlias<"ljmp\t$seg, $off", (FARJMP16i i16imm:$off, i16imm:$seg), 0>, Requires<[In16BitMo… 3551 def : InstAlias<"ljmp\t{*}$dst", (FARJMP16m opaquemem:$dst), 0>, Requires<[In16BitMode]>; 3587 // jmp and call aliases for lcall and ljmp. jmp $42,$5 -> ljmp
|
| H A D | X86InstrFormats.td | 485 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
|