Searched defs:VIXL_ASSERT (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/
H A Dglobals-vixl.h131 #define VIXL_ASSERT(condition) assert(condition) macro
141 #define VIXL_ASSERT(condition) ((void)0)
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc1857 VIXL_ASSERT(masm.GetSizeOfCodeGeneratedSince(&start) < kPageSize);
1878 VIXL_ASSERT(offset_into_page < kPageSize); function
1879 VIXL_ASSERT((offset_into_page % kInstructionSize) == 0);
10090 VIXL_ASSERT(IsSignallingNaN(s1));
10091 VIXL_ASSERT(IsSignallingNaN(s2));
10092 VIXL_ASSERT(IsSignallingNaN(sa));
10093 VIXL_ASSERT(IsQuietNaN(q1));
10094 VIXL_ASSERT(IsQuietNaN(q2));
10095 VIXL_ASSERT(IsQuietNaN(qa));
10104 VIXL_ASSERT(IsQuietNa
14591 VIXL_ASSERT(i < reg_count); function
[all...]

Completed in 449 milliseconds