Searched refs:DO_NOT (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 903 #define DO_NOT(N) (~N) macro 905 DO_ZPZ(sve_not_zpz_b, uint8_t, H1, DO_NOT) 906 DO_ZPZ(sve_not_zpz_h, uint16_t, H1_2, DO_NOT) 907 DO_ZPZ(sve_not_zpz_s, uint32_t, H1_4, DO_NOT) 908 DO_ZPZ_D(sve_not_zpz_d, uint64_t, DO_NOT)
|
| H A D | mve_helper.c | 860 #define DO_NOT(N) (~(N)) macro 862 DO_1OP(vmvn, 8, uint64_t, DO_NOT)
|