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

  /external/vixl/src/
globals-vixl.h 75 #define VIXL_CHECK(condition) VIXL_ASSERT(condition)
85 #define VIXL_CHECK(condition) assert(condition)
  /external/vixl/test/
test-simulator-a64.cc 246 VIXL_CHECK(expected_length == results_length);
269 VIXL_CHECK(error_count == 0);
357 VIXL_CHECK(expected_length == results_length);
386 VIXL_CHECK(error_count == 0);
484 VIXL_CHECK(expected_length == results_length);
518 VIXL_CHECK(error_count == 0);
609 VIXL_CHECK(expected_length == results_length);
644 VIXL_CHECK(error_count == 0);
725 VIXL_CHECK(expected_length == results_length);
757 VIXL_CHECK(error_count == 0)
    [all...]
test-assembler-a64.cc     [all...]
  /external/vixl/src/a64/
simulator-a64.cc     [all...]
macro-assembler-a64.cc     [all...]

Completed in 2419 milliseconds