Searched refs:words (Results 1 – 25 of 34) sorted by relevance
12
/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/s390/kernel/ |
D | compat_ptrace.h | 18 per_cr_words32 words; member 35 per_lowcore_words32 words; member
|
D | asm-offsets.c | 21 DEFINE(__PER_atmid, offsetof(per_struct, lowcore.words.perc_atmid)); in main() 22 DEFINE(__PER_address, offsetof(per_struct, lowcore.words.address)); in main() 23 DEFINE(__PER_access_id, offsetof(per_struct, lowcore.words.access_id)); in main()
|
D | ptrace.c | 87 if (per_info->control_regs.words.cr[0] & PER_EM_MASK) in FixPerRegisters() 468 offset == (addr_t) &dummy_per32->lowcore.words.address) in __peek_user_compat() 572 offset == (addr_t) &dummy_per32->lowcore.words.address) in __poke_user_compat()
|
/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/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 | 109 # copy the remaining whole words
|
/arch/s390/include/asm/ |
D | ptrace.h | 395 per_cr_words words; member 413 per_lowcore_words words; member
|
/arch/h8300/ |
D | README | 34 * A few words of thanks
|
/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 | 68 ;; checksum the rest of the words
|
D | checksumcopy.S | 69 ;; copy and checksum the rest of the words
|
/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
|
D | copy_page.S | 314 1: ! Read longword, write two words per iteration
|
/arch/m68k/math-emu/ |
D | fp_scan.S | 45 | %d2 - first two instr words 74 | first two instruction words are kept in %d2
|
/arch/xtensa/kernel/ |
D | align.S | 204 l32i a4, a3, 0 # load 2 words
|
12