Searched refs:DO_CNOT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 866 #define DO_CNOT(N) (N == 0) macro 868 DO_ZPZ(sve_cnot_b, uint8_t, H1, DO_CNOT) 869 DO_ZPZ(sve_cnot_h, uint16_t, H1_2, DO_CNOT) 870 DO_ZPZ(sve_cnot_s, uint32_t, H1_4, DO_CNOT) 871 DO_ZPZ_D(sve_cnot_d, uint64_t, DO_CNOT) 1012 #undef DO_CNOT
|