Home | History | Annotate | Download | only in R600

Lines Matching defs:slot

544       int slot = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
552 MVT::v4f32, DAG.getTargetConstant(slot / 4 , MVT::i32));
554 TII->getRegisterInfo().getSubRegFromChannel(slot % 4),
569 if (slot % 4 < 2)
571 MVT::f32, MVT::f32, DAG.getTargetConstant(slot / 4 , MVT::i32),
575 MVT::f32, MVT::f32, DAG.getTargetConstant(slot / 4 , MVT::i32),
577 return SDValue(interp, slot % 2);