Searched defs:GEN_BINARY_TEST (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c123 #define GEN_BINARY_TEST(INSN,SUFFIXD,SUFFIXN,SUFFIXM) \ macro
871 GEN_BINARY_TEST(umax, 4s, 4s, 4s)
872 GEN_BINARY_TEST(umax, 2s, 2s, 2s)
873 GEN_BINARY_TEST(umax, 8h, 8h, 8h)
874 GEN_BINARY_TEST(umax, 4h, 4h, 4h)
875 GEN_BINARY_TEST(umax, 16b, 16b, 16b)
876 GEN_BINARY_TEST(umax, 8b, 8b, 8b)
878 GEN_BINARY_TEST(umin, 4s, 4s, 4s)
879 GEN_BINARY_TEST(umin, 2s, 2s, 2s)
880 GEN_BINARY_TEST(umi
[all...]

Completed in 83 milliseconds