Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mn10300/include/asm/
Dbitops.h109 !(epsw & EPSW_FLAG_Z); \
130 !(epsw & EPSW_FLAG_Z); \
Dcpu-regs.h38 #define EPSW_FLAG_Z 0x00000001 /* zero flag */ macro
/linux-2.6.39/arch/mn10300/mm/
Dmisalignment.c758 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()
/linux-2.6.39/arch/mn10300/kernel/
Dptrace.c135 tmp &= EPSW_FLAG_V | EPSW_FLAG_C | EPSW_FLAG_N | EPSW_FLAG_Z; in genregs_set()
137 EPSW_FLAG_Z); in genregs_set()
Dsignal.c125 #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()
Dmn10300-serial.c462 return !(epsw & EPSW_FLAG_Z); in mask_test_and_clear()