Searched refs:fp32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 9363 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 D | neon-shared.decode | 38 # which is 0 for fp16 and 1 for fp32 into a MO_* constant.
|