Home | History | Annotate | Download | only in Mips

Lines Matching defs:Ext

145   case MipsISD::Ext:               return "MipsISD::Ext";
689 // Pattern match EXT.
691 // => ext $dst, $src, size, pos
722 return DAG.getNode(MipsISD::Ext, DL, ValTy,
1935 // ext E, Y, 31, 1 ; extract bit31 of Y
1937 SDValue E = DAG.getNode(MipsISD::Ext, DL, MVT::i32, Y, Const31, Const1);
1974 // ext E, Y, width(Y) - 1, 1 ; extract bit width(Y)-1 of Y
1976 SDValue E = DAG.getNode(MipsISD::Ext, DL, TyY, Y,
2154 SDValue Ext = DAG.getNode(ISD::SRA, DL, VT, Hi,
2158 IsSRA ? Ext : DAG.getConstant(0, DL, VT), ShiftRightHi);