Lines Matching refs:exception
431 (psw-h-bit h-invExcEnbit "invalid exception enable bit")
432 (psw-h-bit h-ovfExcEnbit "overflow exception enable bit")
433 (psw-h-bit h-unExcEnbit "underflow exception enablebit ")
510 (psw-bit invExcEnbit h-invExcEnbit "invalid exception enable bit")
511 (psw-bit ovfExcEnbit h-ovfExcEnbit "overflow exception enable bit")
512 (psw-bit unExcEnbit h-unExcEnbit "underflow exception enable bit")
691 ;; [17:16]=exception cause 00=no exception 01=load-store exception 10=fpu exception 11=unimplemente…
1042 ;; call exception macro - no check for imask
1043 (define-pmacro (call-exception vaddr bit-in-ilat)
1309 (call-exception #x4 #x2))
2080 ;; Model only immediate 'fire' exception, if gien cleared or masked don't fire and don't check late…
2084 (sequence () (call-exception #x24 #x80))
2102 (sequence () (call-exception #x24 #x80))
2538 (call-exception #x4 #x2)))
2588 (call-exception #x4 #x2)))
2789 (call-exception #x4 #x2)))
2825 (call-exception #x4 #x2))