Searched refs:CPSRWriteByInstr (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/bsd-user/arm/ |
| H A D | target_arch_thread.h | 47 cpsr_write(env, (entry & 1) * CPSR_T, CPSR_T, CPSRWriteByInstr); in target_thread_set_upcall()
|
| H A D | signal.c | 58 cpsr_write(env, (ka->_sa_handler & 1) * CPSR_T, CPSR_T, CPSRWriteByInstr); in set_sigtramp_args() 210 cpsr_write(env, cpsr, CPSR_USER | CPSR_EXEC, CPSRWriteByInstr); in set_mcontext()
|
| /openbmc/qemu/linux-user/arm/nwfpe/ |
| H A D | fpa11.h | 107 cpsr_write(user_registers, x, CPSR_NZCV, CPSRWriteByInstr); in writeConditionCodes()
|