Lines Matching +full:0 +full:x1d
44 * The MASK() operation returns 0xFF in any byte for which the high
45 * bit is 1, 0x00 for any byte for which the high bit is 0.
64 const unative_t x1d = vdupq_n_u8(0x1d);
70 for ( d = 0 ; d < bytes ; d += NSIZE*$# ) {
72 for ( z = z0-1 ; z >= 0 ; z-- ) {
78 w2$$ = vandq_u8(w2$$, x1d);
95 const unative_t x1d = vdupq_n_u8(0x1d);
101 for ( d = 0 ; d < bytes ; d += NSIZE*$# ) {
112 w2$$ = vandq_u8(w2$$, x1d);
121 w2$$ = PMUL(w2$$, x1d);
130 w2$$ = PMUL(w2$$, x1d);
137 w2$$ = PMUL(w2$$, x1d);
140 case 0:
144 w2$$ = vandq_u8(w2$$, x1d);