Searched refs:p5_expected (Results 1 – 1 of 1) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 1177 int p5_expected[] = {0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0}; in TEST_SVE() local 1188 ASSERT_EQUAL_SVE(p5_expected, p5.VnB()); in TEST_SVE() 1371 int p5_expected[] = {0x0, 0x0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0}; in TEST_SVE() local 1372 ASSERT_EQUAL_SVE(p5_expected, p5.VnH()); in TEST_SVE() 2498 int p5_expected[] = {1, 1, 1, 1, 1, 1, 1, 1}; in TEST() local 2499 ASSERT_EQUAL_SVE(p5_expected, p5.VnH()); in TEST() 2634 int p5_expected[] = {0x1, 0x1, 0x1, 0x0, 0x1, 0x1, 0x1, 0x1}; in TEST() local 2635 ASSERT_EQUAL_SVE(p5_expected, p5.VnH()); in TEST() 2724 int p5_expected[] = {0x1, 0x1, 0x1, 0x0, 0x0}; in TEST() local 2725 ASSERT_EQUAL_SVE(p5_expected, p5.VnH()); in TEST() [all …]
|