Home
last modified time | relevance | path

Searched refs:DO_NOT (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/tcg/
H A Dsve_helper.c885 #define DO_NOT(N) (~N) macro
887 DO_ZPZ(sve_not_zpz_b, uint8_t, H1, DO_NOT)
888 DO_ZPZ(sve_not_zpz_h, uint16_t, H1_2, DO_NOT)
889 DO_ZPZ(sve_not_zpz_s, uint32_t, H1_4, DO_NOT)
890 DO_ZPZ_D(sve_not_zpz_d, uint64_t, DO_NOT)
H A Dmve_helper.c821 #define DO_NOT(N) (~(N)) macro
823 DO_1OP(vmvn, 8, uint64_t, DO_NOT)