Searched refs:tcg_gen_concat32_i64 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 229 #define tcg_gen_concat_tl_i64 tcg_gen_concat32_i64
|
H A D | tcg-op-common.h | 302 void tcg_gen_concat32_i64(TCGv_i64 ret, TCGv_i64 lo, TCGv_i64 hi);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 2787 tcg_gen_concat32_i64(tmp, cpu_reg(s, rt), cpu_reg(s, rt2)); in gen_store_exclusive() 2789 tcg_gen_concat32_i64(tmp, cpu_reg(s, rt2), cpu_reg(s, rt)); in gen_store_exclusive() 2883 tcg_gen_concat32_i64(val, t1, t2); in gen_compare_and_swap_pair() 2884 tcg_gen_concat32_i64(cmp, s1, s2); in gen_compare_and_swap_pair() 2886 tcg_gen_concat32_i64(val, t2, t1); in gen_compare_and_swap_pair() 2887 tcg_gen_concat32_i64(cmp, s2, s1); in gen_compare_and_swap_pair() 3145 tcg_gen_concat32_i64(tmp, tcg_rt, tcg_rt2); in trans_STP() 3147 tcg_gen_concat32_i64(tmp, tcg_rt2, tcg_rt); in trans_STP()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 5415 tcg_gen_concat32_i64(o->in1, regs[r1 + 1], regs[r1]); in in1_r1_D32() 5469 tcg_gen_concat32_i64(o->in1, regs[r3 + 1], regs[r3]); in in1_r3_D32() 5599 tcg_gen_concat32_i64(o->in2, regs[r1 + 1], regs[r1]); in in2_r1_D32()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 3700 tcg_gen_concat32_i64(t, src2, src1); in trans_shrp_sar() 3741 tcg_gen_concat32_i64(dest, t2, cpu_gr[a->r1]); in trans_shrp_imm()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 3246 void tcg_gen_concat32_i64(TCGv_i64 ret, TCGv_i64 lo, TCGv_i64 hi) in tcg_gen_concat32_i64() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 1391 tcg_gen_concat32_i64(t, fpu_f64[reg & ~1], fpu_f64[reg | 1]); in gen_load_fpr64() 4842 tcg_gen_concat32_i64(t1, t1, t0); in gen_mthc0_entrylo() 4854 tcg_gen_concat32_i64(t1, t1, t0); in gen_mthc0_store64()
|