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

/external/vixl/src/aarch64/
H A Dsimulator-constants-aarch64.h118 LOG_VREGS = 1 << 2, // Log NEON and floating-point registers. enumerator in enum:vixl::aarch64::TraceParameters
124 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYSREGS,
H A Dsimulator-aarch64.h1585 if (GetTraceParameters() & LOG_VREGS) PrintWrittenVRegisters();
1603 if (GetTraceParameters() & LOG_VREGS) PrintVRegister(code, format);
1643 if (GetTraceParameters() & LOG_VREGS) {
H A Dsimulator-aarch64.cc1717 // Use NoRegLog to suppress the register trace (LOG_REGS, LOG_VREGS), then
5226 if (parameters & LOG_VREGS) PrintVRegisters();
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2898 TEST(vregs) { TraceTestHelper(false, LOG_VREGS, REF("log-vregs")); }
2915 TraceTestHelper(true, LOG_VREGS, REF("log-vregs-colour"));

Completed in 125 milliseconds