/arch/s390/lib/ |
D | div64.c | 23 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/ |
D | strncpy.S | 32 bne $18, $multiword # do we have full words left? 66 0: stq_u $31, 0($16) # zero two words
|
D | csum_ipv6_magic.S | 22 ldq_u $0,0($16) # e0 : load src & dst addr words 45 addq $20,$0,$20 # .. e1 : begin summing the words
|
D | clear_user.S | 59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words
|
D | ev6-csum_ipv6_magic.S | 94 addq $20,$0,$20 # E : begin summing the words
|
/arch/m68k/include/asm/ |
D | bitops.h | 328 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/ |
D | init.S | 46 movne r4, #2 @ Size of this entry (2 words) 59 mov r5, #4 @ Size of initrd tag (4 words)
|
/arch/mn10300/lib/ |
D | memset.S | 69 # cut 4-7 words down to 0-3 79 # copy the remaining 1, 2 or 3 words
|
D | memcpy.S | 75 # cut 4-7 words down to 0-3 89 # copy the remaining 1, 2 or 3 words
|
D | memmove.S | 91 # cut 4-7 words down to 0-3 109 # copy the remaining 1, 2 or 3 words
|
D | do_csum.S | 106 # copy the remaining whole words
|
/arch/x86/platform/olpc/ |
D | olpc_dt.c | 185 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/ |
D | README | 35 * A few words of thanks
|
/arch/s390/include/asm/ |
D | ptrace.h | 445 per_cr_words words; member 463 per_lowcore_words words; member
|
/arch/m68k/fpsp040/ |
D | get_op.S | 518 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/ |
D | ilsp.S | 272 # 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/ |
D | checksum.S | 69 ;; checksum the rest of the words
|
D | checksumcopy.S | 70 ;; copy and checksum the rest of the words
|
/arch/c6x/lib/ |
D | csum_64plus.S | 41 || MV .D1X B5,A1 ; words condition 47 ;; Main loop for aligned words 65 ;; Main loop for non-aligned words
|
/arch/tile/kernel/ |
D | hardwall.c | 522 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/ |
D | checksum.S | 95 ;; checksum the rest of the words
|
D | checksumcopy.S | 98 ;; copy and checksum the rest of the words
|
/arch/sh/lib/ |
D | memcpy-sh4.S | 331 ! 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/ |
D | Makefile | 177 if [ $(words $(ZRELADDR)) -gt 1 -a "$(CONFIG_AUTO_ZRELADDR)" = "" ]; then \
|
/arch/m68k/math-emu/ |
D | fp_scan.S | 45 | %d2 - first two instr words 74 | first two instruction words are kept in %d2
|