Home
last modified time | relevance | path

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

123

/arch/arc/kernel/
Ddisasm.c59 state->words[0] = (word1 << 16) | word0; in disasm_instr()
62 state->words[0] = word1; in disasm_instr()
68 state->words[1] = (word1 << 16) | word0; in disasm_instr()
75 fieldA = (IS_BIT(state->words[0], 16)) ? in disasm_instr()
76 FIELD_s25(state->words[0]) : in disasm_instr()
77 FIELD_s21(state->words[0]); in disasm_instr()
79 state->delay_slot = IS_BIT(state->words[0], 5); in disasm_instr()
85 if (IS_BIT(state->words[0], 16)) { in disasm_instr()
88 fieldA = (IS_BIT(state->words[0], 17)) ? in disasm_instr()
89 (FIELD_s25(state->words[0]) & ~0x3) : in disasm_instr()
[all …]
/arch/metag/lib/
Dcmpdi2.S18 ! high words differ?
22 ! unsigned compare low words
29 ! signed compare high words
Ducmpdi2.S18 ! high words
20 ! or if equal, low words
/arch/m68k/include/asm/
Dbitops.h323 unsigned int words; in find_first_zero_bit() local
329 words = (size + 31) >> 5; in find_first_zero_bit()
331 if (!--words) in find_first_zero_bit()
378 unsigned int words; in find_first_bit() local
384 words = (size + 31) >> 5; in find_first_bit()
386 if (!--words) in find_first_bit()
/arch/alpha/lib/
Dstrncpy.S33 bne $18, $multiword # do we have full words left?
67 0: stq_u $31, 0($16) # zero two words
Dcsum_ipv6_magic.S24 ldq_u $0,0($16) # e0 : load src & dst addr words
47 addq $20,$0,$20 # .. e1 : begin summing the words
Dclear_user.S46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
/arch/tile/include/gxio/
Dmpipe.h1278 next[i].words[j] = in gxio_mpipe_iqueue_try_peek()
1279 __builtin_bswap64(next[i].words[j]); in gxio_mpipe_iqueue_try_peek()
1461 __gxio_mmio_write64(&edesc_p->words[1], ew[1]); in gxio_mpipe_equeue_put_at_aux()
1462 __gxio_mmio_write64(&edesc_p->words[0], ew[0]); in gxio_mpipe_equeue_put_at_aux()
1491 gxio_mpipe_equeue_put_at_aux(equeue, edesc.words, slot); in gxio_mpipe_equeue_put_at()
/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/tile/include/arch/
Dtrio_shm.h121 uint_reg_t words[2]; member
Dmpipe_shm.h188 uint_reg_t words[2]; member
517 uint_reg_t words[8]; member
/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
/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/s390/include/uapi/asm/
Dptrace.h359 per_cr_words words; member
377 per_lowcore_words words; member
/arch/sparc/lib/
DM7memset.S304 ! Set the remaining long words
306 subcc %o3, 8, %o3 ! Can we store any long words?
308 and %o2, 7, %o2 ! calc bytes left after long words
311 stx %o1, [%o5] ! store the long words
/arch/arc/lib/
Dmemcpy-archs.S102 ;; Convert to words, unfold x2
147 ;; Convert to words, unfold x2
187 ;; Convert to words, unfold x2
/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.S70 ;; checksum the rest of the words
Dchecksumcopy.S71 ;; copy and checksum the rest of the words
/arch/arc/include/asm/
Ddisasm.h79 unsigned long words[2]; member
/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/x86/crypto/
Dchacha20-ssse3-x86_64.S32 # in four SSE registers. It performs matrix operation on four words in
33 # parallel, but requireds shuffling to rearrange the words after each
158 # we transpose the matrix by interleaving 32- and then 64-bit words,
494 # interleave 32-bit words in state n, n+1
534 # interleave 64-bit words in state n, n+2

123