Home
last modified time | relevance | path

Searched refs:JMP64r (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionRetHardening.cpp87 BuildMI(MBB, MBBI, DebugLoc(), TII->get(X86::JMP64r)) in runOnMachineFunction()
H A DX86IndirectThunks.cpp102 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::JMP64r)).addReg(X86::R11); in populateThunk()
H A DX86InstrControl.td124 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst",
H A DX86SpeculativeLoadHardening.cpp1021 case X86::JMP64r: in tracePredStateThroughIndirectBranches()
H A DX86MCInstLower.cpp381 Opcode = X86::JMP64r; in convertTailJumpOpcode()
H A DX86InstrInfo.cpp3926 if (Opcode == X86::JMP64r || Opcode == X86::JMP32r) { in getJumpTableIndex()
H A DX86ISelLowering.cpp27490 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()