Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h372 #define tcg_gen_sub2_tl tcg_gen_sub2_i32
H A Dtcg-op-common.h136 void tcg_gen_sub2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al,
/openbmc/qemu/tcg/
H A Dtcg-op.c1157 void tcg_gen_sub2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al, in tcg_gen_sub2_i32() function
1632 tcg_gen_sub2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), TCGV_LOW(arg1), in tcg_gen_sub_i64()
1742 tcg_gen_sub2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), in tcg_gen_subfi_i64()
1759 tcg_gen_sub2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), in tcg_gen_neg_i64()
/openbmc/qemu/target/sh4/
H A Dtranslate.c860 tcg_gen_sub2_i32(REG(B11_8), cpu_sr_t, in _decode_opc()
924 tcg_gen_sub2_i32(REG(B11_8), cpu_sr_t, in _decode_opc()
/openbmc/qemu/target/m68k/
H A Dtranslate.c2502 tcg_gen_sub2_i32(QREG_CC_N, QREG_CC_X, z, z, QREG_CC_N, QREG_CC_X); in DISAS_INSN()
3035 tcg_gen_sub2_i32(QREG_CC_N, QREG_CC_X, dest, zero, QREG_CC_N, QREG_CC_X); in gen_subx()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1810 tcg_gen_sub2_i32(cpu_SR[ACCLO], cpu_SR[ACCHI], in translate_mac16()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c7757 tcg_gen_sub2_i32(t2, t1, tcg_constant_i32(0), t3, t2, t1); in op_smmla()