Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c873 #define DO_FABS(N) (N & ((__typeof(N))-1 >> 1)) macro
875 DO_ZPZ(sve_fabs_h, uint16_t, H1_2, DO_FABS)
876 DO_ZPZ(sve_fabs_s, uint32_t, H1_4, DO_FABS)
877 DO_ZPZ_D(sve_fabs_d, uint64_t, DO_FABS)
1013 #undef DO_FABS