Lines Matching +full:0 +full:x1d
43 * The MASK() operation returns 0xFF in any byte for which the high
44 * bit is 1, 0x00 for any byte for which the high bit is 0.
63 const unative_t x1d = vdupq_n_u8(0x1d);
69 for ( d = 0 ; d < bytes ; d += NSIZE*$# ) {
71 for ( z = z0-1 ; z >= 0 ; z-- ) {
77 w2$$ = vandq_u8(w2$$, x1d);
94 const unative_t x1d = vdupq_n_u8(0x1d);
100 for ( d = 0 ; d < bytes ; d += NSIZE*$# ) {
111 w2$$ = vandq_u8(w2$$, x1d);
120 w2$$ = PMUL(w2$$, x1d);
129 w2$$ = PMUL(w2$$, x1d);
136 w2$$ = PMUL(w2$$, x1d);
139 case 0:
143 w2$$ = vandq_u8(w2$$, x1d);