Searched refs:B7_0s (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 347 #define B7_0s ((int32_t) (int8_t) (ctx->opcode & 0xff)) macro 515 if (B11_8 == 15 && B7_0s < 0 && in _decode_opc() 518 deposit32(ctx->envflags, TB_FLAG_GUSA_SHIFT, 8, B7_0s); in _decode_opc() 522 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() 1154 gen_conditional_jump(ctx, ctx->base.pc_next + 4 + B7_0s * 2, false); in _decode_opc() 1159 ctx->delayed_pc = ctx->base.pc_next + 4 + B7_0s * 2; in _decode_opc() 1164 gen_conditional_jump(ctx, ctx->base.pc_next + 4 + B7_0s * 2, true); in _decode_opc() 1169 ctx->delayed_pc = ctx->base.pc_next + 4 + B7_0s * 2; in _decode_opc() 1173 tcg_gen_setcondi_i32(TCG_COND_EQ, cpu_sr_t, REG(0), B7_0s); in _decode_opc() [all …]
|