Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7447 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ macro
7551 FMAXMIN_A(min, max, pwx->w[0], pws->w[0], pwt->w[0], 32, status); in helper_msa_fmin_a_df()
7552 FMAXMIN_A(min, max, pwx->w[1], pws->w[1], pwt->w[1], 32, status); in helper_msa_fmin_a_df()
7553 FMAXMIN_A(min, max, pwx->w[2], pws->w[2], pwt->w[2], 32, status); in helper_msa_fmin_a_df()
7554 FMAXMIN_A(min, max, pwx->w[3], pws->w[3], pwt->w[3], 32, status); in helper_msa_fmin_a_df()
7556 FMAXMIN_A(min, max, pwx->d[0], pws->d[0], pwt->d[0], 64, status); in helper_msa_fmin_a_df()
7557 FMAXMIN_A(min, max, pwx->d[1], pws->d[1], pwt->d[1], 64, status); in helper_msa_fmin_a_df()
7653 FMAXMIN_A(max, min, pwx->w[0], pws->w[0], pwt->w[0], 32, status); in helper_msa_fmax_a_df()
7654 FMAXMIN_A(max, min, pwx->w[1], pws->w[1], pwt->w[1], 32, status); in helper_msa_fmax_a_df()
7655 FMAXMIN_A(max, min, pwx->w[2], pws->w[2], pwt->w[2], 32, status); in helper_msa_fmax_a_df()
[all …]