Searched refs:DF_MAX_INT (Results 1 – 1 of 1) sorted by relevance
35 #define DF_MAX_INT(df) (int64_t)((1LL << (DF_BITS(df) - 1)) - 1) macro890 uint64_t max_int = (uint64_t)DF_MAX_INT(df); in msa_adds_a_df()969 int64_t max_int = DF_MAX_INT(df); in msa_adds_s_df()3729 int64_t max_int = DF_MAX_INT(df); in msa_subs_s_df()3967 int64_t max_int = DF_MAX_INT(df); in msa_subsuu_s_df()5569 int64_t q_max = DF_MAX_INT(df); in msa_mul_q_df()5580 int64_t q_max = DF_MAX_INT(df); in msa_mulr_q_df()5659 int64_t q_max = DF_MAX_INT(df); in msa_madd_q_df()5673 int64_t q_max = DF_MAX_INT(df); in msa_msub_q_df()5687 int64_t q_max = DF_MAX_INT(df); in msa_maddr_q_df()[all …]