Home
last modified time | relevance | path

Searched refs:offset_into_page (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc2138 static void AdrpPageBoundaryHelper(unsigned offset_into_page) { in AdrpPageBoundaryHelper() argument
2139 VIXL_ASSERT(offset_into_page < kPageSize); in AdrpPageBoundaryHelper()
2140 VIXL_ASSERT((offset_into_page % kInstructionSize) == 0); in AdrpPageBoundaryHelper()
2186 if (i++ == (offset_into_page / kInstructionSize)) __ bind(&test); in AdrpPageBoundaryHelper()
2188 if (i++ == (offset_into_page / kInstructionSize)) __ bind(&test); in AdrpPageBoundaryHelper()

Completed in 13 milliseconds