Lines Matching defs:mask
37 #define mask x13
39 #define count mask
113 mov mask, #~0
114 lsr mask, mask, limit
115 bic data1, data1, mask
116 bic data2, data2, mask
119 orr has_nul, has_nul, mask
158 alignment boundary. Round down the addresses and then mask off
223 The bytes with "0" are eliminated from the syndrome via mask.
230 need to mask offset since shifts are ignoring upper bits. */
233 mov mask, -1
237 LS_BK mask, mask, neg_offset
278 bic syndrome, syndrome, mask /* Ignore later bytes. */
288 and syndrome, syndrome, mask /* Ignore earlier bytes. */