Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7429 #define NUMBER_QNAN_PAIR(ARG1, ARG2, BITS, STATUS) \ macro
7478 if (NUMBER_QNAN_PAIR(pws->w[0], pwt->w[0], 32, status)) { in helper_msa_fmin_df()
7486 if (NUMBER_QNAN_PAIR(pws->w[1], pwt->w[1], 32, status)) { in helper_msa_fmin_df()
7494 if (NUMBER_QNAN_PAIR(pws->w[2], pwt->w[2], 32, status)) { in helper_msa_fmin_df()
7502 if (NUMBER_QNAN_PAIR(pws->w[3], pwt->w[3], 32, status)) { in helper_msa_fmin_df()
7512 if (NUMBER_QNAN_PAIR(pws->d[0], pwt->d[0], 64, status)) { in helper_msa_fmin_df()
7520 if (NUMBER_QNAN_PAIR(pws->d[1], pwt->d[1], 64, status)) { in helper_msa_fmin_df()
7580 if (NUMBER_QNAN_PAIR(pws->w[0], pwt->w[0], 32, status)) { in helper_msa_fmax_df()
7588 if (NUMBER_QNAN_PAIR(pws->w[1], pwt->w[1], 32, status)) { in helper_msa_fmax_df()
7596 if (NUMBER_QNAN_PAIR(pws->w[2], pwt->w[2], 32, status)) { in helper_msa_fmax_df()
[all …]