Searched refs:DO_CMP_PPZZ (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3654 #define DO_CMP_PPZZ(NAME, TYPE, OP, H, MASK) \ macro 3677 DO_CMP_PPZZ(NAME, TYPE, OP, H1, 0xffffffffffffffffull) 3679 DO_CMP_PPZZ(NAME, TYPE, OP, H1_2, 0x5555555555555555ull) 3681 DO_CMP_PPZZ(NAME, TYPE, OP, H1_4, 0x1111111111111111ull) 3683 DO_CMP_PPZZ(NAME, TYPE, OP, H1_8, 0x0101010101010101ull) 3719 #undef DO_CMP_PPZZ
|