Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c9363 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() local
9366 gen_load_fpr32(ctx, fp32, fs); in gen_farith()
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()
9378 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() local
9381 gen_load_fpr32(ctx, fp32, fs); in gen_farith()
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()
9393 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() local
9396 gen_load_fpr32(ctx, fp32, fs); in gen_farith()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dneon-shared.decode38 # which is 0 for fp16 and 1 for fp32 into a MO_* constant.