Lines Matching refs:tcg_constant_i32
528 TCGv addr = tcg_constant_i32(ctx->base.pc_next + 4 + B7_0 * 2); in _decode_opc()
536 TCGv addr = tcg_constant_i32((ctx->base.pc_next + 4 + B7_0 * 4) & ~3); in _decode_opc()
757 TCGv zero = tcg_constant_i32(0); in _decode_opc()
856 TCGv t0 = tcg_constant_i32(0); in _decode_opc()
1266 imm = tcg_constant_i32(B7_0); in _decode_opc()
1647 tcg_constant_i32(0x80), ctx->memidx, MO_UB); in _decode_opc()
1745 TCGv m = tcg_constant_i32((ctx->opcode >> 8) & 3); in _decode_opc()
1746 TCGv n = tcg_constant_i32((ctx->opcode >> 10) & 3); in _decode_opc()
1758 TCGv n = tcg_constant_i32((ctx->opcode >> 10) & 3); in _decode_opc()
1973 op_arg = tcg_constant_i32(-1); in decode_gusa()
1981 op_arg = tcg_constant_i32(B7_0s); in decode_gusa()
2027 op_arg = tcg_constant_i32(0); in decode_gusa()