Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.h.inc113 DEF_HELPER_4(msa_ceq_d, void, env, i32, i32, i32)
H A Dmsa_helper.c1715 static inline int64_t msa_ceq_d(int64_t arg1, int64_t arg2) in msa_ceq_d() function
1726 pwd->d[0] = msa_ceq_d(pws->d[0], pwt->d[0]); in helper_msa_ceq_d()
1727 pwd->d[1] = msa_ceq_d(pws->d[1], pwt->d[1]); in helper_msa_ceq_d()