Home | History | Annotate | Download | only in X86

Lines Matching refs:VSRL

10725     case X86ISD::VSRLI: Opc = X86ISD::VSRL; break;
11182 Opcode = X86ISD::VSRL;
12291 return DAG.getNode(X86ISD::VSRL, dl, VT, R, Op.getOperand(1));
13195 case X86ISD::VSRL: return "X86ISD::VSRL";