Searched refs:fp32 (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | translate.c | 9385 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() 9388 gen_load_fpr32(ctx, fp32, fs); in gen_farith() 9390 gen_helper_float_round_2008_l_s(fp64, tcg_env, fp32); in gen_farith() 9392 gen_helper_float_round_l_s(fp64, tcg_env, fp32); in gen_farith() 9400 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() 9403 gen_load_fpr32(ctx, fp32, fs); in gen_farith() 9405 gen_helper_float_trunc_2008_l_s(fp64, tcg_env, fp32); in gen_farith() 9407 gen_helper_float_trunc_l_s(fp64, tcg_env, fp32); in gen_farith() 9415 TCGv_i32 fp32 = tcg_temp_new_i32(); in gen_farith() 9418 gen_load_fpr32(ctx, fp32, f in gen_farith() 9384 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9399 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9414 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9429 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9694 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9718 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9920 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9935 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9950 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 9965 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 10201 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 10212 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 10250 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local 10261 TCGv_i32 fp32 = tcg_temp_new_i32(); gen_farith() local [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.
|