Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Dsimulator-constants-aarch64.h126 LOG_VREGS = 1 << 2, // Log SVE, NEON and floating-point registers. enumerator
132 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYSREGS,
H A Dsimulator-aarch64.h2762 return (GetTraceParameters() & LOG_VREGS) != 0;
H A Dsimulator-aarch64.cc5161 // 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 Dinstructions-arm64.h537 // __ 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 Dsimulator-arm64.h1187 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 Dsimulator-arm64.cc2029 // 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 Dtest-trace-aarch64.cc3135 TEST(vregs) { TraceTestHelper(false, LOG_VREGS, REF("log-vregs")); }
3152 TraceTestHelper(true, LOG_VREGS, REF("log-vregs-colour"));

Completed in 39 milliseconds