Searched defs:CtrlOp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1535 const MachineOperand &CtrlOp = MI->getOperand(MI->getNumOperands() - 1); local
1537 if (!CtrlOp.isImm())
1549 DecodeVPERMIL2PMask(C, (unsigned)CtrlOp.getImm(), ElSize, Mask);

Completed in 131 milliseconds