Home | History | Annotate | Download | only in target-arm

Lines Matching full:mask

116         uint32_t c2_mask; /* MMU translation table base selection mask.  */
117 uint32_t c2_base_mask; /* MMU translation table base 0 mask. */
259 /* Set the CPSR. Note that some bits of mask must be all-set or all-clear. */
260 void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask);
274 /* Set the xPSR. Note that some bits of mask must be all-set or all-clear. */
275 static inline void xpsr_write(CPUARMState *env, uint32_t val, uint32_t mask)
277 if (mask & CPSR_NZCV) {
283 if (mask & CPSR_Q)
285 if (mask & (1 << 24))
287 if (mask & CPSR_IT_0_1) {
291 if (mask & CPSR_IT_2_7) {
295 if (mask & 0x1ff) {