/arch/parisc/math-emu/ |
D | sfcmp.c | 55 register unsigned int left, right; in sgl_fcmp() local 59 left = *leftptr; in sgl_fcmp() 65 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 71 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 72 && Sgl_isnotzero_mantissa(left) in sgl_fcmp() 73 && (Exception(cond) || Sgl_isone_signaling(left))) in sgl_fcmp() 89 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp() 90 && Sgl_isnotzero_mantissa(left)) in sgl_fcmp() 103 Sgl_xortointp1(left,right,xorresult); in sgl_fcmp() 108 if( Sgl_iszero_exponentmantissa(left) in sgl_fcmp() [all …]
|
D | sfsub.c | 55 register unsigned int left, right, result, extent; in sgl_fsub() local 63 left = *leftptr; in sgl_fsub() 68 Sgl_xortointp1(left,right,/*to*/save); in sgl_fsub() 73 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fsub() 75 if (Sgl_iszero_mantissa(left)) in sgl_fsub() 93 *dstptr = left; in sgl_fsub() 102 if (Sgl_isone_signaling(left)) in sgl_fsub() 108 Sgl_set_quiet(left); in sgl_fsub() 126 *dstptr = left; in sgl_fsub() 163 Sgl_copytoint_exponentmantissa(left,signless_upper_left); in sgl_fsub() [all …]
|
D | sfadd.c | 55 register unsigned int left, right, result, extent; in sgl_fadd() local 65 left = *leftptr; in sgl_fadd() 70 Sgl_xortointp1(left,right,/*to*/save); in sgl_fadd() 75 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fadd() 77 if (Sgl_iszero_mantissa(left)) in sgl_fadd() 95 *dstptr = left; in sgl_fadd() 104 if (Sgl_isone_signaling(left)) in sgl_fadd() 110 Sgl_set_quiet(left); in sgl_fadd() 128 *dstptr = left; in sgl_fadd() 164 Sgl_copytoint_exponentmantissa(left,signless_upper_left); in sgl_fadd() [all …]
|
D | hppa.h | 28 #define Shiftdouble(left,right,amount,dest) \ argument 30 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount)) 33 #define Variableshiftdouble(left,right,amount,dest) \ argument 36 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \ 40 #define Variable_shift_double(left,right,amount,dest) \ argument 42 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
|
D | sgl_float.h | 63 #define Sgl_leftshiftby1_withextent(left,right,result) \ argument 64 Shiftdouble(Sall(left),Extall(right),31,Sall(result)) 66 #define Sgl_rightshiftby1_withextent(left,right,dst) \ argument 67 Shiftdouble(Sall(left),Extall(right),1,Extall(right)) 239 #define Sgl_subtract_withextension(left,right,extent,result) \ argument 241 Sgl_subtract(left,right,result); \ 248 #define Sgl_xortointp1(left,right,result) \ argument 249 result = Sall(left) XOR Sall(right); 251 #define Sgl_xorfromintp1(left,right,result) \ argument 252 Sall(result) = left XOR Sall(right) [all …]
|
D | dbl_float.h | 421 #define Dbl_xortointp1(left,right,result) \ argument 422 result = Dallp1(left) XOR Dallp1(right) 424 #define Dbl_xorfromintp1(left,right,result) \ argument 425 Dallp1(result) = left XOR Dallp1(right) 427 #define Dbl_swap_lower(left,right) \ argument 428 Dallp2(left) = Dallp2(left) XOR Dallp2(right); \ 429 Dallp2(right) = Dallp2(left) XOR Dallp2(right); \ 430 Dallp2(left) = Dallp2(left) XOR Dallp2(right) 720 #define Dblext_xortointp1(left,right,result) Dbl_xortointp1(left,right,result) argument 722 #define Dblext_xorfromintp1(left,right,result) \ argument [all …]
|
/arch/s390/include/asm/ |
D | idals.h | 222 size_t left; in idal_buffer_to_user() local 227 left = copy_to_user(to, ib->data[i], IDA_BLOCK_SIZE); in idal_buffer_to_user() 228 if (left) in idal_buffer_to_user() 229 return left + count - IDA_BLOCK_SIZE; in idal_buffer_to_user() 242 size_t left; in idal_buffer_from_user() local 247 left = copy_from_user(ib->data[i], from, IDA_BLOCK_SIZE); in idal_buffer_from_user() 248 if (left) in idal_buffer_from_user() 249 return left + count - IDA_BLOCK_SIZE; in idal_buffer_from_user()
|
/arch/arm/plat-s3c24xx/ |
D | pm.c | 264 unsigned long addr, left; in s3c2410_pm_makecheck() local 268 left = res->end - addr; in s3c2410_pm_makecheck() 270 if (left > CHECK_CHUNKSIZE) in s3c2410_pm_makecheck() 271 left = CHECK_CHUNKSIZE; in s3c2410_pm_makecheck() 273 *val = crc32_le(~0, phys_to_virt(addr), left); in s3c2410_pm_makecheck() 313 unsigned long left; in s3c2410_pm_runcheck() local 319 left = res->end - addr; in s3c2410_pm_runcheck() 321 if (left > CHECK_CHUNKSIZE) in s3c2410_pm_runcheck() 322 left = CHECK_CHUNKSIZE; in s3c2410_pm_runcheck() 326 if (in_region(ptr, left, crcs, crc_size)) { in s3c2410_pm_runcheck() [all …]
|
/arch/sparc/kernel/ |
D | visemul.c | 244 u16 left, right; member 290 u16 left, right; in edge() local 304 left = edge8_tab[rs1 & 0x7].left; in edge() 309 left = edge8_tab_l[rs1 & 0x7].left; in edge() 315 left = edge16_tab[(rs1 >> 1) & 0x3].left; in edge() 321 left = edge16_tab_l[(rs1 >> 1) & 0x3].left; in edge() 327 left = edge32_tab[(rs1 >> 2) & 0x1].left; in edge() 333 left = edge32_tab_l[(rs1 >> 2) & 0x1].left; in edge() 339 rd_val = right & left; in edge() 341 rd_val = left; in edge()
|
/arch/alpha/lib/ |
D | ev6-clear_user.S | 86 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment 164 subq $0, 168, $5 # E : U L L U : two trips through the loop left? 183 # zero to 16 quadwords left to store, plus any trailing bytes 184 # $1 is the number of quadwords left to go. 202 # We have an unknown number of bytes left to go. 209 # $0 contains the number of bytes left to copy (0..31)
|
D | memchr.S | 114 # At least one byte left to process. 157 $final: subq $5, $0, $18 # .. e1 : $18 <- number of bytes left to do
|
D | strncpy.S | 32 bne $18, $multiword # do we have full words left?
|
D | ev6-memchr.S | 133 # At least one byte left to process. 180 $final: subq $5, $0, $18 # E : $18 <- number of bytes left to do
|
D | clear_user.S | 96 addq $0, $4, $0 # .. e1 : bytes left -= 8 - misalignment
|
D | ev6-memcpy.S | 139 subq $18, 8, $18 # E : At least a quad left? 199 subq $18, 8, $18 # E : At least a quad left?
|
D | ev6-memset.S | 196 subq $3,1,$3 # E : Decrement number quads left 373 subq $3,1,$3 # E : Decrement number quads left 560 subq $3,1,$3 # E : Decrement number quads left
|
/arch/s390/kernel/ |
D | vtime.c | 356 __u64 left, expires; in internal_add_vtimer() local 372 left = get_vtimer(); in internal_add_vtimer() 373 if (likely((s64) expires < (s64) left)) { in internal_add_vtimer() 376 vq->elapsed += vq->timer - left; in internal_add_vtimer() 379 vq->elapsed += vq->timer - left; in internal_add_vtimer() 380 vq->timer = left; in internal_add_vtimer()
|
/arch/sparc/lib/ |
D | mul.S | 126 sll %o4, 12, %o0 ! shift middle bits left 12 127 srl %o5, 20, %o5 ! shift low bits right 20, zero fill at left
|
D | U1memcpy.S | 102 #define FINISH_VISCHUNK(dest, f0, f1, left) \ argument 103 subcc %left, 8, %left;\ 109 #define UNEVEN_VISCHUNK_LAST(dest, f0, f1, left) \ argument 110 subcc %left, 8, %left; \ 114 #define UNEVEN_VISCHUNK(dest, f0, f1, left) \ argument 115 UNEVEN_VISCHUNK_LAST(dest, f0, f1, left) \
|
/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 37 # jump to place where we left off
|
/arch/arm/lib/ |
D | lib1funcs.S | 54 @ Initially shift the divisor left 3 bits if possible, 56 @ at the left end of each 4 bit nibbles in the division loop 192 @ Either 1, 2 or 3 comparison/substractions are left.
|
D | memzero.S | 122 tst r1, #1 @ 1 a byte left over
|
/arch/m68knommu/lib/ |
D | udivsi3.S | 149 L1: addl d0,d0 | shift reg pair (p,a) one bit left
|
/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 248 # Jump here if there are less than 16*NBYTES left. 276 # Jump here if there are less than 8*NBYTES left. 295 # Jump here if there are less than 4*NBYTES left. This means
|
/arch/m68k/fpsp040/ |
D | binstr.S | 90 asll #3,%d2 |shift d2 left by 3 places 92 asll #3,%d3 |shift d3 left by 3 places
|