Home | History | Annotate | Download | only in dist

Lines Matching refs:dyadic

680 # bit five of the fp extension word separates the monadic and dyadic operations 
683 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic?
686 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg
918 # bit five of the fp ext word separates the monadic and dyadic operations
921 btst &0x5,1+EXC_CMDREG(%a6) # is op monadic or dyadic?
924 # now, what's left that's not dyadic is fsincos. we can distinguish it
929 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg
1155 # operand from the fsave state frame and the dst operand (if dyadic) #
1287 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg
1289 # bit five of the fp extension word separates the monadic and dyadic operations
1291 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic?
1321 # SNAN : all dyadic ops
1342 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg
1832 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg
1834 # bit five of the fp extension word separates the monadic and dyadic operations
1836 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic?
1866 # SNAN : all dyadic ops
1887 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg
2571 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic?
2589 # the operation is fsincos, ftst, or fcmp. only fcmp is dyadic
3662 # bits four and five of the fp extension word separate the monadic and dyadic
3665 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic?
3671 bfextu EXC_CMDREG(%a6){&6:&3},%d0 # dyadic; load dst reg
3973 # to load the source and destination (for dyadic) operands to be used #
11384 # then a potential bug. to begin with, only the dyadic functions
16150 # res_qnan(): return default result w/ QNAN operand for dyadic #
16151 # res_snan(): return default result w/ SNAN operand for dyadic #
19597 # tags for both if dyadic, one for monadic. If a number is an UNNORM, #
19642 beq.b op000_dst # (bit 4 == 0) => dyadic
19644 cmpi.w %d0,&0x0038 # is it an fcmp (dyadic) ?
19685 beq.b op010_dst # (bit 4 == 0) => dyadic
19687 cmpi.w %d0,&0x0038 # is it an fcmp (dyadic) ?