Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 36) sorted by relevance

12

/arch/s390/lib/
Ddiv64.c23 uint32_t *words = (uint32_t *) n; in __div64_31() local
37 reg3 = words[0]; in __div64_31()
41 words[0] = reg3; in __div64_31()
42 reg3 = words[1]; in __div64_31()
68 words[1] = reg3; in __div64_31()
133 uint32_t *words = (uint32_t *) n; in __div64_32() local
136 reg3 = words[0]; in __div64_32()
140 words[0] = reg3; in __div64_32()
141 reg3 = words[1]; in __div64_32()
145 words[1] = reg3; in __div64_32()
/arch/alpha/lib/
Dstrncpy.S32 bne $18, $multiword # do we have full words left?
66 0: stq_u $31, 0($16) # zero two words
Dcsum_ipv6_magic.S22 ldq_u $0,0($16) # e0 : load src & dst addr words
45 addq $20,$0,$20 # .. e1 : begin summing the words
Dclear_user.S59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words
Dev6-csum_ipv6_magic.S94 addq $20,$0,$20 # E : begin summing the words
/arch/m68k/include/asm/
Dbitops.h328 unsigned int words; in find_first_zero_bit() local
334 words = (size + 31) >> 5; in find_first_zero_bit()
336 if (!--words) in find_first_zero_bit()
383 unsigned int words; in find_first_bit() local
389 words = (size + 31) >> 5; in find_first_bit()
391 if (!--words) in find_first_bit()
/arch/arm/boot/bootp/
Dinit.S46 movne r4, #2 @ Size of this entry (2 words)
59 mov r5, #4 @ Size of initrd tag (4 words)
/arch/mn10300/lib/
Dmemset.S69 # cut 4-7 words down to 0-3
79 # copy the remaining 1, 2 or 3 words
Dmemcpy.S75 # cut 4-7 words down to 0-3
89 # copy the remaining 1, 2 or 3 words
Dmemmove.S91 # cut 4-7 words down to 0-3
109 # copy the remaining 1, 2 or 3 words
Ddo_csum.S106 # copy the remaining whole words
/arch/x86/platform/olpc/
Dolpc_dt.c185 static int __init olpc_dt_interpret(const char *words) in olpc_dt_interpret() argument
188 const void *args[] = { words }; in olpc_dt_interpret()
/arch/h8300/
DREADME35 * A few words of thanks
/arch/s390/include/asm/
Dptrace.h445 per_cr_words words; member
463 per_lowcore_words words; member
/arch/m68k/fpsp040/
Dget_op.S518 tstl ETEMP_HI(%a6) |check words 3 and 2
520 tstl ETEMP_LO(%a6) |check words 1 and 0
585 tstl ETEMP_HI(%a6) |check words 3 and 2
587 tstl ETEMP_LO(%a6) |check words 1 and 0
/arch/m68k/ifpsp060/src/
Dilsp.S272 # where U,V are words of the quadword dividend and longword divisor, #
273 # and U1, V1 are the most significant words. #
291 # In the general case, four quotient words would be created by
293 # the first two quotient words must be zero, or overflow would occur.
340 # Now calculate an estimate of the quotient words (msw first, then lsw).
388 # the 3 digit (word) result with the current dividend words
391 swap %d6 # shift answer to ms 3 words
416 tst.b DDSECOND(%a6) # both q words done?
452 # multiply hi,lo words of each factor to get 4 intermediate products
/arch/cris/arch-v32/lib/
Dchecksum.S69 ;; checksum the rest of the words
Dchecksumcopy.S70 ;; copy and checksum the rest of the words
/arch/c6x/lib/
Dcsum_64plus.S41 || MV .D1X B5,A1 ; words condition
47 ;; Main loop for aligned words
65 ;; Main loop for non-aligned words
/arch/tile/kernel/
Dhardwall.c522 int words, j; in drain_udn_switch() local
524 words = __insn_mfspr(SPR_UDN_SP_STATE) & 0xF; in drain_udn_switch()
525 for (j = 0; j < words; j++) in drain_udn_switch()
/arch/cris/arch-v10/lib/
Dchecksum.S95 ;; checksum the rest of the words
Dchecksumcopy.S98 ;; copy and checksum the rest of the words
/arch/sh/lib/
Dmemcpy-sh4.S331 ! 4 cycles, 2 long words per iteration
365 ! 4 cycles, 2 long words per iteration
417 ! copy initial words until cache line aligned
433 ! 4 cycles, 2 long words per iteration
/arch/arm/boot/compressed/
DMakefile177 if [ $(words $(ZRELADDR)) -gt 1 -a "$(CONFIG_AUTO_ZRELADDR)" = "" ]; then \
/arch/m68k/math-emu/
Dfp_scan.S45 | %d2 - first two instr words
74 | first two instruction words are kept in %d2

12