Searched refs:MSA_FLOAT_UNOP0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 7689 #define MSA_FLOAT_UNOP0(DEST, OP, ARG, BITS) \ macro 7718 MSA_FLOAT_UNOP0(pwx->w[i], to_int32_round_to_zero, pws->w[i], 32); in helper_msa_ftrunc_s_df() 7723 MSA_FLOAT_UNOP0(pwx->d[i], to_int64_round_to_zero, pws->d[i], 64); in helper_msa_ftrunc_s_df() 7748 MSA_FLOAT_UNOP0(pwx->w[i], to_uint32_round_to_zero, pws->w[i], 32); in helper_msa_ftrunc_u_df() 7753 MSA_FLOAT_UNOP0(pwx->d[i], to_uint64_round_to_zero, pws->d[i], 64); in helper_msa_ftrunc_u_df() 8095 MSA_FLOAT_UNOP0(pwx->w[i], to_int32, pws->w[i], 32); in helper_msa_ftint_s_df() 8100 MSA_FLOAT_UNOP0(pwx->d[i], to_int64, pws->d[i], 64); in helper_msa_ftint_s_df() 8125 MSA_FLOAT_UNOP0(pwx->w[i], to_uint32, pws->w[i], 32); in helper_msa_ftint_u_df() 8130 MSA_FLOAT_UNOP0(pwx->d[i], to_uint64, pws->d[i], 64); in helper_msa_ftint_u_df()
|