Searched refs:VSelM (Results 1 – 1 of 1) sorted by relevance
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 18875 SDValue VSelM = DAG.getConstant(0x80, VT); in LowerShift() local 18876 SDValue OpVSel = DAG.getNode(ISD::AND, dl, VT, VSelM, Op); in LowerShift() 18877 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM); in LowerShift() 18890 OpVSel = DAG.getNode(ISD::AND, dl, VT, VSelM, Op); in LowerShift() 18891 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM); in LowerShift() 18901 OpVSel = DAG.getNode(ISD::AND, dl, VT, VSelM, Op); in LowerShift() 18902 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM); in LowerShift()
|