Lines Matching refs:set
101 | Load a signed zero to fp0 and set inex2/ainex
107 bsr ld_pzero |bsr so we can return and set inx
108 bra t_inx2 |now, set the inx for the next inst
111 bra t_inx2 |now, set the inx for the next inst
113 | Load a signed zero to fp0; do not set inex2/ainex
121 | Load a signed infinity to fp0; do not set inex2/ainex
129 | Load a signed one to fp0; do not set inex2/ainex
137 | Load a signed pi/2 to fp0; do not set inex2/ainex
306 beqs smod_zsn |if clr, do not set sign big
307 bsetb #q_sn_bit,FPSR_QBYTE(%a6) |set q-byte sign bit
318 beqs smod_fsn |if clr, do not set sign big
319 bsetb #q_sn_bit,FPSR_QBYTE(%a6) |set q-byte sign bit
386 beqs srem_zsn |if clr, do not set sign big
387 bsetb #q_sn_bit,FPSR_QBYTE(%a6) |set q-byte sign bit
398 beqs srem_fsn |if clr, do not set sign big
399 bsetb #q_sn_bit,FPSR_QBYTE(%a6) |set q-byte sign bit
501 | in the transcendentals code. The CC bits must be set in the
508 bra t_inx2 |set inex2 exc
514 orl #neg_mask,USER_FPSR(%a6) |set N bit
515 bra t_inx2 |set inex2 exc
521 orl #inf_mask,USER_FPSR(%a6) |set I bit
528 orl #neg_mask+inf_mask,USER_FPSR(%a6) |set N and I bits
541 orl #neg_mask,USER_FPSR(%a6) |set N bit
548 orl #z_mask,USER_FPSR(%a6) |set Z bit
555 orl #neg_mask+z_mask,USER_FPSR(%a6) |set N and Z bits