Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dtranslate.c9364 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() local
9367 gen_load_fpr32(ctx, fp32, fs); in gen_farith()
9369 gen_helper_float_round_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9371 gen_helper_float_round_l_s(fp64, tcg_env, fp32); in gen_farith()
9379 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() local
9382 gen_load_fpr32(ctx, fp32, fs); in gen_farith()
9384 gen_helper_float_trunc_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9386 gen_helper_float_trunc_l_s(fp64, tcg_env, fp32); in gen_farith()
9394 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() local
9397 gen_load_fpr32(ctx, fp32, fs); in gen_farith()
[all …]
/qemu/target/arm/tcg/
H A Dneon-shared.decode38 # which is 0 for fp16 and 1 for fp32 into a MO_* constant.