Home
last modified time | relevance | path

Searched refs:VIXL_STATIC_ASSERT (Results 1 – 16 of 16) sorted by relevance

/external/vixl/src/vixl/a64/
Dcpu-a64.h55 VIXL_STATIC_ASSERT(sizeof(pointer) == sizeof(raw)); in SetPointerTag()
67 VIXL_STATIC_ASSERT(sizeof(pointer) == sizeof(raw)); in GetPointerTag()
Dinstructions-a64.cc252 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
253 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in CalcLSPairDataSize()
Dsimulator-a64.h390 VIXL_STATIC_ASSERT(sizeof(new_value) <= kSizeInBytes); in Set()
877 VIXL_STATIC_ASSERT(sizeof(result) <= sizeof(raw));
900 VIXL_STATIC_ASSERT((sizeof(T) == kWRegSizeInBytes) ||
934 VIXL_STATIC_ASSERT(sizeof(value) <= sizeof(raw));
970 VIXL_STATIC_ASSERT((sizeof(T) == kBRegSizeInBytes) || in vreg()
1024 VIXL_STATIC_ASSERT(sizeof(result) <= sizeof(raw)); in vreg()
1038 VIXL_STATIC_ASSERT((sizeof(value) == kBRegSizeInBytes) ||
1206 VIXL_STATIC_ASSERT(sizeof(value) == kDRegSizeInBytes); in GetPrintRegisterFormat()
1211 VIXL_STATIC_ASSERT(sizeof(value) == kSRegSizeInBytes); in GetPrintRegisterFormat()
Ddisasm-a64.cc1938 VIXL_STATIC_ASSERT((NEON_LD1_s | (1 << NEONLSSize_offset)) == NEON_LD1_d); in VisitNEONLoadStoreSingleStruct()
1945 VIXL_STATIC_ASSERT((NEON_ST1_s | (1 << NEONLSSize_offset)) == NEON_ST1_d); in VisitNEONLoadStoreSingleStruct()
1964 VIXL_STATIC_ASSERT((NEON_ST2_s | (1 << NEONLSSize_offset)) == NEON_ST2_d); in VisitNEONLoadStoreSingleStruct()
1965 VIXL_STATIC_ASSERT((NEON_LD2_s | (1 << NEONLSSize_offset)) == NEON_LD2_d); in VisitNEONLoadStoreSingleStruct()
2010 VIXL_STATIC_ASSERT((NEON_LD4_s | (1 << NEONLSSize_offset)) == NEON_LD4_d); in VisitNEONLoadStoreSingleStruct()
2011 VIXL_STATIC_ASSERT((NEON_ST4_s | (1 << NEONLSSize_offset)) == NEON_ST4_d); in VisitNEONLoadStoreSingleStruct()
2045 VIXL_STATIC_ASSERT((NEON_LD1_s | (1 << NEONLSSize_offset)) == NEON_LD1_d); in VisitNEONLoadStoreSingleStructPostIndex()
2052 VIXL_STATIC_ASSERT((NEON_ST1_s | (1 << NEONLSSize_offset)) == NEON_ST1_d); in VisitNEONLoadStoreSingleStructPostIndex()
3324 VIXL_STATIC_ASSERT(sizeof(*instr) == 1); in SubstituteBranchTargetField()
Dassembler-a64.h907 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in size()
908 VIXL_STATIC_ASSERT(kSRegSizeInBytes == kWRegSizeInBytes); in size()
971 VIXL_STATIC_ASSERT(sizeof(T) <= kXRegSizeInBytes); in Literal()
977 VIXL_STATIC_ASSERT(sizeof(T) == (kQRegSizeInBytes / 2)); in Literal()
1068 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetOffsetAddress()
1076 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetLabelAddress()
1083 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetCursorAddress()
1090 VIXL_STATIC_ASSERT(sizeof(T) >= sizeof(uintptr_t)); in GetStartAddress()
1099 VIXL_STATIC_ASSERT(sizeof(*instruction) == 1); in InstructionOffset()
4439 VIXL_STATIC_ASSERT(sizeof(instruction) == kInstructionSize); in Emit()
Dsimulator-a64.cc449 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in GetPrintRegisterFormatForSize()
450 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in GetPrintRegisterFormatForSize()
451 VIXL_STATIC_ASSERT(kPrintXReg == kPrintReg1D); in GetPrintRegisterFormatForSize()
452 VIXL_STATIC_ASSERT(kPrintWReg == kPrintReg1S); in GetPrintRegisterFormatForSize()
560 VIXL_STATIC_ASSERT(sizeof(bits) == kXRegSizeInBytes); in PrintRegisterRawHelper()
1658 VIXL_STATIC_ASSERT((Reverse16 == 0) && (Reverse32 == 1) && (Reverse64 == 2)); in ReverseBytes()
3210 VIXL_STATIC_ASSERT((NEON_LD1_s | (1 << NEONLSSize_offset)) == NEON_LD1_d); in NEONLoadStoreSingleStructHelper()
3211 VIXL_STATIC_ASSERT( in NEONLoadStoreSingleStructHelper()
3213 VIXL_STATIC_ASSERT((NEON_ST1_s | (1 << NEONLSSize_offset)) == NEON_ST1_d); in NEONLoadStoreSingleStructHelper()
3214 VIXL_STATIC_ASSERT( in NEONLoadStoreSingleStructHelper()
[all …]
Dinstructions-a64.h103 VIXL_STATIC_ASSERT(kAddressTagMask == UINT64_C(0xff00000000000000));
Dassembler-a64.cc537 VIXL_STATIC_ASSERT(element_shift < (sizeof(ptrdiff_t) * 8)); in LinkAndGetOffsetTo()
1905 VIXL_STATIC_ASSERT(NEONLoadStoreMultiStructPostIndex == in LoadStoreStructAddrModeField()
Dmacro-assembler-a64.h955 VIXL_STATIC_ASSERT((reg_zero == (reg_not_zero ^ 1)) &&
/external/vixl/src/vixl/
Dutils.h216 VIXL_STATIC_ASSERT(sizeof(pointer) <= sizeof(pointer_raw)); in AlignUp()
231 VIXL_STATIC_ASSERT(sizeof(pointer) <= sizeof(pointer_raw)); in AlignDown()
Dglobals.h99 #define VIXL_STATIC_ASSERT(condition) VIXL_STATIC_ASSERT_LINE(__LINE__, condition) //NOLINT macro
/external/vixl/test/
Dtest-invalset.cc151 VIXL_STATIC_ASSERT(kNPreallocatedElements >= 2); in TEST()
184 VIXL_STATIC_ASSERT(kNPreallocatedElements >= 4); in TEST()
Dtest-simulator-a64.cc119 VIXL_STATIC_ASSERT(sizeof(buffer_start) == sizeof(test_function)); \
Dtest-disasm-a64.cc1940 VIXL_STATIC_ASSERT((1 << ImmPrefetchOperation_width) == expected_count); in TEST()
1992 VIXL_STATIC_ASSERT((1 << ImmPrefetchOperation_width) == expected_count); in TEST()
Dtest-assembler-a64.cc198 VIXL_STATIC_ASSERT(sizeof(buffer_start) == sizeof(test_function)); \
1828 VIXL_STATIC_ASSERT(kStartPage < 0); in AdrpPageBoundaryHelper()
1841 VIXL_STATIC_ASSERT(kEndPage >= 0); in AdrpPageBoundaryHelper()
1878 VIXL_STATIC_ASSERT(kPageSize == 4096); in TEST()
/external/vixl/test/examples/
Dtest-examples.cc306 VIXL_STATIC_ASSERT(ARRAY_SIZE(A) == ARRAY_SIZE(B)); in TEST()
307 VIXL_STATIC_ASSERT(ARRAY_SIZE(A) == ARRAY_SIZE(D)); in TEST()