Searched refs:ImmException (Results 1 – 12 of 12) sorted by relevance
329 int32_t high16 = ImmException(); in ImmUnresolvedInternalReference()330 int32_t low16 = following()->ImmException(); in ImmUnresolvedInternalReference()
469 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()
918 (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()
190 V_(ImmException, 20, 5, Bits) \
1168 Instr Assembler::ImmException(int imm16) {
1445 AppendToOutput("#0x%x", instr->ImmException()); in SubstituteImmediateField()
1742 inline static Instr ImmException(int imm16);
2376 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()
123 V_(ImmException, 20, 5, Bits) \
4658 Emit(HLT | ImmException(code)); in hlt()4664 Emit(BRK | ImmException(code)); in brk()4669 Emit(SVC | ImmException(code)); in svc()
3056 AppendToOutput("#0x%" PRIx32, instr->ImmException()); in SubstituteImmediateField()
3987 static Instr ImmException(int imm16) { in ImmException() function