Lines Matching refs:nan
449 set nan_bit, 0x0 # NAN result
454 set snan_bit, 6 # signalling NAN
474 set nan_mask, 0x01000000 # nan bit mask (lw)
479 set nan_bmask, 0x01 # nan bit mask (byte)
523 set signan_bit, 0x6 # signalling nan bit
1271 # source data type was an INF, NAN, DENORM, or UNNORM
1436 # or double precision denorm, inf, or nan, the operand needs to be
2538 # The packed operand is an INF or a NAN if the exponent field is all ones.
2540 cmpi.w %d0,&0x7fff # INF or NAN?
2541 beq.b iea_op_setsrc # operand is an INF or NAN
3267 # FP Signalling NAN exception in an operating system. #
5714 # nonsignalling NAN, then that NAN is returned as the result. If both #
5716 # nonsignalling NAN is returned as the result. #
5717 # If either operand to an operation is a signalling NAN (SNAN), #
5721 # then the SNAN is converted to a nonsignalling NAN (by setting the #
5765 btst &0x7, FTEMP_EX(%a0) # is NAN neg?
5786 # An nonsignalling NAN is returned as the default result when #
9564 # res{s,q}nan_1op() - set NAN result for monadic instruction #
9649 # res_{s,q}nan_1op() - set NAN result for monadic operation #
9755 # res_{s,q}nan_1op() - set NAN result for monadic operation #
9863 # res_{s,q}nan_1op() - set NAN result for monadic operation #
12920 # If the packed operand is a ZERO,NAN, or INF, convert it to #
12940 # The packed operand is an INF or a NAN if the exponent field is all ones.
12942 cmpi.w %d0,&0x7fff # INF or NAN?
12944 rts # operand is an INF or NAN
12975 # and NaN operands are dispatched without entering this routine) #