Searched refs:rx_cpu_unpack_psw (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/rx/ |
H A D | gdbstub.c | 82 rx_cpu_unpack_psw(env, psw, 1); in rx_cpu_gdb_write_register()
|
H A D | helper.c | 26 void rx_cpu_unpack_psw(CPURXState *env, uint32_t psw, int rte) in rx_cpu_unpack_psw() function
|
H A D | cpu.h | 142 void rx_cpu_unpack_psw(CPURXState *env, uint32_t psw, int rte);
|
H A D | cpu.c | 91 rx_cpu_unpack_psw(env, 0, 1); in rx_cpu_reset_hold()
|
H A D | op_helper.c | 36 rx_cpu_unpack_psw(env, psw, rte); in _set_psw()
|