Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/MC/MachO/
H A Dgen-dwarf-macro-cpp.s6 ljmp *0x38(%ecx)
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dx86-16.s547 ljmp $0x7ace,$0x7ace label
558 data32 ljmp $1, $2
H A Dx86-32.s697 ljmp $0x7ace,$0x7ace label
1142 ljmp %cs:*0x12345678 label
H A Dx86-64.s398 ljmp *0xbadeface label
404 ljmp %cs:*0x12345678 label
H A Dintel-syntax.s66 ljmp [rax]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrControl.td189 "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 DX86InstrInfo.td3542 // 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 DX86InstrFormats.td485 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)