Searched defs:or_mask (Results 1 – 3 of 3) sorted by relevance
32 #define or_mask(d, mask) \ macro38 #define or_mask(d, mask) \ macro
3379 static inline unsigned ds_pattern_bitmode(unsigned and_mask, unsigned or_mask, unsigned xor_mask) in ds_pattern_bitmode()
238 unsigned or_mask = (mask >> 5) & 0x1f; in emit_masked_swizzle() local