Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.h329 int32_t high16 = ImmException(); in ImmUnresolvedInternalReference()
330 int32_t low16 = following()->ImmException(); in ImmUnresolvedInternalReference()
Dsimulator-arm64.cc469 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall)); in Redirection()
3619 if (instr->ImmException() == kImmExceptionIsDebug) { in VisitException()
3686 DCHECK(pc_->ImmException() == kImmExceptionIsUnreachable); in VisitException()
3693 } else if (instr->ImmException() == kImmExceptionIsRedirectedCall) { in VisitException()
3695 } else if (instr->ImmException() == kImmExceptionIsPrintf) { in VisitException()
3698 } else if (instr->ImmException() == kImmExceptionIsUnreachable) { in VisitException()
3717 (instr->ImmException() == kImmExceptionIsPrintf)); in DoPrintf()
Dassembler-arm64.cc918 (instr->ImmException() == kImmExceptionIsDebug)) { in ConstantPoolSizeAt()
927 (instr->ImmException() == kImmExceptionIsPrintf)) { in ConstantPoolSizeAt()
2222 Emit(HLT | ImmException(code)); in hlt()
2228 Emit(BRK | ImmException(code)); in brk()
Dconstants-arm64.h190 V_(ImmException, 20, 5, Bits) \
Dassembler-arm64-inl.h1168 Instr Assembler::ImmException(int imm16) {
Ddisasm-arm64.cc1445 AppendToOutput("#0x%x", instr->ImmException()); in SubstituteImmediateField()
Dassembler-arm64.h1742 inline static Instr ImmException(int imm16);
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc2376 switch (instr->ImmException()) { in VisitException()
3871 (instr->ImmException() == kUnreachableOpcode)); in DoUnreachable()
3881 (instr->ImmException() == kTraceOpcode)); in DoTrace()
3908 (instr->ImmException() == kLogOpcode)); in DoLog()
3929 (instr->ImmException() == kPrintfOpcode)); in DoPrintf()
Dconstants-a64.h123 V_(ImmException, 20, 5, Bits) \
Dassembler-a64.cc4658 Emit(HLT | ImmException(code)); in hlt()
4664 Emit(BRK | ImmException(code)); in brk()
4669 Emit(SVC | ImmException(code)); in svc()
Ddisasm-a64.cc3056 AppendToOutput("#0x%" PRIx32, instr->ImmException()); in SubstituteImmediateField()
Dassembler-a64.h3987 static Instr ImmException(int imm16) { in ImmException() function