Home
last modified time | relevance | path

Searched refs:TestUnencodable (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-api-aarch64.cc850 void TestUnencodable(T value, const ZRegister& zd) { in TestUnencodable() function in vixl::aarch64::IntegerOperandTryEncodeShiftedIntHelper
937 int8_helper.TestUnencodable<0>(INT16_MAX, z0.VnH()); in TEST()
938 int8_helper.TestUnencodable<0>(INT32_MAX, z0.VnS()); in TEST()
939 int8_helper.TestUnencodable<0>(INT64_MAX, z0.VnD()); in TEST()
941 int4_helper.TestUnencodable<0>(0x10, z0.VnB()); in TEST()
942 int4_helper.TestUnencodable<1>(0x20, z0.VnB()); in TEST()
944 int12_helper.TestUnencodable<1>(1, z0.VnD()); in TEST()
945 int12_helper.TestUnencodable<12>(1, z0.VnD()); in TEST()
946 int12_helper.TestUnencodable<12>(0x800, z0.VnD()); in TEST()

Completed in 3 milliseconds