Lines Matching refs:z0
290 VIXL_CHECK(ZRegister(0, kBRegSize).Is(z0.VnB()));
296 VIXL_CHECK(ZRegister(0, kFormatVnB).Is(z0.VnB()));
334 .Is(z0));
598 VIXL_CHECK(z0.GetCode() == 0);
601 VIXL_CHECK(z0.Is(z0));
602 VIXL_CHECK(!z0.Is(z1));
603 VIXL_CHECK(!z0.Is(v0));
604 VIXL_CHECK(!z0.Is(b0));
605 VIXL_CHECK(!z0.Is(q0));
624 // "z0.B": SVE: z0, with an unspecified number of byte-sized lanes.
641 // We cannot use the same approach for SVE's "z0.B" because, for example,
763 VIXL_CHECK(!IntegerOperand(-0x8001).FitsInLane(z0.VnH()));
764 VIXL_CHECK(IntegerOperand(-0x8000).FitsInLane(z0.VnH()));
765 VIXL_CHECK(IntegerOperand(0).FitsInLane(z0.VnH()));
766 VIXL_CHECK(IntegerOperand(0x7fff).FitsInLane(z0.VnH()));
767 VIXL_CHECK(IntegerOperand(0x8000).FitsInLane(z0.VnH()));
768 VIXL_CHECK(IntegerOperand(0xffff).FitsInLane(z0.VnH()));
769 VIXL_CHECK(!IntegerOperand(0x10000).FitsInLane(z0.VnH()));
896 int4_helper.TestEncodable<0>(-8, z0.VnH(), -8);
897 int4_helper.TestEncodable<0>(-7, z0.VnH(), -7);
898 int4_helper.TestEncodable<0>(-1, z0.VnS(), -1);
899 int4_helper.TestEncodable<0>(0, z0.VnD(), 0);
900 int4_helper.TestEncodable<0>(1, z0.VnB(), 1);
901 int4_helper.TestEncodable<0>(7, z0.VnH(), 7);
903 int8_helper.TestEncodable<0>(0x7f, z0.VnB(), 0x7f);
904 int8_helper.TestEncodable<0>(0x7f, z0.VnH(), 0x7f);
905 int12_helper.TestEncodable<0>(0x7ff, z0.VnH(), 0x7ff);
907 int8_helper.TestEncodable<0>(-0x80, z0.VnB(), -0x80);
908 int8_helper.TestEncodable<0>(-0x80, z0.VnH(), -0x80);
909 int12_helper.TestEncodable<0>(-0x800, z0.VnH(), -0x800);
912 int8_helper.TestEncodable<4>(-0x800, z0.VnH(), -0x80);
913 int8_helper.TestEncodable<4>(-0x7f0, z0.VnH(), -0x7f);
914 int8_helper.TestEncodable<4>(-0x010, z0.VnH(), -1);
915 int8_helper.TestEncodable<4>(0x000, z0.VnH(), 0);
916 int8_helper.TestEncodable<4>(0x010, z0.VnH(), 1);
917 int8_helper.TestEncodable<4>(0x7f0, z0.VnH(), 0x7f);
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);
926 int8_helper.TestEncodable<0>(UINT8_MAX, z0.VnB(), -1);
927 int8_helper.TestEncodable<0>(UINT16_MAX, z0.VnH(), -1);
928 int8_helper.TestEncodable<0>(UINT32_MAX, z0.VnS(), -1);
929 int8_helper.TestEncodable<0>(UINT64_MAX, z0.VnD(), -1);
931 int4_helper.TestEncodable<1>(UINT8_MAX ^ 0x1, z0.VnB(), -1);
932 int4_helper.TestEncodable<2>(UINT16_MAX ^ 0x3, z0.VnH(), -1);
933 int4_helper.TestEncodable<3>(UINT32_MAX ^ 0x7, z0.VnS(), -1);
934 int4_helper.TestEncodable<4>(UINT64_MAX ^ 0xf, z0.VnD(), -1);
937 int8_helper.TestUnencodable<0>(INT16_MAX, z0.VnH());
938 int8_helper.TestUnencodable<0>(INT32_MAX, z0.VnS());
939 int8_helper.TestUnencodable<0>(INT64_MAX, z0.VnD());
941 int4_helper.TestUnencodable<0>(0x10, z0.VnB());
942 int4_helper.TestUnencodable<1>(0x20, z0.VnB());
944 int12_helper.TestUnencodable<1>(1, z0.VnD());
945 int12_helper.TestUnencodable<12>(1, z0.VnD());
946 int12_helper.TestUnencodable<12>(0x800, z0.VnD());
1096 VIXL_CHECK(SVEMemOperand(x7, z0.VnD()).IsScalarPlusVector());
1116 VIXL_CHECK(SVEMemOperand(x7, z0.VnD()).IsScatterGather());
1552 temps.Include(z0);
1584 temps.Exclude(z0);
1616 temps.Release(z0);