Lines Matching refs:xff
1606 && ((short) Value >> 8) == ((short) Value & 0xff))
1607 return DAG.getTargetConstant(Value & 0xff, ValueType);
1609 && (Value & 0xff) == Value)
1747 // specialized masks to replace any and all 0's, 0xff's and 0x80's.
2341 SDValue tc = DAG.getTargetConstant(SplatBits & 0xff, MVT::i8);
2421 SDValue Mask0 = DAG.getConstant(0xff, MVT::i32);