Searched refs:fp64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 9364 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local 9368 gen_helper_float_round_2008_l_s(fp64, tcg_env, fp32); in gen_farith() 9370 gen_helper_float_round_l_s(fp64, tcg_env, fp32); in gen_farith() 9372 gen_store_fpr64(ctx, fp64, fd); in gen_farith() 9379 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local 9383 gen_helper_float_trunc_2008_l_s(fp64, tcg_env, fp32); in gen_farith() 9385 gen_helper_float_trunc_l_s(fp64, tcg_env, fp32); in gen_farith() 9387 gen_store_fpr64(ctx, fp64, fd); in gen_farith() 9394 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local 9398 gen_helper_float_ceil_2008_l_s(fp64, tcg_env, fp32); in gen_farith() [all …]
|