Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3924 MCInst ShlInst, FenceInst; in applyLVICFIMitigation() local
3932 ShlInst.setOpcode(X86::SHL64mi); in applyLVICFIMitigation()
3933 ShlMemOp->addMemOperands(ShlInst, 5); in applyLVICFIMitigation()
3934 ShlInst.addOperand(MCOperand::createImm(0)); in applyLVICFIMitigation()
3936 Out.emitInstruction(ShlInst, getSTI()); in applyLVICFIMitigation()