Searched refs:FitsInBits (Results 1 – 2 of 2) sorted by relevance
754 bool FitsInBits(unsigned n) const { in FitsInBits() function758 return FitsInBits(zd.GetLaneSizeInBits()); in FitsInLane()770 VIXL_ASSERT(FitsInBits(n)); in AsUintN()782 VIXL_ASSERT(FitsInBits(n)); in AsIntN()
755 VIXL_CHECK(!IntegerOperand(-0x801).FitsInBits(12)); in TEST()756 VIXL_CHECK(IntegerOperand(-0x800).FitsInBits(12)); in TEST()757 VIXL_CHECK(IntegerOperand(0).FitsInBits(12)); in TEST()758 VIXL_CHECK(IntegerOperand(0x7ff).FitsInBits(12)); in TEST()759 VIXL_CHECK(IntegerOperand(0x800).FitsInBits(12)); in TEST()760 VIXL_CHECK(IntegerOperand(0xfff).FitsInBits(12)); in TEST()761 VIXL_CHECK(!IntegerOperand(0x1000).FitsInBits(12)); in TEST()