Searched refs:PSR_Z_BIT (Results 1 – 11 of 11) sorted by relevance
86 return cpsr & PSR_Z_BIT; in __check_eq()91 return (~cpsr) & PSR_Z_BIT; in __check_ne()
73 #define PSR_Z_BIT 0x40000000 macro
86 #define PSR_Z_BIT 0x40000000 macro
54 #define PSR_Z_BIT 0x40000000 macro
57 #define PSR_Z_BIT 0x40000000 macro
45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
114 new |= (old & PSR_Z_BIT); in enter_exception64()
142 buf[1] = flags & PSR_Z_BIT ? 'Z' : 'z'; in __show_regs()
255 pstate & PSR_Z_BIT ? 'Z' : 'z', in print_pstate()
1437 return (pstate & PSR_Z_BIT) != 0; in __check_eq()1442 return (pstate & PSR_Z_BIT) == 0; in __check_ne()
1933 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()