Home
last modified time | relevance | path

Searched refs:PrintSystemRegister (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dsimulator-arm64.h549 void PrintSystemRegister(SystemRegister id);
560 if (log_parameters() & LOG_SYS_REGS) PrintSystemRegister(id);
Dsimulator-arm64.cc1113 PrintSystemRegister(NZCV); in PrintSystemRegisters()
1114 PrintSystemRegister(FPCR); in PrintSystemRegisters()
1179 void Simulator::PrintSystemRegister(SystemRegister id) { in PrintSystemRegister() function in v8::internal::Simulator
/external/vixl/src/aarch64/
Dsimulator-aarch64.h1527 void PrintSystemRegister(SystemRegister id);
1538 if (GetTraceParameters() & LOG_SYSREGS) PrintSystemRegister(id); in LogSystemRegister()
Dsimulator-aarch64.cc594 PrintSystemRegister(NZCV); in PrintSystemRegisters()
595 PrintSystemRegister(FPCR); in PrintSystemRegisters()
843 void Simulator::PrintSystemRegister(SystemRegister id) { in PrintSystemRegister() function in vixl::aarch64::Simulator