Searched refs:fp1 (Results 1 – 4 of 4) sorted by relevance
/qemu/target/m68k/ |
H A D | softfloat.c | 233 floatx80 fp0, fp1, fp2, fp3, f, logof2, klog2, saveu; in floatx80_lognp1() local 277 fp1 = a; in floatx80_lognp1() 290 fp1 = int32_to_floatx80(k, status); in floatx80_lognp1() 304 klog2 = floatx80_mul(fp1, logof2, status); /* FP1 IS K*LOG2 */ in floatx80_lognp1() 308 fp1 = fp2; in floatx80_lognp1() 310 fp1 = floatx80_mul(fp1, float64_to_floatx80( in floatx80_lognp1() 316 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1() 322 fp1 = floatx80_mul(fp1, fp3, status); /* V*(A4+V*A6) */ in floatx80_lognp1() 324 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1() 330 fp1 = floatx80_mul(fp1, fp3, status); /* V*(A2+V*(A4+V*A6)) */ in floatx80_lognp1() [all …]
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 1751 TCGv_i##bits fp1 = tcg_temp_new_i##bits(); \ 1769 gen_ldcmp_fpr##bits(ctx, fp1, ft); \ 1772 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _f, fp0, fp1, cc); \ 1775 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _un, fp0, fp1, cc); \ 1778 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _eq, fp0, fp1, cc); \ 1781 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ueq, fp0, fp1, cc); \ 1784 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _olt, fp0, fp1, cc); \ 1787 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ult, fp0, fp1, cc); \ 1790 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ole, fp0, fp1, cc); \ 1793 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ule, fp0, fp1, cc); \ [all …]
|
/qemu/target/sh4/ |
H A D | translate.c | 1064 TCGv_i64 fp0, fp1; in _decode_opc() local 1070 fp1 = tcg_temp_new_i64(); in _decode_opc() 1072 gen_load_fpr64(ctx, fp1, B7_4); in _decode_opc() 1075 gen_helper_fadd_DT(fp0, tcg_env, fp0, fp1); in _decode_opc() 1078 gen_helper_fsub_DT(fp0, tcg_env, fp0, fp1); in _decode_opc() 1081 gen_helper_fmul_DT(fp0, tcg_env, fp0, fp1); in _decode_opc() 1084 gen_helper_fdiv_DT(fp0, tcg_env, fp0, fp1); in _decode_opc() 1087 gen_helper_fcmp_eq_DT(cpu_sr_t, tcg_env, fp0, fp1); in _decode_opc() 1090 gen_helper_fcmp_gt_DT(cpu_sr_t, tcg_env, fp0, fp1); in _decode_opc()
|
/qemu/tests/tcg/xtensa/ |
H A D | test_fp1.S | 4 test_suite fp1
|