/linux-4.1.27/arch/arm/kernel/ |
D | sleep.S | 77 ldmia r0, {r1, r6-r8} @ r1 = mpidr mask (r6,r7,r8) = l[0,1,2] shifts 137 ldmia r2, { r3-r6 } @ r3 = mpidr mask (r4,r5,r6) = l[0,1,2] shifts
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig.platform | 17 shifts will be necessary. This might result in bad performance
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | TODO | 31 transcendental functions using mostly shifts and adds and a few 32 multiplications and divisions. The ARM excels at shifts and adds,
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | binstr.S | 29 | extracts and shifts. The three msbs from d2 will go into 32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
|
D | round.S | 275 | NRM_SET shifts and decrements until there is a 1 set in the integer 278 | NRM_ZERO shifts and decrements until there is a 1 set in the integer
|
/linux-4.1.27/lib/raid6/ |
D | tilegx.uc | 30 * The SHLBYTE() operation shifts each byte left by 1, *not*
|
D | neon.uc | 34 * The SHLBYTE() operation shifts each byte left by 1, *not*
|
D | altivec.uc | 44 * The SHLBYTE() operation shifts each byte left by 1, *not*
|
D | int.uc | 57 * The SHLBYTE() operation shifts each byte left by 1, *not*
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 812 static const unsigned shifts[] = { 0, 8, 16, 24, }; in dispc_ovl_setup_global_alpha() local 818 shift = shifts[plane]; in dispc_ovl_setup_global_alpha() 1034 static const unsigned shifts[] = { 6, 14, 14, 14, 14, }; in dispc_ovl_set_burst_size() local 1037 shift = shifts[plane]; in dispc_ovl_set_burst_size() 1114 static const unsigned shifts[] = { 5, 10, 10, 10 }; in dispc_ovl_enable_replication() local 1120 shift = shifts[plane]; in dispc_ovl_enable_replication() 3087 const int shifts[] = { in _dispc_mgr_set_lcd_timings() local 3098 mask <<= 16 + shifts[channel]; in _dispc_mgr_set_lcd_timings() 3099 val <<= 16 + shifts[channel]; in _dispc_mgr_set_lcd_timings()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 327 clr.l DDNORMAL(%a6) # count of shifts for normalization 333 addq.l &0x1, DDNORMAL(%a6) # count normalization shifts
|
D | fplsp.S | 10900 bfffo FTEMP_HI(%a0){&0:&32}, %d0 # how many shifts are needed? 10913 # d0 = # shifts needed for complete normalization
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 214 from shifts. so access to `asm' will speed things up if your machine 257 all index scaling is done explicitly - no hidden shifts by log2(sizeof).
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_asm.S | 186 # independent shifts 201 # independent shifts 836 # move XMM5 into TMP2, TMP3, TMP4 in order to perform shifts independently 1048 # move XMM5 into TMP2, TMP3, TMP4 in order to perform shifts independently 1147 # move XMMDst into TMP2, TMP3, TMP4 in order to perform 3 shifts independently
|
D | aesni-intel_avx-x86_64.S | 1572 …ldq $4, \GH, \GH # shift-L GH 1 DW (Shift-L 1-DW to obtain result with no shifts) 2218 vpslldq $4, \T4, \T4 # shift-L xmm0 1 DW (Shift-L 1-DW to obtain result with no shifts) 2412 … $4, \T4, \T4 # shift-L T4 1 DW (Shift-L 1-DW to obtain result with no shifts)
|
/linux-4.1.27/arch/parisc/kernel/ |
D | perf_asm.S | 97 ;* This routine shifts data in from the RDR in arg0 and returns
|
/linux-4.1.27/Documentation/ |
D | crc32.txt | 123 4-bit shifts followed by a lookup in a 16-entry table.
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | entry.S | 1139 ffs_ws a0, a3 # a0: shifts to skip empty frames
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 395 IDE_NICE_DSC_OVERLAP. These values represent shifts.
|
/linux-4.1.27/Documentation/scsi/ |
D | st.txt | 469 mt_dsreg (shifts for the subfields are MT_ST_BLKSIZE_SHIFT and
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 17 commonly used. Each clock cycle shifts data out and data in; the clock
|