Lines Matching refs:VIXL_STATIC_ASSERT
556 VIXL_STATIC_ASSERT(sizeof(seed) == sizeof(rand_state_));
610 VIXL_STATIC_ASSERT(kNumberOfPRegisters <= UINT8_MAX);
1193 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes);
1194 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes);
1195 VIXL_STATIC_ASSERT(kPrintXReg == kPrintReg1D);
1196 VIXL_STATIC_ASSERT(kPrintWReg == kPrintReg1S);
1369 VIXL_STATIC_ASSERT(sizeof(element_fp16) == kHRegSizeInBytes);
1425 VIXL_STATIC_ASSERT((kSPRegInternalCode % kNumberOfRegisters) == 31);
8477 VIXL_STATIC_ASSERT((NEON_LD1_s | (1 << NEONLSSize_offset)) == NEON_LD1_d);
8478 VIXL_STATIC_ASSERT((NEON_LD1_s_post | (1 << NEONLSSize_offset)) ==
8480 VIXL_STATIC_ASSERT((NEON_ST1_s | (1 << NEONLSSize_offset)) == NEON_ST1_d);
8481 VIXL_STATIC_ASSERT((NEON_ST1_s_post | (1 << NEONLSSize_offset)) ==
13801 VIXL_STATIC_ASSERT(
13816 VIXL_STATIC_ASSERT(SVEPredicateNextActiveFMask == SVEPredicateNextActiveMask);
14255 VIXL_STATIC_ASSERT(kMTETagGranuleInBytes >= sizeof(uint64_t));
14256 VIXL_STATIC_ASSERT(kMTETagGranuleInBytes % sizeof(uint64_t) == 0);
14441 VIXL_STATIC_ASSERT(sizeof(*instr) == 1);
14467 VIXL_STATIC_ASSERT(sizeof(*instr) == 1);
14488 VIXL_STATIC_ASSERT(sizeof(*instr) == 1);
14596 VIXL_STATIC_ASSERT(kRuntimeCallAddressSize == sizeof(uintptr_t));