HomeSort by relevance Sort by last modified time
    Searched refs:VIXL_STATIC_ASSERT (Results 1 - 16 of 16) sorted by null

  /external/vixl/src/vixl/a64/
cpu-a64.h 55 VIXL_STATIC_ASSERT(sizeof(pointer) == sizeof(raw));
67 VIXL_STATIC_ASSERT(sizeof(pointer) == sizeof(raw));
instructions-a64.cc 252 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes);
253 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes);
simulator-a64.h 390 VIXL_STATIC_ASSERT(sizeof(new_value) <= kSizeInBytes);
877 VIXL_STATIC_ASSERT(sizeof(result) <= sizeof(raw));
    [all...]
disasm-a64.cc     [all...]
assembler-a64.h 907 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes);
908 VIXL_STATIC_ASSERT(kSRegSizeInBytes == kWRegSizeInBytes);
971 VIXL_STATIC_ASSERT(sizeof(T) <= kXRegSizeInBytes);
977 VIXL_STATIC_ASSERT(sizeof(T) == (kQRegSizeInBytes / 2));
    [all...]
simulator-a64.cc 449 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes);
450 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes);
451 VIXL_STATIC_ASSERT(kPrintXReg == kPrintReg1D);
452 VIXL_STATIC_ASSERT(kPrintWReg == kPrintReg1S);
560 VIXL_STATIC_ASSERT(sizeof(bits) == kXRegSizeInBytes);
    [all...]
instructions-a64.h 103 VIXL_STATIC_ASSERT(kAddressTagMask == UINT64_C(0xff00000000000000));
assembler-a64.cc 537 VIXL_STATIC_ASSERT(element_shift < (sizeof(ptrdiff_t) * 8));
    [all...]
macro-assembler-a64.h     [all...]
  /external/vixl/src/vixl/
globals.h 99 #define VIXL_STATIC_ASSERT(condition) VIXL_STATIC_ASSERT_LINE(__LINE__, condition) //NOLINT
utils.h 216 VIXL_STATIC_ASSERT(sizeof(pointer) <= sizeof(pointer_raw));
231 VIXL_STATIC_ASSERT(sizeof(pointer) <= sizeof(pointer_raw));
  /external/vixl/test/
test-invalset.cc 151 VIXL_STATIC_ASSERT(kNPreallocatedElements >= 2);
184 VIXL_STATIC_ASSERT(kNPreallocatedElements >= 4);
test-disasm-a64.cc     [all...]
test-simulator-a64.cc 119 VIXL_STATIC_ASSERT(sizeof(buffer_start) == sizeof(test_function)); \
    [all...]
test-assembler-a64.cc 198 VIXL_STATIC_ASSERT(sizeof(buffer_start) == sizeof(test_function)); \
    [all...]
  /external/vixl/test/examples/
test-examples.cc 306 VIXL_STATIC_ASSERT(ARRAY_SIZE(A) == ARRAY_SIZE(B));
307 VIXL_STATIC_ASSERT(ARRAY_SIZE(A) == ARRAY_SIZE(D));

Completed in 435 milliseconds