Searched refs:JMP64r (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionRetHardening.cpp | 87 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::JMP64r)) in runOnMachineFunction()
|
H A D | X86IndirectThunks.cpp | 102 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::JMP64r)).addReg(X86::R11); in populateThunk()
|
H A D | X86InstrControl.td | 124 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst",
|
H A D | X86SpeculativeLoadHardening.cpp | 1021 case X86::JMP64r: in tracePredStateThroughIndirectBranches()
|
H A D | X86MCInstLower.cpp | 381 Opcode = X86::JMP64r; in convertTailJumpOpcode()
|
H A D | X86InstrInfo.cpp | 3926 if (Opcode == X86::JMP64r || Opcode == X86::JMP32r) { in getJumpTableIndex()
|
H A D | X86ISelLowering.cpp | 27490 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode. in LowerINIT_TRAMPOLINE() local 27523 OpCode = (JMP64r << 8) | REX_WB; // jmpq *... in LowerINIT_TRAMPOLINE() 36162 unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r; in emitEHSjLjLongJmp() 36421 BuildMI(DispContBB, MIMD, TII->get(X86::JMP64r)).addReg(TReg); in EmitSjLjDispatchBlock()
|