Searched refs:int8_helper (Results 1 - 1 of 1) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 892 IntegerOperandTryEncodeShiftedIntHelper<8> int8_helper; in TEST() local 903 int8_helper.TestEncodable<0>(0x7f, z0.VnB(), 0x7f); in TEST() 904 int8_helper.TestEncodable<0>(0x7f, z0.VnH(), 0x7f); in TEST() 907 int8_helper.TestEncodable<0>(-0x80, z0.VnB(), -0x80); in TEST() 908 int8_helper.TestEncodable<0>(-0x80, z0.VnH(), -0x80); in TEST() 912 int8_helper.TestEncodable<4>(-0x800, z0.VnH(), -0x80); in TEST() 913 int8_helper.TestEncodable<4>(-0x7f0, z0.VnH(), -0x7f); in TEST() 914 int8_helper.TestEncodable<4>(-0x010, z0.VnH(), -1); in TEST() 915 int8_helper.TestEncodable<4>(0x000, z0.VnH(), 0); in TEST() 916 int8_helper in TEST() [all...] |
Completed in 2 milliseconds