/openbmc/linux/arch/powerpc/lib/ |
H A D | div64.S | 29 cntlzw r0,r5 # we are shifting the dividend right 30 li r10,-1 # to make it < 2^32, and shifting
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | div64.S | 29 cntlzw r0,r5 # we are shifting the dividend right 30 li r10,-1 # to make it < 2^32, and shifting
|
/openbmc/linux/Documentation/staging/ |
H A D | crc32.rst | 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
|
/openbmc/linux/Documentation/core-api/ |
H A 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
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 882 vpslld $31, \GH, \T2 # packed right shifting << 31 883 vpslld $30, \GH, \T3 # packed right shifting shift << 30 896 vpsrld $1,\GH, \T2 # packed left shifting >> 1 897 vpsrld $2,\GH, \T3 # packed left shifting >> 2 898 vpsrld $7,\GH, \T4 # packed left shifting >> 7 1705 vpslld $31, \T7, \T2 # packed right shifting << 31 1706 vpslld $30, \T7, \T3 # packed right shifting shift << 30 1707 vpslld $25, \T7, \T4 # packed right shifting shift << 25 1720 vpsrld $1, \T7, \T2 # packed left shifting >> 1 1721 vpsrld $2, \T7, \T3 # packed left shifting >> 2 [all …]
|
H A D | aesni-intel_asm.S | 1462 pslld $31, \TMP2 # packed right shifting << 31 1463 pslld $30, \TMP3 # packed right shifting << 30 1464 pslld $25, \TMP4 # packed right shifting << 25
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | Kconfig | 20 shifting.
|
/openbmc/linux/arch/arm/lib/ |
H A D | lib1funcs.S | 65 @ division loop. Continue shifting until the divisor is 152 @ division loop. Continue shifting until the divisor is
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | stm32_fmc2_nand.c | 519 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()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | lib1funcs.S | 51 @ division loop. Continue shifting until the divisor is 138 @ division loop. Continue shifting until the divisor is
|
/openbmc/linux/Documentation/fb/ |
H A D | deferred_io.rst | 39 say diagonally shifting RGB, this may then be a mechanism for you to allow
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | memcopy.S | 125 _bany a3, a8, .Lsrcunaligned # then use shifting copy 386 _bany a3, a8, .Lbacksrcunaligned # then use shifting copy
|
/openbmc/linux/arch/parisc/kernel/ |
H A 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.
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A 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
|
H A D | x_unfl.S | 10 | shifting the mantissa right while incrementing the exponent until
|
H A D | scale.S | 176 lsrl #1,%d1 |while shifting the
|
H A D | decbin.S | 468 bnes e_loop |not zero, continue shifting
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 328 shll k0 ! Check MD bit (bit30) by shifting it into...
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | 0001-Drop-using-register-storage-classifier.patch | 36 | and level-shifting, you must clamp these values to 0..255. |
|
/openbmc/linux/Documentation/driver-api/ |
H A D | pwm.rst | 57 EMI by phase shifting the individual channels of a chip.
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | intel_dptf.rst | 203 While shifting the frequencies additional clock noise can be introduced,
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 253 really don't want to keep shifting them around, though.
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | vmcoreinfo.rst | 78 an index into the mem_map array. Right-shifting a physical address
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 83 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
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | cve-2022-33065.patch | 131 shifting 7bit samples into a 32bit wide buffer, and adding them
|