Lines Matching refs:VIXL_STATIC_ASSERT
214 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes);
215 VIXL_STATIC_ASSERT(kSRegSizeInBytes == kWRegSizeInBytes);
316 VIXL_STATIC_ASSERT(sizeof(value) <= kXRegSizeInBytes);
325 VIXL_STATIC_ASSERT(sizeof(low64) == (kQRegSizeInBytes / 2));
362 VIXL_STATIC_ASSERT(sizeof(T) <= kXRegSizeInBytes);
485 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t));
498 VIXL_STATIC_ASSERT(sizeof(*instruction) == 1);
7216 VIXL_STATIC_ASSERT((hibit >= lobit) && (lobit >= 0));
7217 VIXL_STATIC_ASSERT(hibit < (sizeof(Instr) * kBitsPerByte));
7227 VIXL_STATIC_ASSERT((hibit >= lobit) && (lobit >= 0));
7228 VIXL_STATIC_ASSERT(hibit < (sizeof(Instr) * kBitsPerByte));
8079 VIXL_STATIC_ASSERT(PLDL1KEEP == 0b00000);
8080 VIXL_STATIC_ASSERT(PSTL1KEEP == 0b10000);
8313 VIXL_STATIC_ASSERT(sizeof(instruction) == kInstructionSize);