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.cpp96 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 DX86MCInstLower.cpp381 Opcode = X86::JMP64r; in convertTailJumpOpcode()
2367 case X86::JMP64r: in emitInstruction()
H A DX86SpeculativeLoadHardening.cpp1019 case X86::JMP64r: in tracePredStateThroughIndirectBranches()
H A DX86InstrInfo.cpp3985 if (Opcode == X86::JMP64r || Opcode == X86::JMP32r) { in getJumpTableIndex()
H A DX86ISelLowering.cpp28435 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode. in LowerINIT_TRAMPOLINE() local
28468 OpCode = (JMP64r << 8) | REX_WB; // jmpq *... in LowerINIT_TRAMPOLINE()
37379 unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r; in emitEHSjLjLongJmp()
37640 BuildMI(DispContBB, MIMD, TII->get(X86::JMP64r)).addReg(TReg); in EmitSjLjDispatchBlock()