Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3919 MCInst ShlInst, FenceInst; in applyLVICFIMitigation() local
3927 ShlInst.setOpcode(X86::SHL64mi); in applyLVICFIMitigation()
3928 ShlMemOp->addMemOperands(ShlInst, 5); in applyLVICFIMitigation()
3929 ShlInst.addOperand(MCOperand::createImm(0)); in applyLVICFIMitigation()
3931 Out.emitInstruction(ShlInst, getSTI()); in applyLVICFIMitigation()