Home
last modified time | relevance | path

Searched refs:ImmException (Results 1 – 12 of 12) sorted by relevance

/external/vixl/src/a64/
Ddebugger-a64.cc653 switch (instr->ImmException()) { in VisitException()
776 (instr->ImmException() == kUnreachableOpcode)); in DoUnreachable()
786 (instr->ImmException() == kTraceOpcode)); in DoTrace()
813 (instr->ImmException() == kLogOpcode)); in DoLog()
Dconstants-a64.h117 V_(ImmException, 20, 5, Bits) \
Dassembler-a64.cc1634 Emit(HLT | ImmException(code)); in hlt()
1640 Emit(BRK | ImmException(code)); in brk()
Dsimulator-a64.cc2375 if (instr->ImmException() == kPrintfOpcode) { in VisitException()
2389 (instr->ImmException() == kPrintfOpcode)); in DoPrintf()
Ddisasm-a64.cc1458 AppendToOutput("#0x%x", instr->ImmException()); in SubstituteImmediateField()
Dassembler-a64.h1607 static Instr ImmException(int imm16) { in ImmException() function
/external/chromium_org/v8/src/arm64/
Dsimulator-arm64.cc461 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall)); in Redirection()
3510 if (instr->ImmException() == kImmExceptionIsDebug) { in VisitException()
3577 ASSERT(pc_->ImmException() == kImmExceptionIsUnreachable); in VisitException()
3584 } else if (instr->ImmException() == kImmExceptionIsRedirectedCall) { in VisitException()
3586 } else if (instr->ImmException() == kImmExceptionIsPrintf) { in VisitException()
3589 } else if (instr->ImmException() == kImmExceptionIsUnreachable) { in VisitException()
3608 (instr->ImmException() == kImmExceptionIsPrintf)); in DoPrintf()
Dassembler-arm64.cc664 (instr->ImmException() == kImmExceptionIsDebug)) { in ConstantPoolSizeAt()
673 (instr->ImmException() == kImmExceptionIsPrintf)) { in ConstantPoolSizeAt()
1965 Emit(HLT | ImmException(code)); in hlt()
1971 Emit(BRK | ImmException(code)); in brk()
Dconstants-arm64.h191 V_(ImmException, 20, 5, Bits) \
Dassembler-arm64-inl.h1168 Instr Assembler::ImmException(int imm16) {
Ddisasm-arm64.cc1464 AppendToOutput("#0x%x", instr->ImmException()); in SubstituteImmediateField()
Dassembler-arm64.h1793 inline static Instr ImmException(int imm16);