Searched refs:EPSW_FLAG_C (Results 1 – 4 of 4) sorted by relevance
134 tmp &= EPSW_FLAG_V | EPSW_FLAG_C | EPSW_FLAG_N | EPSW_FLAG_Z; in genregs_set()135 tmp |= regs->epsw & ~(EPSW_FLAG_V | EPSW_FLAG_C | EPSW_FLAG_N | in genregs_set()
62 #define USER_EPSW (EPSW_FLAG_Z | EPSW_FLAG_N | EPSW_FLAG_C | EPSW_FLAG_V | \ in restore_sigcontext()65 #define USER_EPSW (EPSW_FLAG_Z | EPSW_FLAG_N | EPSW_FLAG_C | EPSW_FLAG_V | \ in restore_sigcontext()
770 if (epsw & EPSW_FLAG_C) in misalignment_MOV_Lcc()774 if (!(epsw & (EPSW_FLAG_C | EPSW_FLAG_Z))) in misalignment_MOV_Lcc()778 if (!(epsw & EPSW_FLAG_C)) in misalignment_MOV_Lcc()782 if (epsw & (EPSW_FLAG_C | EPSW_FLAG_Z)) in misalignment_MOV_Lcc()
40 #define EPSW_FLAG_C 0x00000004 /* carry flag */ macro