Searched refs:tcg_gen_sub2_i32 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 372 #define tcg_gen_sub2_tl tcg_gen_sub2_i32
|
H A D | tcg-op-common.h | 136 void tcg_gen_sub2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al,
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1164 void tcg_gen_sub2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al, in tcg_gen_sub2_i32() function 1639 tcg_gen_sub2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), TCGV_LOW(arg1), in tcg_gen_sub_i64() 1749 tcg_gen_sub2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), in tcg_gen_subfi_i64() 1766 tcg_gen_sub2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), in tcg_gen_neg_i64()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 864 tcg_gen_sub2_i32(REG(B11_8), cpu_sr_t, in _decode_opc() 928 tcg_gen_sub2_i32(REG(B11_8), cpu_sr_t, in _decode_opc()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2539 tcg_gen_sub2_i32(QREG_CC_N, QREG_CC_X, z, z, QREG_CC_N, QREG_CC_X); in DISAS_INSN() 3077 tcg_gen_sub2_i32(QREG_CC_N, QREG_CC_X, dest, zero, QREG_CC_N, QREG_CC_X); in gen_subx()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 6172 tcg_gen_sub2_i32(t2, t1, tcg_constant_i32(0), t3, t2, t1); in op_smmla()
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1781 tcg_gen_sub2_i32(cpu_SR[ACCLO], cpu_SR[ACCHI], in translate_mac16()
|