Home
last modified time | relevance | path

Searched refs:VIXL_STATIC_ASSERT (Results 1 - 25 of 30) sorted by relevance

12

/third_party/vixl/src/aarch64/
H A Dregisters-aarch64.h151 VIXL_STATIC_ASSERT(kEncodedHRegSize == (kEncodedBRegSize + 1));
152 VIXL_STATIC_ASSERT(kEncodedSRegSize == (kEncodedHRegSize + 1));
153 VIXL_STATIC_ASSERT(kEncodedDRegSize == (kEncodedSRegSize + 1));
154 VIXL_STATIC_ASSERT(kEncodedQRegSize == (kEncodedDRegSize + 1));
224 VIXL_STATIC_ASSERT(kEncodedBRegSize < kEncodedQRegSize);
236 VIXL_STATIC_ASSERT(kEncodedBRegSize < kEncodedQRegSize);
244 VIXL_STATIC_ASSERT(kEncodedBRegSize < kEncodedQRegSize);
449 VIXL_STATIC_ASSERT(kSRegSize == kWRegSize);
450 VIXL_STATIC_ASSERT(kDRegSize == kXRegSize);
519 VIXL_STATIC_ASSERT(kUnknownSiz
[all...]
H A Dcpu-aarch64.h282 VIXL_STATIC_ASSERT(sizeof(pointer) == sizeof(raw)); in SetPointerTag()
294 VIXL_STATIC_ASSERT(sizeof(pointer) == sizeof(raw)); in GetPointerTag()
H A Dcpu-aarch64.cc257 VIXL_STATIC_ASSERT(static_cast<size_t>(Field::kMaxWidthInBits) < in Get()
323 VIXL_STATIC_ASSERT(ArrayLength(kFeatureBitsLow) < 64); in InferCPUFeaturesFromOS()
365 VIXL_STATIC_ASSERT(ArrayLength(kFeatureBitsHigh) < 64); in InferCPUFeaturesFromOS()
H A Dabi-aarch64.h113 VIXL_STATIC_ASSERT( in GetNextParameterGenericOperand()
H A Dsimulator-aarch64.h371 VIXL_STATIC_ASSERT((sizeof(value) == 1) || (sizeof(value) == 2) || in Read()
387 VIXL_STATIC_ASSERT((sizeof(value) == 1) || (sizeof(value) == 2) || in Write()
463 VIXL_STATIC_ASSERT((kMaxSizeInBytes * kBitsPerByte) == kMaxSizeInBits);
1576 VIXL_STATIC_ASSERT(sizeof(result) <= sizeof(raw));
1642 VIXL_STATIC_ASSERT((kSPRegInternalCode % kNumberOfRegisters) == 31);
1697 VIXL_STATIC_ASSERT(sizeof(value) <= sizeof(raw));
1761 VIXL_STATIC_ASSERT(
1849 VIXL_STATIC_ASSERT(sizeof(result) <= sizeof(raw));
1869 VIXL_STATIC_ASSERT((sizeof(value) == kBRegSizeInBytes) ||
2390 VIXL_STATIC_ASSERT(sizeo
[all...]
H A Dinstructions-aarch64.cc853 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
854 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in CalcLSPairDataSize()
H A Dinstructions-aarch64.h116 VIXL_STATIC_ASSERT(kAddressTagMask == UINT64_C(0xff00000000000000));
544 VIXL_STATIC_ASSERT((mops_type == "set"_h) || (mops_type == "setg"_h) || in IsConsistentMOPSTriplet()
H A Doperands-aarch64.h825 VIXL_STATIC_ASSERT(std::numeric_limits<T>::digits > N); in TryEncodeAsShiftedIntNForLane()
884 VIXL_STATIC_ASSERT(std::numeric_limits<T>::digits > N); in TryEncodeAsShiftedUintNForLane()
H A Dassembler-aarch64.h214 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in GetSize()
215 VIXL_STATIC_ASSERT(kSRegSizeInBytes == kWRegSizeInBytes); in GetSize()
316 VIXL_STATIC_ASSERT(sizeof(value) <= kXRegSizeInBytes); in Literal()
325 VIXL_STATIC_ASSERT(sizeof(low64) == (kQRegSizeInBytes / 2)); in Literal()
362 VIXL_STATIC_ASSERT(sizeof(T) <= kXRegSizeInBytes); in RewriteValueInCode()
485 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetLabelAddress()
498 VIXL_STATIC_ASSERT(sizeof(*instruction) == 1); in GetInstructionOffset()
7216 VIXL_STATIC_ASSERT((hibit >= lobit) && (lobit >= 0)); in ImmField()
7217 VIXL_STATIC_ASSERT(hibit < (sizeof(Instr) * kBitsPerByte)); in ImmField()
7227 VIXL_STATIC_ASSERT((hibi
[all...]
H A Dsimulator-aarch64.cc556 VIXL_STATIC_ASSERT(sizeof(seed) == sizeof(rand_state_)); in Simulator()
610 VIXL_STATIC_ASSERT(kNumberOfPRegisters <= UINT8_MAX); in Simulator()
1193 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in Simulator()
1194 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in Simulator()
1195 VIXL_STATIC_ASSERT(kPrintXReg == kPrintReg1D); in Simulator()
1196 VIXL_STATIC_ASSERT(kPrintWReg == kPrintReg1S); in Simulator()
1369 VIXL_STATIC_ASSERT(sizeof(element_fp16) == kHRegSizeInBytes); in Simulator()
1425 VIXL_STATIC_ASSERT((kSPRegInternalCode % kNumberOfRegisters) == 31); in Simulator()
8477 VIXL_STATIC_ASSERT((NEON_LD1_s | (1 << NEONLSSize_offset)) == NEON_LD1_d); in Simulator()
8478 VIXL_STATIC_ASSERT((NEON_LD1_s_pos in Simulator()
[all...]
H A Ddisasm-aarch64.cc2839 VIXL_STATIC_ASSERT((NEON_LD1_s | (1 << NEONLSSize_offset)) == NEON_LD1_d); in Disassembler()
2852 VIXL_STATIC_ASSERT((NEON_ST1_s | (1 << NEONLSSize_offset)) == NEON_ST1_d); in Disassembler()
2871 VIXL_STATIC_ASSERT((NEON_ST2_s | (1 << NEONLSSize_offset)) == NEON_ST2_d); in Disassembler()
2872 VIXL_STATIC_ASSERT((NEON_LD2_s | (1 << NEONLSSize_offset)) == NEON_LD2_d); in Disassembler()
2919 VIXL_STATIC_ASSERT((NEON_LD4_s | (1 << NEONLSSize_offset)) == NEON_LD4_d); in Disassembler()
2920 VIXL_STATIC_ASSERT((NEON_ST4_s | (1 << NEONLSSize_offset)) == NEON_ST4_d); in Disassembler()
3006 VIXL_STATIC_ASSERT((NEON_LD1_s | (1 << NEONLSSize_offset)) == NEON_LD1_d); in Disassembler()
3019 VIXL_STATIC_ASSERT((NEON_ST1_s | (1 << NEONLSSize_offset)) == NEON_ST1_d); in Disassembler()
5985 VIXL_STATIC_ASSERT(kMTETagGranuleInBytes == 16); in Disassembler()
7180 VIXL_STATIC_ASSERT(sizeo in Disassembler()
[all...]
H A Dlogic-aarch64.cc4910 VIXL_STATIC_ASSERT(static_cast<uint64_t>(static_cast<double>(
7599 VIXL_STATIC_ASSERT(SVE_VL1 == 1);
7600 VIXL_STATIC_ASSERT(SVE_VL8 == 8);
H A Dmacro-assembler-aarch64.h1093 VIXL_STATIC_ASSERT((kZRegMinSizeInBytes % 16) == 0); in ClaimVL()
1098 VIXL_STATIC_ASSERT((kZRegMinSizeInBytes % 16) == 0); in DropVL()
1158 VIXL_STATIC_ASSERT((reg_zero == (reg_not_zero ^ 1)) &&
/third_party/vixl/test/
H A Dtest-utils.cc55 VIXL_STATIC_ASSERT(sizeof(buffer) == sizeof(test_function)); in ExecuteMemory()
56 VIXL_STATIC_ASSERT(sizeof(uintptr_t) == sizeof(test_function)); in ExecuteMemory()
H A Dtest-api.cc246 VIXL_STATIC_ASSERT(std::is_copy_constructible<It>::value); in TEST()
247 VIXL_STATIC_ASSERT(std::is_copy_assignable<It>::value); in TEST()
248 VIXL_STATIC_ASSERT(std::is_destructible<It>::value); in TEST()
H A Dtest-invalset.cc149 VIXL_STATIC_ASSERT(kNPreallocatedElements >= 2); in TEST()
182 VIXL_STATIC_ASSERT(kNPreallocatedElements >= 4); in TEST()
/third_party/vixl/src/
H A Dcode-buffer-vixl.h98 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetOffsetAddress()
106 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetStartAddress()
111 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetEndAddress()
H A Dassembler-base-vixl.h71 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetCursorAddress()
H A Dutils-vixl.h436 VIXL_STATIC_ASSERT(std::is_unsigned<T>::value); in UnsignedNegate()
447 VIXL_STATIC_ASSERT(std::is_signed<T>::value && std::is_integral<T>::value); in Abs()
722 VIXL_STATIC_ASSERT(sizeof(result) <= sizeof(temp)); in ReverseBytes()
771 VIXL_STATIC_ASSERT(sizeof(pointer) <= sizeof(pointer_raw)); in AlignUp()
791 VIXL_STATIC_ASSERT(sizeof(pointer) <= sizeof(pointer_raw)); in AlignDown()
1188 VIXL_STATIC_ASSERT((N == 8) || (N == 16) || (N == 32) || (N == 64)); in MultiplyHigh()
1413 VIXL_STATIC_ASSERT(std::numeric_limits<T>::is_integer);
1414 VIXL_STATIC_ASSERT(!std::numeric_limits<T>::is_signed);
H A Dcpu-features.cc144 VIXL_STATIC_ASSERT(CPUFeatures::kNone == -1); in operator ++()
H A Dglobals-vixl.h171 #define VIXL_STATIC_ASSERT(condition) \ macro
/third_party/vixl/test/aarch32/
H A Dtest-utils-aarch32.cc45 VIXL_STATIC_ASSERT(sizeof(dump_.r_[0]) == kRegSizeInBytes); in Dump()
46 VIXL_STATIC_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in Dump()
/third_party/vixl/examples/aarch64/
H A Dexecutable-memory.h78 VIXL_STATIC_ASSERT(sizeof(T) == sizeof(buffer_address)); in GetOffsetAddress()
/third_party/vixl/test/aarch64/examples/
H A Dtest-examples.cc321 VIXL_STATIC_ASSERT(ARRAY_SIZE(A) == ARRAY_SIZE(B)); in TEST()
322 VIXL_STATIC_ASSERT(ARRAY_SIZE(A) == ARRAY_SIZE(D)); in TEST()
/third_party/vixl/test/aarch64/
H A Dtest-api-aarch64.cc371 VIXL_STATIC_ASSERT(sizeof(CPURegister) <= sizeof(void*)); in TEST()

Completed in 75 milliseconds

12