Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35517 unsigned XorRROpc = (PVT == MVT::i64) ? X86::XOR64rr : X86::XOR32rr; in emitSetJmpShadowStackFix() local
35518 BuildMI(*MBB, MI, DL, TII->get(XorRROpc)) in emitSetJmpShadowStackFix()