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

  /external/vixl/src/aarch64/
simulator-constants-aarch64.h 124 LOG_VREGS = 1 << 2, // Log NEON and floating-point registers.
130 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYSREGS,
simulator-aarch64.h     [all...]
simulator-aarch64.cc     [all...]
  /external/v8/src/arm64/
instructions-arm64.h 576 // __ debug("print registers and fp registers", 0, LOG_REGS | LOG_VREGS);
593 LOG_VREGS = 1 << 3, // Log NEON and floating-point registers.
598 LOG_STATE = LOG_REGS | LOG_VREGS | LOG_SYS_REGS,
simulator-arm64.h     [all...]
simulator-arm64.cc     [all...]
  /external/vixl/test/aarch64/
test-trace-aarch64.cc     [all...]

Completed in 123 milliseconds