Home
last modified time | relevance | path

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

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/test/insn/
H A Dmath_int.cc35 TEST_PUSH_ALL_COMB_OP2(tc, int8_n, add, s); in test_math_int8_n()
37 TEST_PUSH_ALL_COMB_OP2(tc, int8_n, sub, s); in test_math_int8_n()
39 TEST_PUSH_ALL_COMB_OP2(tc, int8_n, min, s); in test_math_int8_n()
40 TEST_PUSH_ALL_COMB_OP2(tc, int8_n, max, s); in test_math_int8_n()
41 TEST_PUSH_ALL_COMB_OP2(tc, int8_n, avg, s); in test_math_int8_n()
44 TEST_PUSH_ALL_COMB_OP2(tc, uint8_n, add, s); in test_math_int8_n()
46 TEST_PUSH_ALL_COMB_OP2(tc, uint8_n, sub, s); in test_math_int8_n()
48 TEST_PUSH_ALL_COMB_OP2(tc, uint8_n, min, s); in test_math_int8_n()
49 TEST_PUSH_ALL_COMB_OP2(tc, uint8_n, max, s); in test_math_int8_n()
50 TEST_PUSH_ALL_COMB_OP2(tc, uint8_n, avg, s); in test_math_int8_n()
[all …]
H A Dmath_fp.cc36 TEST_PUSH_ALL_COMB_OP2(tc, float32_n, add, s); in test_math_float32_n()
37 TEST_PUSH_ALL_COMB_OP2(tc, float32_n, sub, s); in test_math_float32_n()
50 TEST_PUSH_ALL_COMB_OP2(tc, float32_n, mul, s2); in test_math_float32_n()
53 TEST_PUSH_ALL_COMB_OP2(tc, float32_n, div, s2); in test_math_float32_n()
56 TEST_PUSH_ALL_COMB_OP2(tc, float32_n, mul, s); in test_math_float32_n()
58 TEST_PUSH_ALL_COMB_OP2(tc, float32_n, div, s); in test_math_float32_n()
87 TEST_PUSH_ALL_COMB_OP2(tc, float32_n, min, snan); in test_math_float32_n()
125 TEST_PUSH_ALL_COMB_OP2(tc, float64_n, add, s); in test_math_float64_n()
126 TEST_PUSH_ALL_COMB_OP2(tc, float64_n, sub, s); in test_math_float64_n()
127 TEST_PUSH_ALL_COMB_OP2(tc, float64_n, mul, s); in test_math_float64_n()
[all …]
H A Dbitwise.cc31 TEST_PUSH_ALL_COMB_OP2(tc, V, bit_and, s); in test_bitwise_type()
32 TEST_PUSH_ALL_COMB_OP2(tc, V, bit_andnot, s); in test_bitwise_type()
33 TEST_PUSH_ALL_COMB_OP2(tc, V, bit_or, s); in test_bitwise_type()
34 TEST_PUSH_ALL_COMB_OP2(tc, V, bit_xor, s); in test_bitwise_type()
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/test/utils/
H A Dtest_helpers.h368 #define TEST_PUSH_ALL_COMB_OP2(TC, T, OP, A) \ macro