Searched refs:DF_MIN_INT (Results 1 – 1 of 1) sorted by relevance
38 #define DF_MIN_INT(df) (int64_t)(-(1LL << (DF_BITS(df) - 1))) macro970 int64_t min_int = DF_MIN_INT(df); in msa_adds_s_df()2059 if (arg1 == DF_MIN_INT(df) && arg2 == -1) { in msa_div_s_df()2060 return DF_MIN_INT(df); in msa_div_s_df()3057 if (arg1 == DF_MIN_INT(df) && arg2 == -1) { in msa_mod_s_df()3730 int64_t min_int = DF_MIN_INT(df); in msa_subs_s_df()3968 int64_t min_int = DF_MIN_INT(df); in msa_subsuu_s_df()5568 int64_t q_min = DF_MIN_INT(df); in msa_mul_q_df()5579 int64_t q_min = DF_MIN_INT(df); in msa_mulr_q_df()5660 int64_t q_min = DF_MIN_INT(df); in msa_madd_q_df()[all …]