Home
last modified time | relevance | path

Searched refs:EPSW_FLAG_Z (Results 1 – 6 of 6) sorted by relevance

/arch/mn10300/include/asm/
Dbitops.h107 !(epsw & EPSW_FLAG_Z); \
128 !(epsw & EPSW_FLAG_Z); \
Dcpu-regs.h38 #define EPSW_FLAG_Z 0x00000001 /* zero flag */ macro
/arch/mn10300/mm/
Dmisalignment.c757 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()
/arch/mn10300/kernel/
Dptrace.c134 tmp &= EPSW_FLAG_V | EPSW_FLAG_C | EPSW_FLAG_N | EPSW_FLAG_Z; in genregs_set()
136 EPSW_FLAG_Z); in genregs_set()
Dsignal.c62 #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()
Dmn10300-serial.c517 return !(epsw & EPSW_FLAG_Z); in mask_test_and_clear()