Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dtranslate.c354 #define ALTREG(x) cpu_gregs[(x) ^ ctx->gbank ^ 0x10] macro
1311 tcg_gen_mov_i32(ALTREG(B6_4), REG(B11_8)); in _decode_opc()
1315 tcg_gen_qemu_ld_i32(ALTREG(B6_4), REG(B11_8), ctx->memidx, in _decode_opc()
1321 tcg_gen_mov_i32(REG(B11_8), ALTREG(B6_4)); in _decode_opc()
1328 tcg_gen_qemu_st_i32(ALTREG(B6_4), addr, ctx->memidx, in _decode_opc()