Searched refs:sgr (Results 1 – 5 of 5) sorted by relevance
/qemu/tests/tcg/s390x/ |
H A D | precise-smc-softmmu.S | 26 sgr %r1,%r1 /* this becomes `agr %r1,%r1` */ 36 sgr %r1,%r1 /* this becomes `d %r0,zero` */
|
H A D | mc.S | 30 sgr %r0,%r1
|
/qemu/target/sh4/ |
H A D | cpu.h | 153 uint32_t sgr; /* saved global register 15 */ member
|
H A D | translate.c | 124 offsetof(CPUSH4State, sgr), "SGR"); in sh4_translate_init() 170 env->sgr, env->dbr, env->delayed_pc, env->fpul); in superh_cpu_dump_state() 1436 ST(sgr, 0x003a, 0x4032, CHECK_PRIVILEGED) in _decode_opc() 1437 LD(sgr, 0x403a, 0x4036, CHECK_PRIVILEGED CHECK_SH4A) in _decode_opc()
|
H A D | helper.c | 147 env->sgr = env->gregs[15]; in superh_cpu_do_interrupt()
|