Searched refs:do_match2 (Results 1 – 2 of 2) sorted by relevance
/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 3114 static inline bool do_match2(uint64_t n, uint64_t m0, uint64_t m1, int esz) in do_match2() function 3135 env->cf[cd & 0x7] = do_match2(0, Vj->D(0), Vj->D(1), MO); \ 3138 do_match2(0, Vj->D(2), Vj->D(3), MO); \ 3153 env->cf[cd & 0x7]= !do_match2(0, Vj->D(0), Vj->D(1), MO); \ in SETANYEQZ() 3156 !do_match2(0, Vj->D(2), Vj->D(3), MO); \ in SETANYEQZ()
|
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 7370 static inline bool do_match2(uint64_t n, uint64_t m0, uint64_t m1, int esz) in do_match2() function 7404 bool o = do_match2(n >> (k * 8), m0, m1, esz); in do_match()
|