Searched refs:EPSW_FLAG_Z (Results 1 – 6 of 6) sorted by relevance
109 !(epsw & EPSW_FLAG_Z); \130 !(epsw & EPSW_FLAG_Z); \
38 #define EPSW_FLAG_Z 0x00000001 /* zero flag */ macro
758 if (!((epsw & EPSW_FLAG_Z) | NxorV)) in misalignment_MOV_Lcc()766 if ((epsw & EPSW_FLAG_Z) | NxorV) in misalignment_MOV_Lcc()775 if (!(epsw & (EPSW_FLAG_C | EPSW_FLAG_Z))) in misalignment_MOV_Lcc()783 if (epsw & (EPSW_FLAG_C | EPSW_FLAG_Z)) in misalignment_MOV_Lcc()788 if (epsw & EPSW_FLAG_Z) in misalignment_MOV_Lcc()792 if (!(epsw & EPSW_FLAG_Z)) in misalignment_MOV_Lcc()
135 tmp &= EPSW_FLAG_V | EPSW_FLAG_C | EPSW_FLAG_N | EPSW_FLAG_Z; in genregs_set()137 EPSW_FLAG_Z); in genregs_set()
125 #define USER_EPSW (EPSW_FLAG_Z | EPSW_FLAG_N | EPSW_FLAG_C | EPSW_FLAG_V | \ in restore_sigcontext()128 #define USER_EPSW (EPSW_FLAG_Z | EPSW_FLAG_N | EPSW_FLAG_C | EPSW_FLAG_V | \ in restore_sigcontext()
462 return !(epsw & EPSW_FLAG_Z); in mask_test_and_clear()