Searched refs:shifting (Results 1 – 25 of 26) sorted by relevance
12
| /Linux-v5.4/arch/powerpc/lib/ |
| D | div64.S | 29 cntlzw r0,r5 # we are shifting the dividend right 30 li r10,-1 # to make it < 2^32, and shifting
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/displays/ |
| D | Kconfig | 14 shifting.
|
| /Linux-v5.4/arch/powerpc/boot/ |
| D | div64.S | 29 cntlzw r0,r5 # we are shifting the dividend right 30 li r10,-1 # to make it < 2^32, and shifting
|
| /Linux-v5.4/Documentation/ |
| D | crc32.txt | 54 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-v5.4/Documentation/core-api/ |
| D | packing.rst | 21 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-v5.4/arch/x86/crypto/ |
| D | aesni-intel_avx-x86_64.S | 916 vpslld $31, \GH, \T2 # packed right shifting << 31 917 vpslld $30, \GH, \T3 # packed right shifting shift << 30 918 vpslld $25, \GH, \T4 # packed right shifting shift << 25 930 vpsrld $1,\GH, \T2 # packed left shifting >> 1 931 vpsrld $2,\GH, \T3 # packed left shifting >> 2 932 vpsrld $7,\GH, \T4 # packed left shifting >> 7 1551 vpslld $31, \T7, \T2 # packed right shifting << 31 1552 vpslld $30, \T7, \T3 # packed right shifting shift << 30 1553 vpslld $25, \T7, \T4 # packed right shifting shift << 25 1576 vpsrld $1, \T7, \T2 # packed left shifting >> 1 [all …]
|
| D | aesni-intel_asm.S | 1467 pslld $31, \TMP2 # packed right shifting << 31 1468 pslld $30, \TMP3 # packed right shifting << 30 1469 pslld $25, \TMP4 # packed right shifting << 25
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/displays/ |
| D | Kconfig | 20 shifting.
|
| /Linux-v5.4/arch/arm/lib/ |
| D | lib1funcs.S | 65 @ division loop. Continue shifting until the divisor is 152 @ division loop. Continue shifting until the divisor is
|
| /Linux-v5.4/arch/c6x/lib/ |
| D | divremu.S | 12 ;; gives us both a shift count for aligning (shifting) the divisor
|
| D | divu.S | 29 ;; gives us both a shift count for aligning (shifting) the divisor
|
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | stm32_fmc2_nand.c | 557 u32 i, shifting = 1; in stm32_fmc2_ham_correct() local 573 bit_position += shifting; in stm32_fmc2_ham_correct() 579 shifting <<= 1; in stm32_fmc2_ham_correct() 584 shifting = 1; in stm32_fmc2_ham_correct() 588 byte_addr += shifting; in stm32_fmc2_ham_correct() 594 shifting <<= 1; in stm32_fmc2_ham_correct()
|
| /Linux-v5.4/Documentation/fb/ |
| D | deferred_io.rst | 39 say diagonally shifting RGB, this may then be a mechanism for you to allow
|
| /Linux-v5.4/arch/xtensa/lib/ |
| D | memcopy.S | 125 _bany a3, a8, .Lsrcunaligned # then use shifting copy 399 _bany a3, a8, .Lbacksrcunaligned # then use shifting copy
|
| /Linux-v5.4/arch/parisc/kernel/ |
| D | perf_asm.S | 118 ; shifting is done, from or to, remote diagnose registers. 1368 ; shifting is done, from or to, the remote diagnose registers.
|
| /Linux-v5.4/arch/m68k/fpsp040/ |
| D | round.S | 272 | is done by shifting the mantissa left while decrementing the 329 subl %d0,%d5 |make op a denorm by shifting bits 334 | ;while shifting
|
| D | x_unfl.S | 10 | shifting the mantissa right while incrementing the exponent until
|
| D | scale.S | 176 lsrl #1,%d1 |while shifting the
|
| D | decbin.S | 468 bnes e_loop |not zero, continue shifting
|
| /Linux-v5.4/arch/sh/kernel/cpu/sh3/ |
| D | entry.S | 329 shll k0 ! Check MD bit (bit30) by shifting it into...
|
| /Linux-v5.4/arch/arc/mm/ |
| D | tlbex.S | 229 ; multiply in step (3) above avoided by shifting lesser in step (1)
|
| /Linux-v5.4/Documentation/admin-guide/kdump/ |
| D | vmcoreinfo.rst | 72 an index into the mem_map array. Right-shifting a physical address
|
| /Linux-v5.4/Documentation/driver-api/mtd/ |
| D | nand_ecc.rst | 352 we'll bring rp4 to 15 back to single byte entities by shifting and
|
| /Linux-v5.4/Documentation/driver-api/gpio/ |
| D | driver.rst | 151 - Level-shifting: to reach a logical level higher than that of the silicon
|
| /Linux-v5.4/Documentation/scsi/ |
| D | ChangeLog.lpfc | 1794 instead of saving a private copy that undergoes varied shifting
|
12