Lines Matching defs:int12_helper
893 IntegerOperandTryEncodeShiftedIntHelper<12> int12_helper;
905 int12_helper.TestEncodable<0>(0x7ff, z0.VnH(), 0x7ff);
909 int12_helper.TestEncodable<0>(-0x800, z0.VnH(), -0x800);
921 int12_helper.TestEncodable<0>(0xffd6, z0.VnH(), -42);
922 int12_helper.TestEncodable<0>(0xffffffd6, z0.VnS(), -42);
923 int12_helper.TestEncodable<4>(0xfd60, z0.VnH(), -42);
924 int12_helper.TestEncodable<8>(0xffffd600, z0.VnS(), -42);
944 int12_helper.TestUnencodable<1>(1, z0.VnD());
945 int12_helper.TestUnencodable<12>(1, z0.VnD());
946 int12_helper.TestUnencodable<12>(0x800, z0.VnD());