Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c35 #define M_MAX_INT(m) (int64_t)((1LL << ((m) - 1)) - 1) macro
5424 arg > M_MAX_INT(m + 1) ? M_MAX_INT(m + 1) : in msa_sat_s_df()