Searched refs:ImmException (Results 1 – 10 of 10) sorted by relevance
351 int32_t high16 = ImmException(); in ImmUnresolvedInternalReference()352 int32_t low16 = following()->ImmException(); in ImmUnresolvedInternalReference()
290 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall)); in SetRedirectInstruction()3352 if (instr->ImmException() == kImmExceptionIsDebug) { in VisitException()3421 DCHECK_EQ(pc_->ImmException(), kImmExceptionIsUnreachable); in VisitException()3428 } else if (instr->ImmException() == kImmExceptionIsRedirectedCall) { in VisitException()3430 } else if (instr->ImmException() == kImmExceptionIsPrintf) { in VisitException()3433 } else if (instr->ImmException() == kImmExceptionIsUnreachable) { in VisitException()5580 (instr->ImmException() == kImmExceptionIsPrintf)); in DoPrintf()
1064 Instr Assembler::ImmException(int imm16) {
952 (instr->ImmException() == kImmExceptionIsDebug)) { in ConstantPoolSizeAt()961 (instr->ImmException() == kImmExceptionIsPrintf)) { in ConstantPoolSizeAt()4057 Emit(HLT | ImmException(code)); in hlt()4062 Emit(BRK | ImmException(code)); in brk()
236 V_(ImmException, 20, 5, Bits) \
3684 AppendToOutput("#0x%x", instr->ImmException()); in SubstituteImmediateField()
2972 inline static Instr ImmException(int imm16);
5131 Emit(HLT | ImmException(code)); in hlt()5137 Emit(BRK | ImmException(code)); in brk()5141 void Assembler::svc(int code) { Emit(SVC | ImmException(code)); } in svc()
127 V_(ImmException, 20, 5, ExtractBits) \
3752 static Instr ImmException(int imm16) { in ImmException() function