Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.h.inc111 DEF_HELPER_4(msa_ceq_h, void, env, i32, i32, i32)
H A Dmsa_helper.c1677 static inline int16_t msa_ceq_h(int16_t arg1, int16_t arg2) in msa_ceq_h() function
1688 pwd->h[0] = msa_ceq_h(pws->h[0], pwt->h[0]); in helper_msa_ceq_h()
1689 pwd->h[1] = msa_ceq_h(pws->h[1], pwt->h[1]); in helper_msa_ceq_h()
1690 pwd->h[2] = msa_ceq_h(pws->h[2], pwt->h[2]); in helper_msa_ceq_h()
1691 pwd->h[3] = msa_ceq_h(pws->h[3], pwt->h[3]); in helper_msa_ceq_h()
1692 pwd->h[4] = msa_ceq_h(pws->h[4], pwt->h[4]); in helper_msa_ceq_h()
1693 pwd->h[5] = msa_ceq_h(pws->h[5], pwt->h[5]); in helper_msa_ceq_h()
1694 pwd->h[6] = msa_ceq_h(pws->h[6], pwt->h[6]); in helper_msa_ceq_h()
1695 pwd->h[7] = msa_ceq_h(pws->h[7], pwt->h[7]); in helper_msa_ceq_h()