Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c37 #define DF_MIN_INT(df) (int64_t)(-(1LL << (DF_BITS(df) - 1))) macro
969 int64_t min_int = DF_MIN_INT(df); in msa_adds_s_df()
2058 if (arg1 == DF_MIN_INT(df) && arg2 == -1) { in msa_div_s_df()
2059 return DF_MIN_INT(df); in msa_div_s_df()
3056 if (arg1 == DF_MIN_INT(df) && arg2 == -1) { in msa_mod_s_df()
3729 int64_t min_int = DF_MIN_INT(df); in msa_subs_s_df()
3967 int64_t min_int = DF_MIN_INT(df); in msa_subsuu_s_df()
5567 int64_t q_min = DF_MIN_INT(df); in msa_mul_q_df()
5578 int64_t q_min = DF_MIN_INT(df); in msa_mulr_q_df()
5659 int64_t q_min = DF_MIN_INT(df); in msa_madd_q_df()
[all …]