Home | History | Annotate | Download | only in dist

Lines Matching refs:ONLY

631 # the default result (only if the instruction is opclass 3). For 	#
674 # since, I believe, only NORMs and DENORMs can come through here,
720 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
731 # the exceptional possibilities we have left ourselves with are ONLY overflow
871 # the default result (only if the instruction is opclass 3). For #
963 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
975 # no underflow was called for. We do these checks only in
979 # the exceptional possibilities we have left ourselves with are ONLY overflow
1356 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1524 # the src can ONLY be a DENORM or an UNNORM! so, don't make any big subroutine
1625 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1934 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled & set
2170 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
2177 # the only exception possible on packed move out are INEX, OPERR, and SNAN.
2589 # the operation is fsincos, ftst, or fcmp. only fcmp is dyadic
2594 # store a result. then, only fcmp will branch back and pick up a dst operand.
2658 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enable and set
4069 # (for the '060, only two types can take this exception)
4190 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled and set
4216 # it's actually an inexact and act appropriately. this is the only easy
6391 #--ARE ONLY 8 TIMES 16 = 2^7 = 128 |F|'S. SINCE ATAN(-|F|) IS
6392 #-- -ATAN(|F|), WE NEED TO STORE ONLY ATAN(|F|).
6951 # raised by 7.3. That is the only exception raised by 7.3.#
8603 #--THERE ARE ONLY TWO CASES.
10171 # - we only return the EXOP here if either underflow or #
10278 # - t_ovfl_sc() is provided for scale() which only sets #
11364 # The only
11384 # then a potential bug. to begin with, only the dyadic functions
11734 andi.b &0x30,%d1 # keep rnd mode only
11785 # for fun, let's use only extended precision, round to zero. then, let
11852 andi.b &0x30,%d1 # use only rnd mode
12079 # FP MOVE IN: NORMs and DENORMs ONLY!
12337 # do the fmove in; at this point, only possible ops are ZERO and INF.
12416 # DIVIDE: NORMs and DENORMs ONLY!
12620 andi.b &0x30,%d1 # use only rnd mode
12852 # NEGATE SIGN : norms and denorms ONLY!
13117 # do the fneg; at this point, only possible ops are ZERO and INF.
13475 # ABSOLUTE VALUE: norms and denorms ONLY!
14320 # DIVIDE: NORMs and DENORMs ONLY!
14842 andi.b &0x30,%d1 # use only rnd mode
15561 # SQUARE ROOT: norms and denorms ONLY!
16339 # For the IEEE nonaware tests, only the false branch changes the #
16346 # Typically, only one of the two possible branch directions could #
16694 # For the IEEE aware tests, action is only taken if the result is false.#
16974 # Typically, only one of the two possible branch directions could #
17210 # For the IEEE aware tests, we only have to set the result based on the #
17309 # For the IEEE aware tests, we only have to set the result based on the #
17440 # only difference is that the <ea> field should hold the PC
17544 # Typically, only one of the two possible branch directions could #
17787 # For the IEEE aware tests, we only have to set the result based on the #
17879 # For the IEEE aware tests, we only have to set the result based on the #
18235 andi.l &0x000000ff,%d0 # keep only lo byte
19009 btst &0x8,%d0 # is disp only 8 bits?
20229 # Only "Unimplemented Data Type" exceptions enter here. The operand
20275 # Only "Unimplemented Data Type" exceptions enter here. The operand
20321 # Only "Unimplemented Data Type" exceptions enter here. The operand
20368 # Only "Unimplemented Data Type" exceptions enter here. The operand
20430 andi.w &0x8000,FP_SCR0_EX(%a6) # keep only old sign
21007 # add the extra condition that only if the k-factor was zero, too, should
21885 # it only plays a role in shift amounts of 61-63.
22220 # only. All registers except d0 are kept intact. d0 becomes an
22411 bgt.b unnorm_nrm_zero # yes; denorm only until exp = 0
22428 # exponent would go < 0, so only denormalize until exp = 0
22447 # only mantissa bits set are in lo(man)
23526 # only one rounding error. The grs bits are collected in #
23550 # A6. This test occurs only on the first pass. If the #
23895 # only one rounding error. The grs bits are collected in
23909 # to overflow. Only a negative iscale can cause this, so
23910 # multiply by 10^(d2), which is now only allowed to be 24,
24105 # A6. This test occurs only on the first pass. If the
24154 # denormalized, check only the case in which YINT > 10^LEN.