Searched refs:pwx (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 5317 wr_t wx, *pwx = &wx; in helper_msa_shf_df() local 5323 pwx->b[i] = pws->b[SHF_POS(i, imm)]; in helper_msa_shf_df() 5328 pwx->h[i] = pws->h[SHF_POS(i, imm)]; in helper_msa_shf_df() 5333 pwx->w[i] = pws->w[SHF_POS(i, imm)]; in helper_msa_shf_df() 5339 msa_move_v(pwd, pwx); in helper_msa_shf_df() 5857 wr_t wx, *pwx = &wx; \ 5875 msa_move_v(pwd, pwx); \ 5899 pwx->DF[i] = \ 6552 wr_t wx, *pwx = &wx; in compare_af() local 6560 MSA_FLOAT_AF(pwx->w[i], pws->w[i], pwt->w[i], 32, quiet); in compare_af() [all …]
|