Home
last modified time | relevance | path

Searched full:shld (Results 1 – 21 of 21) sorted by relevance

/linux/arch/x86/math-emu/
H A Dround_Xsig.S56 shld %cl,%ebx,%edx
57 shld %cl,%eax,%ebx
127 shld %cl,%ebx,%edx
128 shld %cl,%eax,%ebx
H A Dreg_norm.S51 shld %cl,%eax,%edx
129 shld %cl,%eax,%edx
H A Dreg_u_sub.S223 shld %cl,%ebx,%eax
224 shld %cl,%edx,%ebx
/linux/arch/sh/boot/romimage/
H A Dhead.S53 shld r4, r3 /* r3 = PAGE_SIZE / 16 */
72 shld r4, r1
/linux/arch/sh/lib/
H A Dudivsi3_i4i.S20 /* This code used shld, thus is not suitable for SH1 / SH2. */
88 shld r1,r0
230 shld r1,r0
H A Dchecksum.S69 shld r0, r5
238 shld r0,r6
H A Dmemset-sh4.S63 shld r0,r2 ! number of loops
/linux/lib/crypto/x86/
H A Dchacha-avx512vl-x86_64.S180 shld %cl,%rax,%rax
446 shld %cl,%rax,%rax
826 shld %cl,%rax,%rax
H A Dsha512-avx-asm.S117 # shld is faster than ror on Sandybridge
118 shld $(64-\p2), \p1, \p1
H A Dsha256-avx-asm.S66 shld $(32-(\p1)), \p2, \p2
/linux/arch/parisc/include/asm/
H A Dassembly.h65 #define SHLREG shld
140 .macro shld r, sa, t
/linux/arch/sh/kernel/
H A Dhead_32.S147 shld r0, r4
H A Ddisassemble.c175 {"shld",{ A_REG_M,A_REG_N},{HEX_4,REG_N,REG_M,HEX_D}},
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt524 a4: SHLD Ev,Gv,Ib
525 a5: SHLD Ev,Gv,CL
961 24: SHLD Ev,Gv,Ib (es) | SHLD Ev,Gv,Ib (66),(es)
1008 a5: SHLD Ev,Gv,CL (es) | SHLD Ev,Gv,CL (66),(es)
/linux/arch/x86/lib/
H A Dx86-opcode-map.txt524 a4: SHLD Ev,Gv,Ib
525 a5: SHLD Ev,Gv,CL
961 24: SHLD Ev,Gv,Ib (es) | SHLD Ev,Gv,Ib (66),(es)
1008 a5: SHLD Ev,Gv,CL (es) | SHLD Ev,Gv,CL (66),(es)
/linux/drivers/crypto/caam/
H A Ddesc_constr.h435 APPEND_MATH(SHLD, desc, dest, src0, src1, len)
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86-dat-src.c3053 asm volatile("shld $0x1,%r12,(%rax),%r31"); in main()
3054 asm volatile("shld $0x2,%r15d,(%rax),%r31d"); in main()
3055 asm volatile("shld $0x2,%r8w,%r12w,%r31w"); in main()
3056 asm volatile("shld %cl,%r12,%r16,%r8"); in main()
3057 asm volatile("shld %cl,%r13w,(%r19,%rax,4),%r31w"); in main()
3058 asm volatile("shld %cl,%r9w,(%rax),%r31w"); in main()
3104 asm volatile("{nf} shld $0x7b,%dx,%ax,%r9w"); in main()
3119 asm volatile("{nf} shld %cl,%dx,%ax,%r9w"); in main()
H A Dinsn-x86-dat-64.c4727 "62 f4 35 1c 24 d0 7b \t{nf} shld $0x7b,%dx,%ax,%r9w",},
4757 "62 f4 35 1c a5 d0 \t{nf} shld %cl,%dx,%ax,%r9w",},
/linux/arch/x86/net/
H A Dbpf_jit_comp32.c754 /* shld dreg_hi,dreg_lo,cl */ in emit_ia32_lsh_r64()
906 /* shld dreg_hi,dreg_lo,imm8 */ in emit_ia32_lsh_i64()
/linux/arch/parisc/kernel/
H A Dentry.S412 shld \pgd,PxD_VALUE_SHIFT,\pgd
/linux/arch/x86/kvm/
H A Demulate.c971 EM_ASM_3WCL(shld);