Home
last modified time | relevance | path

Searched refs:t64 (Results 1 – 9 of 9) sorted by relevance

/qemu/target/m68k/
H A Dtranslate.c919 TCGv_i64 t64; in gen_fp_move() local
934 TCGv_i64 t64; in gen_load_fp() local
981 TCGv_i64 t64; in gen_store_fp() local
1039 TCGv_i64 t64; in gen_ea_mode_fp() local
3411 tcg_gen_shl_i64(t64, t64, s64); in shift_reg()
3446 tcg_gen_xor_i64(t64, t64, s64); in shift_reg()
3448 tcg_gen_andi_i64(t64, t64, -1ULL << (bits - 1)); in shift_reg()
3454 tcg_gen_shli_i64(t64, t64, 32); in shift_reg()
3456 tcg_gen_shr_i64(t64, t64, s64); in shift_reg()
3458 tcg_gen_sar_i64(t64, t64, s64); in shift_reg()
[all …]
/qemu/target/sparc/
H A Dtranslate.c637 tcg_gen_trunc_i64_tl(dst, t64); in gen_op_sdiv()
643 TCGv_i64 t64; in gen_op_udivcc() local
646 t64 = cpu_cc_V; in gen_op_udivcc()
648 t64 = tcg_temp_new_i64(); in gen_op_udivcc()
654 tcg_gen_ext32u_tl(cpu_cc_N, t64); in gen_op_udivcc()
668 TCGv_i64 t64; in gen_op_sdivcc() local
671 t64 = cpu_cc_V; in gen_op_sdivcc()
673 t64 = tcg_temp_new_i64(); in gen_op_sdivcc()
1927 TCGv_i64 s64, t64; in gen_ldstub_asi() local
4571 TCGv_i64 t64; in do_ldxfsr() local
[all …]
/qemu/target/arm/tcg/
H A Dsme_helper.c985 float64 t64; in f16_dotadd() local
995 t64 = float64_mul(e1r, e2r, s_odd); in f16_dotadd()
996 t64 = float64r32_muladd(e1c, e2c, t64, 0, s_std); in f16_dotadd()
999 t32 = float64_to_float32(t64, s_std); in f16_dotadd()
H A Dtranslate-neon.c2422 TCGv_i64 t64 = tcg_temp_new_i64(); in do_2scalar_long() local
2423 read_neon_element64(t64, a->vd, 0, MO_64); in do_2scalar_long()
2424 accfn(rn0_64, t64, rn0_64); in do_2scalar_long()
2425 read_neon_element64(t64, a->vd, 1, MO_64); in do_2scalar_long()
2426 accfn(rn1_64, t64, rn1_64); in do_2scalar_long()
H A Dtranslate-sve.c1777 TCGv_i64 t64; in do_sat_addsub_vec() local
1813 t64 = tcg_temp_new_i64(); in do_sat_addsub_vec()
1815 tcg_gen_neg_i64(t64, val); in do_sat_addsub_vec()
1817 tcg_gen_mov_i64(t64, val); in do_sat_addsub_vec()
1820 gen_helper_sve_uqaddi_s(dptr, nptr, t64, desc); in do_sat_addsub_vec()
1822 gen_helper_sve_sqaddi_s(dptr, nptr, t64, desc); in do_sat_addsub_vec()
1834 t64 = tcg_temp_new_i64(); in do_sat_addsub_vec()
1835 tcg_gen_neg_i64(t64, val); in do_sat_addsub_vec()
1836 gen_helper_sve_sqaddi_d(dptr, nptr, t64, desc); in do_sat_addsub_vec()
H A Dtranslate.c3270 TCGv_i64 t64 = tcg_temp_new_i64(); in gen_load_exclusive() local
3282 tcg_gen_qemu_ld_i64(t64, taddr, get_mem_index(s), opc); in gen_load_exclusive()
3283 tcg_gen_mov_i64(cpu_exclusive_val, t64); in gen_load_exclusive()
3285 tcg_gen_extr_i64_i32(tmp2, tmp, t64); in gen_load_exclusive()
3287 tcg_gen_extr_i64_i32(tmp, tmp2, t64); in gen_load_exclusive()
/qemu/target/microblaze/
H A Dtranslate.c1421 TCGv_i64 t64 = tcg_temp_new_i64(); in trans_mfs() local
1422 tcg_gen_ld_i64(t64, tcg_env, offsetof(CPUMBState, ear)); in trans_mfs()
1423 tcg_gen_extrh_i64_i32(dest, t64); in trans_mfs()
1451 TCGv_i64 t64 = tcg_temp_new_i64(); in trans_mfs() local
1452 tcg_gen_ld_i64(t64, tcg_env, offsetof(CPUMBState, ear)); in trans_mfs()
1453 tcg_gen_extrl_i64_i32(dest, t64); in trans_mfs()
/qemu/tcg/
H A Dtcg-op-gvec.c1372 TCGv_i64 t64 = tcg_temp_new_i64(); in tcg_gen_gvec_2s() local
1374 tcg_gen_dup_i64(g->vece, t64, c); in tcg_gen_gvec_2s()
1375 expand_2s_i64(dofs, aofs, oprsz, t64, g->scalar_first, g->fni8); in tcg_gen_gvec_2s()
1376 tcg_temp_free_i64(t64); in tcg_gen_gvec_2s()
/qemu/target/mips/tcg/
H A Dtranslate.c1387 TCGv_i64 t64; in gen_store_fpr32() local
1391 t64 = tcg_temp_new_i64(); in gen_store_fpr32()
1392 tcg_gen_extu_i32_i64(t64, t); in gen_store_fpr32()
1393 tcg_gen_deposit_i64(fpu_f64[reg], fpu_f64[reg], t64, 0, 32); in gen_store_fpr32()
1408 TCGv_i64 t64 = tcg_temp_new_i64(); in gen_store_fpr32h() local
1409 tcg_gen_extu_i32_i64(t64, t); in gen_store_fpr32h()
1410 tcg_gen_deposit_i64(fpu_f64[reg], fpu_f64[reg], t64, 32, 32); in gen_store_fpr32h()
4127 TCGv_i64 t64 = tcg_temp_new_i64(); in gen_loongson_multimedia() local
4130 tcg_gen_setcond_i64(cond, t64, t0, t1); in gen_loongson_multimedia()
4131 tcg_gen_extrl_i64_i32(t32, t64); in gen_loongson_multimedia()