Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c9385 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9389 gen_helper_float_round_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9391 gen_helper_float_round_l_s(fp64, tcg_env, fp32); in gen_farith()
9393 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9400 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9404 gen_helper_float_trunc_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9406 gen_helper_float_trunc_l_s(fp64, tcg_env, fp32); in gen_farith()
9408 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9415 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9419 gen_helper_float_ceil_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
[all …]