Searched refs:tcg_gen_concat_i64_i128 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzacas.c.inc | 122 tcg_gen_concat_i64_i128(src2, src2l, src2h); 123 tcg_gen_concat_i64_i128(dest, destl, desth);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 1040 tcg_gen_concat_i64_i128(t16, tmplo, tmphi); in do_fp_st() 2801 tcg_gen_concat_i64_i128(t16, cpu_reg(s, rt), cpu_reg(s, rt2)); in gen_store_exclusive() 2802 tcg_gen_concat_i64_i128(c16, cpu_exclusive_val, in gen_store_exclusive() 2805 tcg_gen_concat_i64_i128(t16, cpu_reg(s, rt2), cpu_reg(s, rt)); in gen_store_exclusive() 2806 tcg_gen_concat_i64_i128(c16, cpu_exclusive_high, in gen_store_exclusive() 2902 tcg_gen_concat_i64_i128(val, t1, t2); in gen_compare_and_swap_pair() 2903 tcg_gen_concat_i64_i128(cmp, s1, s2); in gen_compare_and_swap_pair() 2905 tcg_gen_concat_i64_i128(val, t2, t1); in gen_compare_and_swap_pair() 2906 tcg_gen_concat_i64_i128(cmp, s2, s1); in gen_compare_and_swap_pair() 3154 tcg_gen_concat_i64_i128(tmp, tcg_rt, tcg_rt2); in trans_STP() [all …]
|
H A D | translate-sve.c | 4192 tcg_gen_concat_i64_i128(t16, t0, t1); in gen_sve_str() 4213 tcg_gen_concat_i64_i128(t16, t0, t1); in gen_sve_str()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 285 tcg_gen_concat_i64_i128(ret, l, h); in gen_load_fpr_Q() 1352 tcg_gen_concat_i64_i128(dst, l, h); in gen_op_fnegq() 1362 tcg_gen_concat_i64_i128(dst, l, h); in gen_op_fabsq() 2304 tcg_gen_concat_i64_i128(t, lo, hi); in gen_stda_asi() 2306 tcg_gen_concat_i64_i128(t, hi, lo); in gen_stda_asi() 2344 tcg_gen_concat_i64_i128(t16, t8, t8); in gen_stda_asi()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 305 void tcg_gen_concat_i64_i128(TCGv_i128 ret, TCGv_i64 lo, TCGv_i64 hi);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 308 tcg_gen_concat_i64_i128(r, l, h); in load_freg_128() 2052 tcg_gen_concat_i64_i128(o->out_128, regs[r1 + 1], regs[r1]); in op_cdsg() 4487 tcg_gen_concat_i64_i128(t16, o->out2, o->out); in op_stpq() 5662 tcg_gen_concat_i64_i128(o->in2_128, regs[r3 + 1], regs[r3]); in in2_r3_D64()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 107 tcg_gen_concat_i64_i128(t16, lo, hi);
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 3267 tcg_gen_concat_i64_i128(cmp, cpu_reserve_val2, cpu_reserve_val); in gen_stqcx_() 3270 tcg_gen_concat_i64_i128(val, cpu_gpr[rs + 1], cpu_gpr[rs]); in gen_stqcx_()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 3257 void tcg_gen_concat_i64_i128(TCGv_i128 ret, TCGv_i64 lo, TCGv_i64 hi) in tcg_gen_concat_i64_i128() function
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1792 tcg_gen_concat_i64_i128(cmp, cpu_regs[R_EAX], cpu_regs[R_EDX]); 1793 tcg_gen_concat_i64_i128(val, cpu_regs[R_EBX], cpu_regs[R_ECX]);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 5296 tcg_gen_concat_i64_i128(val, al, ah); 5354 tcg_gen_concat_i64_i128(val, al, ah);
|