Home
last modified time | relevance | path

Searched refs:tcg_single (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dtranslate-vfp.c573 TCGv_i32 tcg_single, tcg_res; in trans_VCVT() local
574 tcg_single = tcg_temp_new_i32(); in trans_VCVT()
576 vfp_load_reg32(tcg_single, rm); in trans_VCVT()
579 gen_helper_vfp_toslh(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
581 gen_helper_vfp_toulh(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
585 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
587 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
592 tcg_temp_free_i32(tcg_single); in trans_VCVT()
H A Dtranslate-a64.c6995 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
7031 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7039 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7040 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7044 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7052 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7053 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7101 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
7122 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7126 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dtranslate-vfp.c573 TCGv_i32 tcg_single, tcg_res; in trans_VCVT() local
574 tcg_single = tcg_temp_new_i32(); in trans_VCVT()
576 vfp_load_reg32(tcg_single, rm); in trans_VCVT()
579 gen_helper_vfp_toslh(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
581 gen_helper_vfp_toulh(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
585 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
587 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
592 tcg_temp_free_i32(tcg_single); in trans_VCVT()
H A Dtranslate-a64.c6993 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
7029 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7037 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7038 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7042 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7050 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7051 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7099 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
7120 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7124 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dtranslate-vfp.inc.c527 TCGv_i32 tcg_single, tcg_res; in trans_VCVT() local
528 tcg_single = tcg_temp_new_i32(); in trans_VCVT()
530 neon_load_reg32(tcg_single, rm); in trans_VCVT()
532 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
534 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
538 tcg_temp_free_i32(tcg_single); in trans_VCVT()
H A Dtranslate-a64.c6314 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
6350 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6358 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6359 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6363 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6371 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6372 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6420 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
6441 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6445 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dtranslate-vfp.inc.c454 TCGv_i32 tcg_single, tcg_res; in trans_VCVT() local
455 tcg_single = tcg_temp_new_i32(); in trans_VCVT()
457 neon_load_reg32(tcg_single, rm); in trans_VCVT()
459 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
461 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
465 tcg_temp_free_i32(tcg_single); in trans_VCVT()
H A Dtranslate-a64.c6480 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
6516 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6524 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6525 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6529 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6537 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6538 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6586 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
6607 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6611 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dtranslate-vfp.inc.c527 TCGv_i32 tcg_single, tcg_res; in trans_VCVT() local
528 tcg_single = tcg_temp_new_i32(); in trans_VCVT()
530 neon_load_reg32(tcg_single, rm); in trans_VCVT()
532 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
534 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
538 tcg_temp_free_i32(tcg_single); in trans_VCVT()
H A Dtranslate-a64.c6314 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
6350 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6358 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6359 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6363 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6371 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6372 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6420 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
6441 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6445 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dtranslate-vfp.inc.c454 TCGv_i32 tcg_single, tcg_res; in trans_VCVT() local
455 tcg_single = tcg_temp_new_i32(); in trans_VCVT()
457 neon_load_reg32(tcg_single, rm); in trans_VCVT()
459 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
461 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
465 tcg_temp_free_i32(tcg_single); in trans_VCVT()
H A Dtranslate-a64.c6480 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
6516 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6524 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6525 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6529 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6537 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6538 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6586 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
6607 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6611 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dtranslate-a64.c5736 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
5772 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
5780 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
5781 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
5785 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
5793 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
5794 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
5842 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
5863 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
5867 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
H A Dtranslate.c3259 TCGv_i32 tcg_single, tcg_res; in handle_vcvt() local
3260 tcg_single = tcg_temp_new_i32(); in handle_vcvt()
3262 tcg_gen_ld_f32(tcg_single, cpu_env, vfp_reg_offset(0, rm)); in handle_vcvt()
3264 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in handle_vcvt()
3266 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in handle_vcvt()
3270 tcg_temp_free_i32(tcg_single); in handle_vcvt()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dtranslate-a64.c6944 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
6980 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
6988 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
6989 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
6993 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7001 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7002 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7050 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
7071 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7075 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
H A Dtranslate-vfp.c.inc478 TCGv_i32 tcg_single, tcg_res;
479 tcg_single = tcg_temp_new_i32();
481 vfp_load_reg32(tcg_single, rm);
484 gen_helper_vfp_toslh(tcg_res, tcg_single, tcg_shift, fpst);
486 gen_helper_vfp_toulh(tcg_res, tcg_single, tcg_shift, fpst);
490 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst);
492 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst);
497 tcg_temp_free_i32(tcg_single);
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dtranslate-a64.c6975 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
7011 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7019 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7020 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7024 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7032 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7033 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7081 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
7102 tcg_temp_free_i32(tcg_single); in handle_fpfpcvt()
7106 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]
H A Dtranslate-vfp.c.inc487 TCGv_i32 tcg_single, tcg_res;
488 tcg_single = tcg_temp_new_i32();
490 vfp_load_reg32(tcg_single, rm);
493 gen_helper_vfp_toslh(tcg_res, tcg_single, tcg_shift, fpst);
495 gen_helper_vfp_toulh(tcg_res, tcg_single, tcg_shift, fpst);
499 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst);
501 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst);
506 tcg_temp_free_i32(tcg_single);
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c4832 TCGv_i32 tcg_single = tcg_temp_new_i32(tcg_ctx); in handle_fpfpcvt() local
4834 gen_helper_vfp_sqtos(tcg_ctx, tcg_single, tcg_int, in handle_fpfpcvt()
4837 gen_helper_vfp_uqtos(tcg_ctx, tcg_single, tcg_int, in handle_fpfpcvt()
4840 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
4841 tcg_temp_free_i32(tcg_ctx, tcg_single); in handle_fpfpcvt()
4879 TCGv_i32 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt() local
4900 tcg_temp_free_i32(tcg_ctx, tcg_single); in handle_fpfpcvt()
6603 TCGv_i32 tcg_single = tcg_temp_new_i32(tcg_ctx); in handle_simd_intfp_conv() local
6605 gen_helper_vfp_sqtos(tcg_ctx, tcg_single, tcg_int, in handle_simd_intfp_conv()
6612 write_fp_sreg(s, rd, tcg_single); in handle_simd_intfp_conv()
[all …]
H A Dtranslate.c3032 TCGv_i32 tcg_single, tcg_res; in handle_vcvt() local
3033 tcg_single = tcg_temp_new_i32(tcg_ctx); in handle_vcvt()
3035 tcg_gen_ld_f32(tcg_ctx, tcg_single, tcg_ctx->cpu_env, vfp_reg_offset(0, rm)); in handle_vcvt()
3037 gen_helper_vfp_tosls(tcg_ctx, tcg_res, tcg_single, tcg_shift, fpst); in handle_vcvt()
3039 gen_helper_vfp_touls(tcg_ctx, tcg_res, tcg_single, tcg_shift, fpst); in handle_vcvt()
3043 tcg_temp_free_i32(tcg_ctx, tcg_single); in handle_vcvt()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c4832 TCGv_i32 tcg_single = tcg_temp_new_i32(tcg_ctx); in handle_fpfpcvt() local
4834 gen_helper_vfp_sqtos(tcg_ctx, tcg_single, tcg_int, in handle_fpfpcvt()
4837 gen_helper_vfp_uqtos(tcg_ctx, tcg_single, tcg_int, in handle_fpfpcvt()
4840 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
4841 tcg_temp_free_i32(tcg_ctx, tcg_single); in handle_fpfpcvt()
4879 TCGv_i32 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt() local
4900 tcg_temp_free_i32(tcg_ctx, tcg_single); in handle_fpfpcvt()
6603 TCGv_i32 tcg_single = tcg_temp_new_i32(tcg_ctx); in handle_simd_intfp_conv() local
6605 gen_helper_vfp_sqtos(tcg_ctx, tcg_single, tcg_int, in handle_simd_intfp_conv()
6612 write_fp_sreg(s, rd, tcg_single); in handle_simd_intfp_conv()
[all …]
H A Dtranslate.c3032 TCGv_i32 tcg_single, tcg_res; in handle_vcvt() local
3033 tcg_single = tcg_temp_new_i32(tcg_ctx); in handle_vcvt()
3035 tcg_gen_ld_f32(tcg_ctx, tcg_single, tcg_ctx->cpu_env, vfp_reg_offset(0, rm)); in handle_vcvt()
3037 gen_helper_vfp_tosls(tcg_ctx, tcg_res, tcg_single, tcg_shift, fpst); in handle_vcvt()
3039 gen_helper_vfp_touls(tcg_ctx, tcg_res, tcg_single, tcg_shift, fpst); in handle_vcvt()
3043 tcg_temp_free_i32(tcg_ctx, tcg_single); in handle_vcvt()