Searched refs:DO_CMP_PPZZ (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3619 #define DO_CMP_PPZZ(NAME, TYPE, OP, H, MASK) \ macro 3642 DO_CMP_PPZZ(NAME, TYPE, OP, H1, 0xffffffffffffffffull) 3644 DO_CMP_PPZZ(NAME, TYPE, OP, H1_2, 0x5555555555555555ull) 3646 DO_CMP_PPZZ(NAME, TYPE, OP, H1_4, 0x1111111111111111ull) 3648 DO_CMP_PPZZ(NAME, TYPE, OP, H1_8, 0x0101010101010101ull) 3684 #undef DO_CMP_PPZZ
|