Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc86 tcg_gen_sub2_tl(t0l, t0h, rl, rh, t0l, t0h);
87 tcg_gen_sub2_tl(rl, rh, t0l, t0h, t1l, t1h);
121 tcg_gen_sub2_tl(rl, rh, rl, rh, t0l, t0h);
H A Dtrans_rvi.c.inc170 tcg_gen_sub2_tl(rl, rh, al, ah, bl, bh);
191 tcg_gen_sub2_tl(tmp, rh, ah, one, tmp, zero);
192 tcg_gen_sub2_tl(tmp, rl, tmp, rh, bh, zero);
619 return gen_arith(ctx, a, EXT_NONE, tcg_gen_sub_tl, tcg_gen_sub2_tl);
/openbmc/qemu/include/tcg/
H A Dtcg-op.h254 #define tcg_gen_sub2_tl tcg_gen_sub2_i64 macro
372 #define tcg_gen_sub2_tl tcg_gen_sub2_i32
/openbmc/qemu/target/sparc/
H A Dtranslate.c471 tcg_gen_sub2_tl(cpu_cc_N, cpu_cc_C, src1, z, cin, z); in gen_op_subcc_int()
472 tcg_gen_sub2_tl(cpu_cc_N, cpu_cc_C, cpu_cc_N, cpu_cc_C, src2, z); in gen_op_subcc_int()
474 tcg_gen_sub2_tl(cpu_cc_N, cpu_cc_C, src1, z, src2, z); in gen_op_subcc_int()
/openbmc/qemu/target/tricore/
H A Dtranslate.c1248 tcg_gen_sub2_tl(t3, t4, r2_low, r2_high, t1, t2); in gen_msub64_d()