Searched refs:msa_dpsub_u_df (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 2512 static inline int64_t msa_dpsub_u_df(uint32_t df, int64_t dest, int64_t arg1, in msa_dpsub_u_df() function 2531 pwd->h[0] = msa_dpsub_u_df(DF_HALF, pwd->h[0], pws->h[0], pwt->h[0]); in helper_msa_dpsub_u_h() 2532 pwd->h[1] = msa_dpsub_u_df(DF_HALF, pwd->h[1], pws->h[1], pwt->h[1]); in helper_msa_dpsub_u_h() 2533 pwd->h[2] = msa_dpsub_u_df(DF_HALF, pwd->h[2], pws->h[2], pwt->h[2]); in helper_msa_dpsub_u_h() 2534 pwd->h[3] = msa_dpsub_u_df(DF_HALF, pwd->h[3], pws->h[3], pwt->h[3]); in helper_msa_dpsub_u_h() 2535 pwd->h[4] = msa_dpsub_u_df(DF_HALF, pwd->h[4], pws->h[4], pwt->h[4]); in helper_msa_dpsub_u_h() 2536 pwd->h[5] = msa_dpsub_u_df(DF_HALF, pwd->h[5], pws->h[5], pwt->h[5]); in helper_msa_dpsub_u_h() 2537 pwd->h[6] = msa_dpsub_u_df(DF_HALF, pwd->h[6], pws->h[6], pwt->h[6]); in helper_msa_dpsub_u_h() 2538 pwd->h[7] = msa_dpsub_u_df(DF_HALF, pwd->h[7], pws->h[7], pwt->h[7]); in helper_msa_dpsub_u_h() 2548 pwd->w[0] = msa_dpsub_u_df(DF_WORD, pwd->w[0], pws->w[0], pwt->w[0]); in helper_msa_dpsub_u_w() [all …]
|