Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch64/
H A Dtest-api-aarch64.cc893 IntegerOperandTryEncodeShiftedIntHelper<12> int12_helper; in TEST() local
905 int12_helper.TestEncodable<0>(0x7ff, z0.VnH(), 0x7ff); in TEST()
909 int12_helper.TestEncodable<0>(-0x800, z0.VnH(), -0x800); in TEST()
921 int12_helper.TestEncodable<0>(0xffd6, z0.VnH(), -42); in TEST()
922 int12_helper.TestEncodable<0>(0xffffffd6, z0.VnS(), -42); in TEST()
923 int12_helper.TestEncodable<4>(0xfd60, z0.VnH(), -42); in TEST()
924 int12_helper.TestEncodable<8>(0xffffd600, z0.VnS(), -42); 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 in TEST()
[all...]

Completed in 2 milliseconds