Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3953 MCInst ShlInst, FenceInst; in applyLVICFIMitigation() local
3961 ShlInst.setOpcode(X86::SHL64mi); in applyLVICFIMitigation()
3962 ShlMemOp->addMemOperands(ShlInst, 5); in applyLVICFIMitigation()
3963 ShlInst.addOperand(MCOperand::createImm(0)); in applyLVICFIMitigation()
3965 Out.emitInstruction(ShlInst, getSTI()); in applyLVICFIMitigation()