Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c34 #define DF_MAX_INT(df) (int64_t)((1LL << (DF_BITS(df) - 1)) - 1) macro
889 uint64_t max_int = (uint64_t)DF_MAX_INT(df); in msa_adds_a_df()
968 int64_t max_int = DF_MAX_INT(df); in msa_adds_s_df()
3728 int64_t max_int = DF_MAX_INT(df); in msa_subs_s_df()
3966 int64_t max_int = DF_MAX_INT(df); in msa_subsuu_s_df()
5568 int64_t q_max = DF_MAX_INT(df); in msa_mul_q_df()
5579 int64_t q_max = DF_MAX_INT(df); in msa_mulr_q_df()
5658 int64_t q_max = DF_MAX_INT(df); in msa_madd_q_df()
5672 int64_t q_max = DF_MAX_INT(df); in msa_msub_q_df()
5686 int64_t q_max = DF_MAX_INT(df); in msa_maddr_q_df()
[all …]