Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dtranslate.c346 #define B7_0 (ctx->opcode & 0xff) macro
527 TCGv addr = tcg_constant_i32(ctx->base.pc_next + 4 + B7_0 * 2); in _decode_opc()
535 TCGv addr = tcg_constant_i32((ctx->base.pc_next + 4 + B7_0 * 4) & ~3); in _decode_opc()
1139 tcg_gen_andi_i32(REG(0), REG(0), B7_0); in _decode_opc()
1148 tcg_gen_andi_i32(val, val, B7_0); in _decode_opc()
1178 tcg_gen_addi_i32(addr, cpu_gbr, B7_0); in _decode_opc()
1185 tcg_gen_addi_i32(addr, cpu_gbr, B7_0 * 2); in _decode_opc()
1192 tcg_gen_addi_i32(addr, cpu_gbr, B7_0 * 4); in _decode_opc()
1199 tcg_gen_addi_i32(addr, cpu_gbr, B7_0); in _decode_opc()
1206 tcg_gen_addi_i32(addr, cpu_gbr, B7_0 * 2); in _decode_opc()
[all …]