HomeSort by relevance Sort by last modified time
    Searched refs:LOG_SYS_REGS (Results 1 - 3 of 3) sorted by null

  /external/v8/src/arm64/
instructions-arm64.h 493 LOG_SYS_REGS = 1 << 4, // Log the status flags.
496 LOG_STATE = LOG_REGS | LOG_FP_REGS | LOG_SYS_REGS,
simulator-arm64.h 524 if (log_parameters() & LOG_SYS_REGS) PrintSystemRegisters();
558 if (log_parameters() & LOG_SYS_REGS) PrintSystemRegister(id);
simulator-arm64.cc     [all...]

Completed in 508 milliseconds