Searched refs:ImmException (Results 1 – 10 of 10) sorted by relevance
329 int32_t high16 = ImmException(); in ImmUnresolvedInternalReference()330 int32_t low16 = following()->ImmException(); in ImmUnresolvedInternalReference()
470 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall)); in Redirection()3659 if (instr->ImmException() == kImmExceptionIsDebug) { in VisitException()3726 DCHECK(pc_->ImmException() == kImmExceptionIsUnreachable); in VisitException()3733 } else if (instr->ImmException() == kImmExceptionIsRedirectedCall) { in VisitException()3735 } else if (instr->ImmException() == kImmExceptionIsPrintf) { in VisitException()3738 } else if (instr->ImmException() == kImmExceptionIsUnreachable) { in VisitException()3757 (instr->ImmException() == kImmExceptionIsPrintf)); in DoPrintf()
930 (instr->ImmException() == kImmExceptionIsDebug)) { in ConstantPoolSizeAt()939 (instr->ImmException() == kImmExceptionIsPrintf)) { in ConstantPoolSizeAt()2296 Emit(HLT | ImmException(code)); in hlt()2302 Emit(BRK | ImmException(code)); in brk()
191 V_(ImmException, 20, 5, Bits) \
1135 Instr Assembler::ImmException(int imm16) {
1476 AppendToOutput("#0x%x", instr->ImmException()); in SubstituteImmediateField()
1792 inline static Instr ImmException(int imm16);
3993 Emit(HLT | ImmException(code)); in hlt()3999 Emit(BRK | ImmException(code)); in brk()4003 void Assembler::svc(int code) { Emit(SVC | ImmException(code)); } in svc()
127 V_(ImmException, 20, 5, ExtractBits) \
2801 static Instr ImmException(int imm16) { in ImmException() function