Lines Matching refs:AreConsecutive

514   VIXL_CHECK(AreConsecutive(b0, NoVReg));
515 VIXL_CHECK(AreConsecutive(b1, b2));
516 VIXL_CHECK(AreConsecutive(b3, b4, b5));
517 VIXL_CHECK(AreConsecutive(b6, b7, b8, b9));
518 VIXL_CHECK(AreConsecutive(h10, NoVReg));
519 VIXL_CHECK(AreConsecutive(h11, h12));
520 VIXL_CHECK(AreConsecutive(h13, h14, h15));
521 VIXL_CHECK(AreConsecutive(h16, h17, h18, h19));
522 VIXL_CHECK(AreConsecutive(s20, NoVReg));
523 VIXL_CHECK(AreConsecutive(s21, s22));
524 VIXL_CHECK(AreConsecutive(s23, s24, s25));
525 VIXL_CHECK(AreConsecutive(s26, s27, s28, s29));
526 VIXL_CHECK(AreConsecutive(d30, NoVReg));
527 VIXL_CHECK(AreConsecutive(d31, d0));
528 VIXL_CHECK(AreConsecutive(d1, d2, d3));
529 VIXL_CHECK(AreConsecutive(d4, d5, d6, d7));
530 VIXL_CHECK(AreConsecutive(q8, NoVReg));
531 VIXL_CHECK(AreConsecutive(q9, q10));
532 VIXL_CHECK(AreConsecutive(q11, q12, q13));
533 VIXL_CHECK(AreConsecutive(q14, q15, q16, q17));
534 VIXL_CHECK(AreConsecutive(v18, NoVReg));
535 VIXL_CHECK(AreConsecutive(v19, v20));
536 VIXL_CHECK(AreConsecutive(v21, v22, v23));
537 VIXL_CHECK(AreConsecutive(v24, v25, v26, v27));
538 VIXL_CHECK(AreConsecutive(b29, h30));
539 VIXL_CHECK(AreConsecutive(s31, d0, q1));
540 VIXL_CHECK(AreConsecutive(v2, b3, h4, s5));
542 VIXL_CHECK(!AreConsecutive(b0, b2));
543 VIXL_CHECK(!AreConsecutive(h1, h0));
544 VIXL_CHECK(!AreConsecutive(s31, s1));
545 VIXL_CHECK(!AreConsecutive(d12, d12));
546 VIXL_CHECK(!AreConsecutive(q31, q1));
548 VIXL_CHECK(!AreConsecutive(b0, b1, b3));
549 VIXL_CHECK(!AreConsecutive(h4, h5, h6, h6));
550 VIXL_CHECK(!AreConsecutive(d11, d13, NoVReg, d14));
551 VIXL_CHECK(!AreConsecutive(d15, d16, d18, NoVReg));
552 VIXL_CHECK(!AreConsecutive(b26, b28, NoVReg, b29));
553 VIXL_CHECK(!AreConsecutive(s28, s30, NoVReg, NoVReg));
555 VIXL_CHECK(AreConsecutive(q19, NoVReg, NoVReg, q22));
556 VIXL_CHECK(AreConsecutive(v23, NoVReg, v25, NoVReg));
557 VIXL_CHECK(AreConsecutive(b26, b27, NoVReg, NoVReg));
558 VIXL_CHECK(AreConsecutive(h28, NoVReg, NoVReg, NoVReg));
559 VIXL_CHECK(AreConsecutive(s30, s31, NoVReg, s2));
560 VIXL_CHECK(AreConsecutive(d3, NoVReg, d6, d7));