Home
last modified time | relevance | path

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

12

/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 …]
Dunaligned.c260 state.words[0], address); in misaligned_fixup()
/arch/s390/lib/
Ddiv64.c21 uint32_t *words = (uint32_t *) n; in __div64_31() local
35 reg3 = words[0]; in __div64_31()
39 words[0] = reg3; in __div64_31()
40 reg3 = words[1]; in __div64_31()
66 words[1] = reg3; in __div64_31()
131 uint32_t *words = (uint32_t *) n; in __div64_32() local
134 reg3 = words[0]; in __div64_32()
138 words[0] = reg3; in __div64_32()
139 reg3 = words[1]; in __div64_32()
143 words[1] = reg3; in __div64_32()
/arch/metag/lib/
Dcmpdi2.S17 ! high words differ?
21 ! unsigned compare low words
28 ! signed compare high words
Ducmpdi2.S17 ! high words
19 ! 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.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
/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/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/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/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.h358 per_cr_words words; member
376 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/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/cris/arch-v10/lib/
Dchecksum.S95 ;; checksum the rest of the words

12