/arch/sparc/lib/ |
D | rem.S | 49 ! compute sign of result; if neither is negative, no problem 50 orcc %o1, %o0, %g0 ! either negative? 57 ! %o1 is definitely negative; %o0 might also be negative 58 bge 2f ! if %o0 not negative... 60 1: ! %o0 is negative, %o1 is nonnegative 207 ! remainder is negative 213 ! remainder is negative 224 ! remainder is negative 230 ! remainder is negative 246 ! remainder is negative [all …]
|
D | sdiv.S | 49 ! compute sign of result; if neither is negative, no problem 50 orcc %o1, %o0, %g0 ! either negative? 57 ! %o1 is definitely negative; %o0 might also be negative 58 bge 2f ! if %o0 not negative... 60 1: ! %o0 is negative, %o1 is nonnegative 206 ! remainder is negative 212 ! remainder is negative 223 ! remainder is negative 229 ! remainder is negative 245 ! remainder is negative [all …]
|
D | urem.S | 189 ! remainder is negative 195 ! remainder is negative 206 ! remainder is negative 212 ! remainder is negative 228 ! remainder is negative 234 ! remainder is negative 245 ! remainder is negative 251 ! remainder is negative 272 ! remainder is negative 278 ! remainder is negative [all …]
|
D | udiv.S | 191 ! remainder is negative 197 ! remainder is negative 208 ! remainder is negative 214 ! remainder is negative 230 ! remainder is negative 236 ! remainder is negative 247 ! remainder is negative 253 ! remainder is negative 274 ! remainder is negative 280 ! remainder is negative [all …]
|
D | mul.S | 64 ! If %o0 was negative, the result is 73 ! %o0 was indeed negative; fix upper 32 bits of result by subtracting
|
D | checksum_32.S | 358 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/m68k/fpsp040/ |
D | util.S | 199 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 …]
|
D | scale.S | 142 | 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.
|
D | decbin.S | 38 | 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
|
D | x_store.S | 141 bsetl #31,%d0 |if negative, put in sign information 149 bsetl #31,%d0 |if negative put in sign information
|
D | do_func.S | 106 bnes ld_mzinx |if negative, branch 126 bne ld_minf |if negative branch 184 | the sign and return operr if negative.
|
D | sgetem.S | 58 bsr nrm_set |normalize (exp will go negative)
|
D | x_operr.S | 222 | Store_max loads the max pos or negative for the size, sets
|
D | fpsp.h | 222 .set neg_bit,3 | negative result
|
D | res_func.S | 71 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
|
D | bindec.S | 320 tstl %d7 |if negative, never set OPERR
|
/arch/x86/math-emu/ |
D | reg_ld_str.c | 96 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 …]
|
D | README | 355 results for positive arguments than it does for negative. * In the
|
/arch/alpha/lib/ |
D | ev6-memset.S | 84 addq $18,$3,$18 # E : $18 is new count ($3 is negative) 261 addq $18,$3,$18 # E : $18 is new count ($3 is negative) 448 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
|
/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 153 # 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.
|
D | fpsp.S | 2316 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 …]
|
D | fplsp.S | 417 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/mn10300/lib/ |
D | do_csum.S | 31 ble do_csum_done # check for zero length or negative
|
/arch/x86/kernel/ |
D | head_64.S | 253 pushq %rax # target address in negative space
|
/arch/arm/lib/ |
D | lib1funcs.S | 306 rsbmi r0, r0, #0 @ if negative make positive
|