Searched refs:SETPSR_X (Results 1 – 3 of 3) sorted by relevance
180 #define SETPSR_X(d,s) d = ((d) & ~PSR_XBITS) | ((s) & PSR_XBITS) macro
153 SETPSR_X (state->Cpsr, rhs); in ARMul_FixCPSR()196 SETPSR_X (state->Spsr[state->Bank], rhs); in ARMul_FixSPSR()
1457 (SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.