Searched refs:do_match2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 3115 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 D | sve_helper.c | 7162 static inline bool do_match2(uint64_t n, uint64_t m0, uint64_t m1, int esz) in do_match2() function 7196 bool o = do_match2(n >> (k * 8), m0, m1, esz); in do_match()
|