Searched refs:tcg_gen_sub2_tl (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvm.c.inc | 86 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 D | trans_rvi.c.inc | 170 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 D | tcg-op.h | 254 #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 D | translate.c | 471 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 D | translate.c | 1248 tcg_gen_sub2_tl(t3, t4, r2_low, r2_high, t1, t2); in gen_msub64_d()
|