Home
last modified time | relevance | path

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

/qemu/target/mips/
H A Dfpu_helper.h14 uint64_t float_class_d(uint64_t arg, float_status *fst);
H A Dhelper.h56 DEF_HELPER_FLAGS_2(float_class_d, TCG_CALL_NO_RWG_SE, i64, env, i64)
/qemu/target/mips/tcg/
H A Dfpu_helper.c1146 uint64_t float_class_d(uint64_t arg, float_status *status) in float_class_d() function
1177 return float_class_d(arg, &env->active_fpu.fp_status); in helper_float_class_d()
H A Dmsa_helper.c7682 pwd->d[0] = float_class_d(pws->d[0], status); in helper_msa_fclass_df()
7683 pwd->d[1] = float_class_d(pws->d[1], status); in helper_msa_fclass_df()