Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dtranslate.c349 #define B7_0s ((int32_t) (int8_t) (ctx->opcode & 0xff)) macro
517 if (B11_8 == 15 && B7_0s < 0 && in _decode_opc()
520 deposit32(ctx->envflags, TB_FLAG_GUSA_SHIFT, 8, B7_0s); in _decode_opc()
524 tcg_gen_movi_i32(REG(B11_8), B7_0s); in _decode_opc()
541 tcg_gen_addi_i32(REG(B11_8), REG(B11_8), B7_0s); in _decode_opc()
1151 ctx->delayed_pc = ctx->base.pc_next + 4 + B7_0s * 2; in _decode_opc()
1161 ctx->delayed_pc = ctx->base.pc_next + 4 + B7_0s * 2; in _decode_opc()
1165 tcg_gen_setcondi_i32(TCG_COND_EQ, cpu_sr_t, REG(0), B7_0s); in _decode_opc()
1978 op_arg = tcg_constant_i32(B7_0s); in decode_gusa()
1996 if (pc + (i + 1 + B7_0s) * 2 != pc_end) { in decode_gusa()
[all …]