Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-op.h241 #define tcg_gen_concat_tl_i64 tcg_gen_concat32_i64
H A Dtcg-op-common.h307 void tcg_gen_concat32_i64(TCGv_i64 ret, TCGv_i64 lo, TCGv_i64 hi);
/qemu/target/arm/tcg/
H A Dtranslate-a64.c2976 tcg_gen_concat32_i64(tmp, cpu_reg(s, rt), cpu_reg(s, rt2)); in gen_store_exclusive()
2978 tcg_gen_concat32_i64(tmp, cpu_reg(s, rt2), cpu_reg(s, rt)); in gen_store_exclusive()
3072 tcg_gen_concat32_i64(val, t1, t2); in gen_compare_and_swap_pair()
3073 tcg_gen_concat32_i64(cmp, s1, s2); in gen_compare_and_swap_pair()
3075 tcg_gen_concat32_i64(val, t2, t1); in gen_compare_and_swap_pair()
3076 tcg_gen_concat32_i64(cmp, s2, s1); in gen_compare_and_swap_pair()
3334 tcg_gen_concat32_i64(tmp, tcg_rt, tcg_rt2); in trans_STP()
3336 tcg_gen_concat32_i64(tmp, tcg_rt2, tcg_rt); in trans_STP()
/qemu/target/s390x/tcg/
H A Dtranslate.c5411 tcg_gen_concat32_i64(o->in1, regs[r1 + 1], regs[r1]); in in1_r1_D32()
5465 tcg_gen_concat32_i64(o->in1, regs[r3 + 1], regs[r3]); in in1_r3_D32()
5595 tcg_gen_concat32_i64(o->in2, regs[r1 + 1], regs[r1]); in in2_r1_D32()
/qemu/target/hppa/
H A Dtranslate.c3697 tcg_gen_concat32_i64(t, src2, src1); in trans_shrp_sar()
3738 tcg_gen_concat32_i64(dest, t2, cpu_gr[a->r1]); in trans_shrp_imm()
/qemu/tcg/
H A Dtcg-op.c3167 void tcg_gen_concat32_i64(TCGv_i64 ret, TCGv_i64 lo, TCGv_i64 hi) in tcg_gen_concat32_i64() function
/qemu/target/mips/tcg/
H A Dtranslate.c1392 tcg_gen_concat32_i64(t, fpu_f64[reg & ~1], fpu_f64[reg | 1]); in gen_load_fpr64()
4843 tcg_gen_concat32_i64(t1, t1, t0); in gen_mthc0_entrylo()
4855 tcg_gen_concat32_i64(t1, t1, t0); in gen_mthc0_store64()