Searched refs:CC_C_BIT (Results 1 – 5 of 5) sorted by relevance
31 #define CC_C_BIT (1 << 29) macro86 ((regs)->ARM_cpsr & (CC_V_BIT|CC_C_BIT|CC_Z_BIT|CC_N_BIT))100 regs->ARM_cpsr &= (CC_V_BIT|CC_C_BIT|CC_Z_BIT|CC_N_BIT|0x10); in valid_user_regs()
25 #define CC_C_BIT (1 << 29) macro74 ((regs)->ARM_pc & (CC_V_BIT|CC_C_BIT|CC_Z_BIT|CC_N_BIT))
181 flags & CC_C_BIT ? 'C' : 'c', in show_regs()
234 ccbit = get_user_reg(child, REG_PSR) & CC_C_BIT ? 1 : 0; in get_branch_address()
544 if (regs->ARM_cpsr & CC_C_BIT) in do_alignment()