Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0007-fix-adjusting-startPage.patch36 - debug("shifting new PT_LOAD segment by %d bytes to work around a Linux kernel bug\n", …
39 + debug("shifting new PT_LOAD segment by %d bytes to work around a Linux kernel bug\n", star…
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch134 …debug("shifting new PT_LOAD segment by %d bytes to work around a Linux kernel bug\n", startOffset …
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
30 li r10,-1 # to make it < 2^32, and shifting
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c371 u32 i, shifting = 1; in stm32_fmc2_ham_correct() local
387 bit_position += shifting; in stm32_fmc2_ham_correct()
393 shifting <<= 1; in stm32_fmc2_ham_correct()
398 shifting = 1; in stm32_fmc2_ham_correct()
402 byte_addr += shifting; in stm32_fmc2_ham_correct()
408 shifting <<= 1; in stm32_fmc2_ham_correct()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
30 li r10,-1 # to make it < 2^32, and shifting
/OK3568_Linux_fs/kernel/Documentation/staging/
H A 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
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S914 vpslld $31, \GH, \T2 # packed right shifting << 31
915 vpslld $30, \GH, \T3 # packed right shifting shift << 30
916 vpslld $25, \GH, \T4 # packed right shifting shift << 25
928 vpsrld $1,\GH, \T2 # packed left shifting >> 1
929 vpsrld $2,\GH, \T3 # packed left shifting >> 2
930 vpsrld $7,\GH, \T4 # packed left shifting >> 7
1549 vpslld $31, \T7, \T2 # packed right shifting << 31
1550 vpslld $30, \T7, \T3 # packed right shifting shift << 30
1551 vpslld $25, \T7, \T4 # packed right shifting shift << 25
1574 vpsrld $1, \T7, \T2 # packed left shifting >> 1
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A 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
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dlib1funcs.S65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/
H A DKconfig20 shifting.
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c517 u32 i, shifting = 1; in stm32_fmc2_nfc_ham_correct() local
533 bit_position += shifting; in stm32_fmc2_nfc_ham_correct()
539 shifting <<= 1; in stm32_fmc2_nfc_ham_correct()
544 shifting = 1; in stm32_fmc2_nfc_ham_correct()
548 byte_addr += shifting; in stm32_fmc2_nfc_ham_correct()
554 shifting <<= 1; in stm32_fmc2_nfc_ham_correct()
/OK3568_Linux_fs/kernel/arch/c6x/lib/
H A Ddivremu.S12 ;; gives us both a shift count for aligning (shifting) the divisor
H A Ddivu.S29 ;; gives us both a shift count for aligning (shifting) the divisor
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dlib1funcs.S53 @ division loop. Continue shifting until the divisor is
140 @ division loop. Continue shifting until the divisor is
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dmemcopy.S125 _bany a3, a8, .Lsrcunaligned # then use shifting copy
399 _bany a3, a8, .Lbacksrcunaligned # then use shifting copy
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Ddeferred_io.rst39 say diagonally shifting RGB, this may then be a mechanism for you to allow
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dperf_asm.S118 ; shifting is done, from or to, remote diagnose registers.
1368 ; shifting is done, from or to, the remote diagnose registers.
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A 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
H A Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
H A Dscale.S176 lsrl #1,%d1 |while shifting the
H A Ddecbin.S468 bnes e_loop |not zero, continue shifting
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Ddeque1924 { // insert by shifting things backward
1947 { // insert by shifting things forward
1980 { // insert by shifting things backward
2004 { // insert by shifting things forward
2040 { // insert by shifting things backward
2066 { // insert by shifting things forward
2101 { // insert by shifting things backward
2124 { // insert by shifting things forward
2189 { // insert by shifting things backward
2218 { // insert by shifting things forward
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Ddeque1924 { // insert by shifting things backward
1947 { // insert by shifting things forward
1980 { // insert by shifting things backward
2004 { // insert by shifting things forward
2040 { // insert by shifting things backward
2066 { // insert by shifting things forward
2101 { // insert by shifting things backward
2124 { // insert by shifting things forward
2189 { // insert by shifting things backward
2218 { // insert by shifting things forward
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A Dentry.S329 shll k0 ! Check MD bit (bit30) by shifting it into...
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dtlbex.S239 ; multiply in step (3) above avoided by shifting lesser in step (1)

12