Lines Matching refs:and
7 | type exception handler ('unsupp' - vector 55) and the unimplemented
9 | determines the opclass (0, 2, or 3) and branches to the
13 | For UNSUPPORTED data/format (exception vector 55) and for
18 | number(s) is normalized and the operand type tag is updated.
20 | - For a packed number (opclass 2) the number is unpacked and the
31 | number is packed and written to user memory. For the other
33 | and the instruction is then restored back into the '040. The
38 | The '040 takes an unsupported data trap and gets to this
39 | routine. The number is normalized, put back on the stack and
42 | a normalized number in the source and the instruction is
48 | detects this and tags the number as a denorm. The routine
49 | res_func sees the denorm tag and converts the denorm to a
195 bfextu CMDREG1B(%a6){#0:#6},%d0 |get opclass and src fields
196 cmpil #0x17,%d0 |if op class and size fields are $17,
200 | in do_func and smovecr.sa.
238 | ;and puts the normalized num back
242 | ;to the fsave stack and fall
266 | ;and puts the normalized num back
327 | Dest is not denormalized. Check for norm, and set fpte15
482 | Special cases of inf and NaNs are completed outside of decbin.
499 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1
500 cmpiw #7,%d1 |SE and y bits must be on for special
502 |input is of the special cases of inf and NaN
518 tstl ETEMP_HI(%a6) |check words 3 and 2
520 tstl ETEMP_LO(%a6) |check words 1 and 0
551 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1
552 cmpiw #7,%d1 |SE and y bits must be on for special
554 |input is of the special cases of inf and NaN
585 tstl ETEMP_HI(%a6) |check words 3 and 2
587 tstl ETEMP_LO(%a6) |check words 1 and 0
591 orl #neg_mask+z_mask,USER_FPSR(%a6) |set N and Z