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