Searched refs:exp_s_1 (Results 1 – 1 of 1) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 10893 int exp_s_1[] = {0, -128, 127, -128, INT32_MAX, 1, -1, 555555}; in TEST_SVE() local 10898 IntWideImmHelper(config, fn, kSRegSize, in_s, -128, exp_s_1); in TEST_SVE() 10923 int exp_s_1[] = {-128, -128, -128, INT32_MIN, -128, -128, -128, -128}; in TEST_SVE() local 10928 IntWideImmHelper(config, fn, kSRegSize, in_s, -128, exp_s_1); in TEST_SVE() 10953 int exp_s_1[] = {255, 255, 255, INT32_MAX, 255, 555555}; in TEST_SVE() local 10958 IntWideImmHelper(config, fn, kSRegSize, in_s, 0xff, exp_s_1); in TEST_SVE() 10983 int exp_s_1[] = {0, 255, 127, 255, 1, 255}; in TEST_SVE() local 10988 IntWideImmHelper(config, fn, kSRegSize, in_s, 255, exp_s_1); in TEST_SVE() 11013 int exp_s_1[] = {11111 * 127, -127, 117 * 127, -12345 * 127}; in TEST_SVE() local 11018 IntWideImmHelper(config, fn, kSRegSize, in_s, 127, exp_s_1); in TEST_SVE() [all …]
|