Searched refs:tcg_gen_subi_i64 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_translate.c | 206 tcg_gen_subi_i64(t0, msa_wr_d[wt << 1], eval_zero_or_big); in gen_check_zero_element() 209 tcg_gen_subi_i64(t1, msa_wr_d[(wt << 1) + 1], eval_zero_or_big); in gen_check_zero_element()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 183 #define tcg_gen_subi_tl tcg_gen_subi_i64
|
H A D | tcg-op-common.h | 188 void tcg_gen_subi_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1755 void tcg_gen_subi_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) in tcg_gen_subi_i64() function 2482 tcg_gen_subi_i64(t, arg1, 1); in tcg_gen_ctz_i64() 2517 tcg_gen_subi_i64(t, arg1, 1); in tcg_gen_ctzi_i64() 2533 tcg_gen_subi_i64(ret, t, 1); in tcg_gen_clrsb_i64()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1123 tcg_gen_subi_i64(mask, mask, 1); in gen_insert_rp()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 1515 tcg_gen_subi_i64(t, regs[r1], 1); in op_bct32() 1537 tcg_gen_subi_i64(t, t, 1); in op_bcth() 1556 tcg_gen_subi_i64(regs[r1], regs[r1], 1); in op_bct64() 4543 tcg_gen_subi_i64(cc_src, cc_src, 1); in compute_borrow()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1065 tcg_gen_subi_i64(tmp, res, ones); in do_unit_zero_cond() 2926 tcg_gen_subi_i64(tmp, tmp, 1); in do_uaddcm()
|