Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c3115 static inline bool do_match2(uint64_t n, uint64_t m0, uint64_t m1, int esz) in do_match2() function
3136 env->cf[cd & 0x7] = do_match2(0, Vj->D(0), Vj->D(1), MO); \
3139 do_match2(0, Vj->D(2), Vj->D(3), MO); \
3154 env->cf[cd & 0x7]= !do_match2(0, Vj->D(0), Vj->D(1), MO); \ in SETANYEQZ()
3157 !do_match2(0, Vj->D(2), Vj->D(3), MO); \ in SETANYEQZ()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c7166 static inline bool do_match2(uint64_t n, uint64_t m0, uint64_t m1, int esz) in do_match2() function
7200 bool o = do_match2(n >> (k * 8), m0, m1, esz); in do_match()