Lines Matching refs:xff
3123 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff),
3585 assert((SplatBits & ~0xff) == 0 && "one byte splat value is too big");
3594 if ((SplatBits & ~0xff) == 0) {
3611 // * the least significant byte is 0xff and the second byte is nonzero, or
3612 // * the least significant 2 bytes are 0xff and the third is nonzero.
3614 if ((SplatBits & ~0xff) == 0) {
3643 ((SplatBits | SplatUndef) & 0xff) == 0xff) {
3647 SplatBits |= 0xff;
3670 // NEON has a 64-bit VMOV splat where each byte is either 0 or 0xff.
3671 uint64_t BitMask = 0xff;