Lines Matching refs:and
10 | NAN is stored in the dest reg. If the dest format is b, w, or l and
13 | the dest format is integer (b, w, l) and the operr is caused by
21 | overflow -> OPERR, the exponent in wbte (and fpte) is:
28 | So, wbtemp and fptemp will contain the following on erroneously
93 | kernel handler. Set the operr bits and clean up, leaving
94 | only the integer exception frame on the stack, and the
116 bsr check_upper |check if exp and ms mant are special
121 bra not_enabled |clean and exit
163 bsr check_upper |check if exp and ms mant are special
168 bra not_enabled |clean and exit
190 bsr check_upper |check if exp and ms mant are special
195 bra not_enabled |clean and exit
212 | and aiop and write the portion of the nan to memory for the
223 | the operr and aiop bits, and clears inex and ainex, incorrectly
273 | and call mem_write.
282 | Check the exponent for $c000 and the upper 32 bits of the
284 | and store the lower n bits of the least lword of FPTEMP
285 | to d0 for write out. If not, it is a real operr, and set d0.
303 | and does an rte. If enabled, it cleans up the stack and branches
305 | frame on the stack and the fpu in the original exceptional state
322 | operr. If the inex enable bit is set in the FPCR, and either
323 | inex2 or inex1 occurred, we must clean up and branch to the
332 | Inexact enabled and reported, and we must take an inexact exception.