Home | History | Annotate | Download | only in src

Lines Matching refs:VIXL_ASSERT

71   VIXL_ASSERT((0 < n) && (n < 32));
76 VIXL_ASSERT((0 < n) && (n < 32));
81 VIXL_ASSERT((0 < n) && (n < 64));
86 VIXL_ASSERT((0 < n) && (n < 64));
95 VIXL_ASSERT((0 < n) && (n < 32));
99 VIXL_ASSERT((0 < n) && (n < 32));
104 VIXL_ASSERT((0 < n) && (n < 64));
108 VIXL_ASSERT((0 < n) && (n < 64));
117 VIXL_ASSERT((0 < n) && (n < 64));
173 VIXL_ASSERT((static_cast<size_t>(msb) < sizeof(x) * 8) && (lsb >= 0) &&
181 VIXL_ASSERT((static_cast<size_t>(msb) < sizeof(x) * 8) && (lsb >= 0) &&
188 VIXL_ASSERT((static_cast<size_t>(msb) < sizeof(x) * 8) && (lsb >= 0) &&
202 VIXL_ASSERT((static_cast<size_t>(msb) < sizeof(x) * 8) && (lsb >= 0) &&
214 VIXL_ASSERT((width > 0) && (width <= 64));
339 VIXL_ASSERT(std::isnan(num));
346 VIXL_ASSERT(std::isnan(num));
367 VIXL_ASSERT(value != 0);
374 VIXL_ASSERT(IsPowerOf2(value));
387 VIXL_ASSERT((sizeof(value) == 1) || (sizeof(value) == 2) ||
400 VIXL_ASSERT(bitSize > 0);
411 VIXL_ASSERT((sizeof(value) == 4) || (sizeof(value) == 8));
412 VIXL_ASSERT((1U << block_bytes_log2) <= sizeof(value));
426 VIXL_ASSERT((0 < block_bytes_log2) && (block_bytes_log2 < 4));
444 VIXL_ASSERT(IsPowerOf2(MULTIPLE));
450 VIXL_ASSERT(IsPowerOf2(multiple));
458 VIXL_ASSERT(sizeof(pointer) == sizeof(intptr_t)); // NOLINT(runtime/sizeof)
459 VIXL_ASSERT(IsPowerOf2(ALIGN));
480 VIXL_ASSERT((pointer_raw + align_step) % alignment == 0);
484 VIXL_ASSERT(result >= pointer);
499 VIXL_ASSERT((pointer_raw - align_step) % alignment == 0);
518 VIXL_ASSERT((value == Ts(0)) || (value == Ts(1)));
519 VIXL_ASSERT(bit >= 0);
520 VIXL_ASSERT(bit < static_cast<int>(sizeof(Td) * 8));
531 VIXL_ASSERT(least_significant_bit >= 0);
532 VIXL_ASSERT(least_significant_bit < static_cast<int>(sizeof(Td) * 8));
533 VIXL_ASSERT(((Td(mask) << least_significant_bit) >> least_significant_bit) ==
535 VIXL_ASSERT((value & mask) == value);
652 VIXL_ASSERT((i >= 0) && (static_cast<size_t>(i) < bitfield_.size()));
657 VIXL_ASSERT((i >= 0) && (static_cast<size_t>(i) < bitfield_.size()));
767 VIXL_ASSERT((data_ >> 32) == 0);
831 VIXL_ASSERT(data_high_ == 0);
854 VIXL_ASSERT((shift >= 0) && (shift < 128));
863 VIXL_ASSERT((shift >= 0) && (shift < 128));