Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.h270 #define CAN_RUN() CanRun(*masm.GetCPUFeatures(), &queried_can_run)
H A Dtest-utils-aarch64.h576 // message. It is safe to call CanRun multiple times per test, as long as
578 // CanRun requires every feature that is required by subsequent calls. If
579 // queried_can_run is NULL, CanRun must not be called more than once per test.
580 bool CanRun(const CPUFeatures& required, bool* queried_can_run = NULL);
H A Dtest-utils-aarch64.cc750 bool CanRun(const CPUFeatures& required, bool* queried_can_run) { in CanRun() function
/third_party/vixl/test/aarch64/examples/
H A Dtest-examples.cc631 if (CanRun(cpu_features)) { in TEST()

Completed in 5 milliseconds