Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/lib/
Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
30 li r10,-1 # to make it < 2^32, and shifting
/linux-5.19.10/arch/powerpc/boot/
Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
30 li r10,-1 # to make it < 2^32, and shifting
/linux-5.19.10/Documentation/staging/
Dcrc32.rst54 at bit 31 of the remainder *before* shifting it.
56 But also notice how the next_input_bit() bits we're shifting into
60 the end, so we have to add 32 extra cycles shifting in zeros at the
121 Here, rather than just shifting one bit of the remainder to decide
/linux-5.19.10/Documentation/core-api/
Dpacking.rst21 required fields by shifting the appropriate number of bits. But this would
25 Many drivers take the bit-shifting approach and then attempt to reduce the
/linux-5.19.10/arch/x86/crypto/
Daesni-intel_avx-x86_64.S904 vpslld $31, \GH, \T2 # packed right shifting << 31
905 vpslld $30, \GH, \T3 # packed right shifting shift << 30
906 vpslld $25, \GH, \T4 # packed right shifting shift << 25
918 vpsrld $1,\GH, \T2 # packed left shifting >> 1
919 vpsrld $2,\GH, \T3 # packed left shifting >> 2
920 vpsrld $7,\GH, \T4 # packed left shifting >> 7
1539 vpslld $31, \T7, \T2 # packed right shifting << 31
1540 vpslld $30, \T7, \T3 # packed right shifting shift << 30
1541 vpslld $25, \T7, \T4 # packed right shifting shift << 25
1564 vpsrld $1, \T7, \T2 # packed left shifting >> 1
[all …]
Daesni-intel_asm.S1462 pslld $31, \TMP2 # packed right shifting << 31
1463 pslld $30, \TMP3 # packed right shifting << 30
1464 pslld $25, \TMP4 # packed right shifting << 25
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/displays/
DKconfig20 shifting.
/linux-5.19.10/arch/arm/lib/
Dlib1funcs.S65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
/linux-5.19.10/drivers/mtd/nand/raw/
Dstm32_fmc2_nand.c519 u32 i, shifting = 1; in stm32_fmc2_nfc_ham_correct() local
535 bit_position += shifting; in stm32_fmc2_nfc_ham_correct()
542 shifting <<= 1; in stm32_fmc2_nfc_ham_correct()
547 shifting = 1; in stm32_fmc2_nfc_ham_correct()
551 byte_addr += shifting; in stm32_fmc2_nfc_ham_correct()
558 shifting <<= 1; in stm32_fmc2_nfc_ham_correct()
/linux-5.19.10/Documentation/fb/
Ddeferred_io.rst39 say diagonally shifting RGB, this may then be a mechanism for you to allow
/linux-5.19.10/arch/xtensa/lib/
Dmemcopy.S125 _bany a3, a8, .Lsrcunaligned # then use shifting copy
399 _bany a3, a8, .Lbacksrcunaligned # then use shifting copy
/linux-5.19.10/arch/parisc/kernel/
Dperf_asm.S118 ; shifting is done, from or to, remote diagnose registers.
1368 ; shifting is done, from or to, the remote diagnose registers.
/linux-5.19.10/arch/m68k/fpsp040/
Dround.S272 | is done by shifting the mantissa left while decrementing the
329 subl %d0,%d5 |make op a denorm by shifting bits
334 | ;while shifting
Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
Dscale.S176 lsrl #1,%d1 |while shifting the
Ddecbin.S468 bnes e_loop |not zero, continue shifting
/linux-5.19.10/arch/sh/kernel/cpu/sh3/
Dentry.S328 shll k0 ! Check MD bit (bit30) by shifting it into...
/linux-5.19.10/Documentation/driver-api/
Dpwm.rst61 EMI by phase shifting the individual channels of a chip.
/linux-5.19.10/Documentation/doc-guide/
Dcontributing.rst253 really don't want to keep shifting them around, though.
/linux-5.19.10/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst78 an index into the mem_map array. Right-shifting a physical address
/linux-5.19.10/Documentation/networking/dsa/
Ddsa.rst83 shifting to the right (from the perspective of the DSA master's frame
87 shifting the 'real' EtherType and L2 payload to the right.
188 with this by hooking into the flow dissector and shifting the offset at which
/linux-5.19.10/Documentation/driver-api/mtd/
Dnand_ecc.rst352 we'll bring rp4 to 15 back to single byte entities by shifting and
/linux-5.19.10/Documentation/driver-api/gpio/
Ddriver.rst151 - Level-shifting: to reach a logical level higher than that of the silicon
/linux-5.19.10/Documentation/scsi/
DChangeLog.lpfc1794 instead of saving a private copy that undergoes varied shifting
/linux-5.19.10/arch/m68k/ifpsp060/src/
Dfpsp.S8490 #----normalize the input value by left shifting k bits (k to be determined