Searched refs:LOG_VREGS (Results 1 – 2 of 2) sorted by relevance
125 LOG_VREGS = 1 << 2, // Log NEON and floating-point registers. enumerator130 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYSREGS,1231 if (trace_parameters() & LOG_VREGS) PrintWrittenVRegisters(); in LogWrittenVRegisters()1248 if (trace_parameters() & LOG_VREGS) PrintVRegister(code, format); in LogVRegister()1275 if (trace_parameters() & LOG_VREGS) {
3977 if (parameters & LOG_VREGS) PrintVRegisters(); in DoLog()