Searched refs:ImmException (Results 1 – 3 of 3) sorted by relevance
5391 Emit(HLT | ImmException(code)); in hlt()5397 Emit(BRK | ImmException(code)); in brk()5401 void Assembler::svc(int code) { Emit(SVC | ImmException(code)); } in svc()
157 V_(ImmException, 20, 5, ExtractBits) \
6163 static Instr ImmException(int imm16) { in ImmException() function