Searched refs:msa_clt_s_h (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.h.inc | 126 DEF_HELPER_4(msa_clt_s_h, void, env, i32, i32, i32)
|
H A D | msa_helper.c | 1909 static inline int16_t msa_clt_s_h(int16_t arg1, int16_t arg2) in msa_clt_s_h() function 1921 pwd->h[0] = msa_clt_s_h(pws->h[0], pwt->h[0]); in helper_msa_clt_s_h() 1922 pwd->h[1] = msa_clt_s_h(pws->h[1], pwt->h[1]); in helper_msa_clt_s_h() 1923 pwd->h[2] = msa_clt_s_h(pws->h[2], pwt->h[2]); in helper_msa_clt_s_h() 1924 pwd->h[3] = msa_clt_s_h(pws->h[3], pwt->h[3]); in helper_msa_clt_s_h() 1925 pwd->h[4] = msa_clt_s_h(pws->h[4], pwt->h[4]); in helper_msa_clt_s_h() 1926 pwd->h[5] = msa_clt_s_h(pws->h[5], pwt->h[5]); in helper_msa_clt_s_h() 1927 pwd->h[6] = msa_clt_s_h(pws->h[6], pwt->h[6]); in helper_msa_clt_s_h() 1928 pwd->h[7] = msa_clt_s_h(pws->h[7], pwt->h[7]); in helper_msa_clt_s_h()
|