Searched refs:LOG_VREGS (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | simulator-constants-aarch64.h | 126 LOG_VREGS = 1 << 2, // Log SVE, NEON and floating-point registers. enumerator 132 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYSREGS,
|
H A D | simulator-aarch64.h | 2762 return (GetTraceParameters() & LOG_VREGS) != 0;
|
H A D | simulator-aarch64.cc | 5161 // Use NoRegLog to suppress the register trace (LOG_REGS, LOG_VREGS), then in Simulator() 14475 if (parameters & LOG_VREGS) PrintVRegisters(); in Simulator()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.h | 537 // __ debug("print registers and fp registers", 0, LOG_REGS | LOG_VREGS); 554 LOG_VREGS = 1 << 3, // Log NEON and floating-point registers. enumerator 559 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYS_REGS,
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 1187 if (log_parameters() & LOG_VREGS) PrintWrittenVRegisters(); in LogWrittenVRegisters() 1328 if (log_parameters() & LOG_VREGS) PrintVRegister(code, format); in LogVRegister() 1355 if (log_parameters() & LOG_VREGS) { in LogVRead()
|
H A D | simulator-arm64.cc | 2029 // LOG_VREGS). We will print a more detailed log. 2197 // LOG_VREGS). We will print a more detailed log. 2322 // LOG_VREGS), then print a more detailed log. 3855 if (parameters & LOG_VREGS) { 3873 if (parameters & LOG_VREGS) PrintVRegisters();
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 3135 TEST(vregs) { TraceTestHelper(false, LOG_VREGS, REF("log-vregs")); } 3152 TraceTestHelper(true, LOG_VREGS, REF("log-vregs-colour"));
|
Completed in 38 milliseconds