Searched refs:TestEncodable (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 845 void TestEncodable(T value, const ZRegister& zd, int64_t expected_imm) { in TestEncodable() function in vixl::aarch64::IntegerOperandTryEncodeShiftedIntHelper 896 int4_helper.TestEncodable<0>(-8, z0.VnH(), -8); in TEST() 897 int4_helper.TestEncodable<0>(-7, z0.VnH(), -7); in TEST() 898 int4_helper.TestEncodable<0>(-1, z0.VnS(), -1); in TEST() 899 int4_helper.TestEncodable<0>(0, z0.VnD(), 0); in TEST() 900 int4_helper.TestEncodable<0>(1, z0.VnB(), 1); in TEST() 901 int4_helper.TestEncodable<0>(7, z0.VnH(), 7); in TEST() 903 int8_helper.TestEncodable<0>(0x7f, z0.VnB(), 0x7f); in TEST() 904 int8_helper.TestEncodable<0>(0x7f, z0.VnH(), 0x7f); in TEST() 905 int12_helper.TestEncodable<0>(0x7ff, z0.VnH(), 0x7ff); in TEST() [all …]
|