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

  /external/vixl/src/a64/
debugger-a64.cc 653 switch (instr->ImmException()) {
776 (instr->ImmException() == kUnreachableOpcode));
786 (instr->ImmException() == kTraceOpcode));
813 (instr->ImmException() == kLogOpcode));
    [all...]
assembler-a64.cc     [all...]
simulator-a64.cc     [all...]
constants-a64.h 117 V_(ImmException, 20, 5, Bits) \
    [all...]
assembler-a64.h     [all...]
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc 461 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall));
    [all...]
assembler-arm64.cc 664 (instr->ImmException() == kImmExceptionIsDebug)) {
673 (instr->ImmException() == kImmExceptionIsPrintf)) {
    [all...]
assembler-arm64-inl.h 1168 Instr Assembler::ImmException(int imm16) {
    [all...]
constants-arm64.h 191 V_(ImmException, 20, 5, Bits) \
    [all...]
assembler-arm64.h     [all...]

Completed in 216 milliseconds