Searched refs:PSR_C_BIT (Results 1 – 12 of 12) sorted by relevance
99 return cpsr & PSR_C_BIT; in __check_cs()104 return (~cpsr) & PSR_C_BIT; in __check_cc()130 return cpsr & PSR_C_BIT; in __check_hi()136 return (~cpsr) & PSR_C_BIT; in __check_ls()
32 #define PSR_C_BIT 0x20000000 macro
85 #define PSR_C_BIT 0x20000000 macro
52 #define PSR_C_BIT 0x20000000 macro
45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
1353 return (pstate & PSR_C_BIT) != 0; in __check_cs()1358 return (pstate & PSR_C_BIT) == 0; in __check_cc()1384 return (pstate & PSR_C_BIT) != 0; in __check_hi()1390 return (pstate & PSR_C_BIT) == 0; in __check_ls()
195 pstate & PSR_C_BIT ? 'C' : 'c', in print_pstate()
1728 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
172 buf[2] = flags & PSR_C_BIT ? 'C' : 'c'; in __show_regs()
142 buf[2] = flags & PSR_C_BIT ? 'C' : 'c'; in __show_regs()
415 if (regs->UCreg_asr & PSR_C_BIT) in do_alignment()
874 if (regs->ARM_cpsr & PSR_C_BIT) in do_alignment()