Searched refs:EPSW_FLAG_Z (Results 1 – 6 of 6) sorted by relevance
107 !(epsw & EPSW_FLAG_Z); \128 !(epsw & EPSW_FLAG_Z); \
38 #define EPSW_FLAG_Z 0x00000001 /* zero flag */ macro
757 if (!((epsw & EPSW_FLAG_Z) | NxorV)) in misalignment_MOV_Lcc()765 if ((epsw & EPSW_FLAG_Z) | NxorV) in misalignment_MOV_Lcc()774 if (!(epsw & (EPSW_FLAG_C | EPSW_FLAG_Z))) in misalignment_MOV_Lcc()782 if (epsw & (EPSW_FLAG_C | EPSW_FLAG_Z)) in misalignment_MOV_Lcc()787 if (epsw & EPSW_FLAG_Z) in misalignment_MOV_Lcc()791 if (!(epsw & EPSW_FLAG_Z)) in misalignment_MOV_Lcc()
134 tmp &= EPSW_FLAG_V | EPSW_FLAG_C | EPSW_FLAG_N | EPSW_FLAG_Z; in genregs_set()136 EPSW_FLAG_Z); 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()
517 return !(epsw & EPSW_FLAG_Z); in mask_test_and_clear()