Searched refs:LOG_VREGS (Results 1 – 7 of 7) sorted by relevance
/external/vixl/src/aarch64/ |
D | simulator-constants-aarch64.h | 124 LOG_VREGS = 1 << 2, // Log NEON and floating-point registers. enumerator 130 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYSREGS,
|
D | simulator-aarch64.h | 1455 if (GetTraceParameters() & LOG_VREGS) PrintWrittenVRegisters(); 1473 if (GetTraceParameters() & LOG_VREGS) PrintVRegister(code, format); 1513 if (GetTraceParameters() & LOG_VREGS) {
|
D | simulator-aarch64.cc | 6445 if (parameters & LOG_VREGS) PrintVRegisters(); in DoLog()
|
/external/v8/src/arm64/ |
D | instructions-arm64.h | 593 LOG_VREGS = 1 << 3, // Log NEON and floating-point registers. enumerator 598 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYS_REGS,
|
D | simulator-arm64.h | 1068 if (log_parameters() & LOG_VREGS) PrintWrittenVRegisters(); in LogWrittenVRegisters() 1209 if (log_parameters() & LOG_VREGS) PrintVRegister(code, format); in LogVRegister() 1236 if (log_parameters() & LOG_VREGS) {
|
D | simulator-arm64.cc | 3394 if (parameters & LOG_VREGS) { in VisitException() 3412 if (parameters & LOG_VREGS) PrintVRegisters(); in VisitException()
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2893 TEST(vregs) { TraceTestHelper(false, LOG_VREGS, REF("log-vregs")); } in TEST() 2910 TraceTestHelper(true, LOG_VREGS, REF("log-vregs-colour")); in TEST()
|