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 | 96 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 | X86MCInstLower.cpp | 381 Opcode = X86::JMP64r; in convertTailJumpOpcode() 2367 case X86::JMP64r: in emitInstruction()
|
| H A D | X86SpeculativeLoadHardening.cpp | 1019 case X86::JMP64r: in tracePredStateThroughIndirectBranches()
|
| H A D | X86InstrInfo.cpp | 3985 if (Opcode == X86::JMP64r || Opcode == X86::JMP32r) { in getJumpTableIndex()
|
| H A D | X86ISelLowering.cpp | 28435 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()
|