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.cpp4047 MCInst ShlInst, FenceInst; in applyLVICFIMitigation() local
4055 ShlInst.setOpcode(X86::SHL64mi); in applyLVICFIMitigation()
4056 ShlMemOp->addMemOperands(ShlInst, 5); in applyLVICFIMitigation()
4057 ShlInst.addOperand(MCOperand::createImm(0)); in applyLVICFIMitigation()
4059 Out.emitInstruction(ShlInst, getSTI()); in applyLVICFIMitigation()