Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 27) sorted by relevance

12

/arch/m68k/fpsp040/
Dutil.S199 tstb LOCAL_SGN(%a0) |if negative overflow
202 leal EXT_PINF,%a1 |answer is negative infinity
209 tstb LOCAL_SGN(%a0) |if negative overflow
212 leal EXT_PLRG,%a1 |answer is large negative number
230 tstb LOCAL_SGN(%a0) |if negative overflow
233 leal EXT_PINF,%a1 |answer is negative infinity
240 tstb LOCAL_SGN(%a0) |if negative overflow
243 leal DBL_PLRG,%a1 |answer is large negative number
261 tstb LOCAL_SGN(%a0) |if negative overflow
264 leal EXT_PINF,%a1 |answer is negative infinity
[all …]
Dscale.S142 | Source is negative. Add the src to the dest exponent.
149 blts fix_dnrm |if negative, result is
207 | If the mode is rm, and the zero is negative, return smallest
208 | negative denorm.
Ddecbin.S38 | if negative, count the trailing zeros. Set the adjusted
60 | it is negative.
455 bpls no_neg |if exp is negative,
485 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
Dx_store.S141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
Ddo_func.S106 bnes ld_mzinx |if negative, branch
126 bne ld_minf |if negative branch
184 | the sign and return operr if negative.
Dsgetem.S58 bsr nrm_set |normalize (exp will go negative)
Dx_operr.S222 | Store_max loads the max pos or negative for the size, sets
Dfpsp.h222 .set neg_bit,3 | negative result
Dres_func.S71 bsr nrm_set |normalize number (exp will go negative)
1341 tstb ETEMP(%a6) |check for negative
1345 orl #neg_bit,USER_FPSR(%a6) |snan is negative; set N
Dbindec.S320 tstl %d7 |if negative, never set OPERR
/arch/x86/math-emu/
Dreg_ld_str.c96 int exp, tag, negative; in FPU_load_double() local
105 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()
138 negative) in FPU_load_double()
149 setexponent16(loaded_data, exp | negative); in FPU_load_double()
158 int exp, tag, negative; in FPU_load_single() local
165 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
170 addexponent(loaded_data, negative); in FPU_load_single()
180 return normalize_no_excep(loaded_data, SINGLE_Emin, negative) in FPU_load_single()
203 setexponent16(loaded_data, exp | negative); /* Set the sign. */ in FPU_load_single()
242 int negative; in FPU_load_int32() local
[all …]
DREADME355 results for positive arguments than it does for negative. * In the
/arch/metag/lib/
Dmodsi3.S34 ORS D1Re0,D1Re0,D1Re0 ! Was A negative?
Ddivsi3.S63 !! D0Ar4 is negative if we should return a negative result
/arch/s390/net/
Dbpf_jit.S80 ltgr %r3,%r3 # Is offset negative?
/arch/m68k/ifpsp060/src/
Dilsp.S153 # make dividend unsigned if it's negative
204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
207 # 0x80000000 is the largest number representable as a 32-bit negative
208 # number. the negative of 0x80000000 is 0x80000000.
637 tst.l %d0 # is multiplier negative?
645 tst.l %d1 # is multiplicand negative?
707 # result should be a signed negative number.
Dfpsp.S2316 neg.w %d0 # make exponent negative
6766 tst.b (%a0) # is X positive or negative?
7627 blt.b sgetexpn # it's negative
10133 tst.b SRC_EX(%a0) # no; is src negative?
10184 tst.b LOCAL_EX(%a0) # is denorm negative?
11685 btst &neg_bit,FPSR_CC(%a6) # is result negative?
13146 tst.b SRC_EX(%a0) # is operand negative?
13170 tst.b SRC_EX(%a0) # is operand negative?
13181 tst.b SRC_EX(%a0) # is operand negative?
13194 tst.b SRC_EX(%a0) # is operand negative?
[all …]
Dfplsp.S417 set neg_bit, 0x3 # negative result
442 set neg_mask, 0x08000000 # negative bit mask (lw)
447 set neg_bmask, 0x08 # negative bit mask (byte)
7246 tst.b (%a0) # is X positive or negative?
7548 bmi.b sgetmann # it's negative
9318 tst.b SRC_EX(%a1) # is src negative?
/arch/alpha/lib/
Dev6-memset.S85 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
263 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
451 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
/arch/x86/kernel/
Dhead_64.S292 pushq %rax # target address in negative space
308 pushq %rax # target address in negative space
/arch/mn10300/lib/
Ddo_csum.S31 ble do_csum_done # check for zero length or negative
/arch/arm/boot/dts/
Dsocfpga_arria10_socdk.dtsi54 * range from a negative skew to a positive skew.
/arch/sparc/lib/
Dchecksum_32.S358 bne 5b ! we did not go negative, continue looping
363 srl %o2, 1, %o4 ! begin negative offset computation
394 bne ccdbl ! we did not go negative, continue looping
/arch/arm/lib/
Dlib1funcs.S306 rsbmi r0, r0, #0 @ if negative make positive
/arch/s390/kernel/
Dentry.S1109 jm 1f # negative -> skip source stop

12