Home
last modified time | relevance | path

Searched refs:sgr (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dprecise-smc-softmmu.S26 sgr %r1,%r1 /* this becomes `agr %r1,%r1` */
36 sgr %r1,%r1 /* this becomes `d %r0,zero` */
H A Dmc.S30 sgr %r0,%r1
/qemu/target/sh4/
H A Dcpu.h153 uint32_t sgr; /* saved global register 15 */ member
H A Dtranslate.c124 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 Dhelper.c147 env->sgr = env->gregs[15]; in superh_cpu_do_interrupt()