Home | History | Annotate | Download | only in Mips

Lines Matching refs:Ext

82   case MipsISD::Ext:               return "MipsISD::Ext";
643 // Pattern match EXT.
645 // => ext $dst, $src, size, pos
675 return DAG.getNode(MipsISD::Ext, N->getDebugLoc(), ValTy,
1834 // ext E, Y, 31, 1 ; extract bit31 of Y
1836 SDValue E = DAG.getNode(MipsISD::Ext, DL, MVT::i32, Y, Const31, Const1);
1871 // ext E, Y, width(Y) - 1, 1 ; extract bit width(Y)-1 of Y
1873 SDValue E = DAG.getNode(MipsISD::Ext, DL, TyY, Y,
3053 // to 32 bits. Insert an assert[sz]ext to capture this, then