Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dtranslate.c350 #define B11_8 ((ctx->opcode >> 8) & 0xf) macro
495 tcg_gen_addi_i32(addr, REG(B11_8), B3_0 * 4); in _decode_opc()
504 tcg_gen_qemu_ld_i32(REG(B11_8), addr, ctx->memidx, in _decode_opc()
515 if (B11_8 == 15 && B7_0s < 0 && in _decode_opc()
522 tcg_gen_movi_i32(REG(B11_8), B7_0s); in _decode_opc()
528 tcg_gen_qemu_ld_i32(REG(B11_8), addr, ctx->memidx, in _decode_opc()
536 tcg_gen_qemu_ld_i32(REG(B11_8), addr, ctx->memidx, in _decode_opc()
541 tcg_gen_addi_i32(REG(B11_8), REG(B11_8), B7_0s); in _decode_opc()
558 tcg_gen_mov_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
561 tcg_gen_qemu_st_i32(REG(B7_4), REG(B11_8), ctx->memidx, MO_UB); in _decode_opc()
[all …]