Searched refs:shl (Results 1 - 25 of 64) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathLShiftS64.c36 shl eax, cl
46 shl edx, cl
H A DMathLShiftS64.S46 shl %cl, %eax
56 shl %cl, %edx
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dllshl.c36 shl eax, cl
46 shl edx, cl
H A Dshldi3.S46 shl %cl, %eax
56 shl %cl, %edx
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DLShiftU64.c46 shl eax, cl
H A DLShiftU64.S40 shl %cl, %eax
H A DLShiftU64.asm42 shl eax, cl
/vbox/src/VBox/Devices/PC/ipxe/src/tests/comboot/
H A Dshuffle-simple.asm23 shl eax, 4
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DReadMsr64.asm35 shl rdx, 20h
H A DReadPmc.asm35 shl rdx, 20h
H A DReadTsc.asm35 shl rdx, 20h
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c827 shl eax, cl
866 shl eax, cl
874 shl eax, cl
888 shl eax, cl
917 shl eax, cl
925 shl eax, cl
989 shl eax, cl
1003 shl eax, cl
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibOptDxe/X64/
H A DSetMem.asm41 shl rax, 10h ; rax = ax << 16
44 shl rax, 20h ; rax = rax << 32
/vbox/src/VBox/Runtime/common/math/gcc/
H A Dqdivrem.c64 static void shl __P((digit *p, int len, int sh));
180 shl(&u[0], m + n, d); /* u <<= d */
181 shl(&v[1], n - 1, d); /* v <<= d */
277 shl(digit *p, int len, int sh) function
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dinvoke_test.cpp138 shl eax,2 // *= 4
149 shl eax,2 // *= 4
188 "shl $2, %%eax\n\t" /* *= 4 */
201 "shl $2, %%eax\n\t" /* *= 4 */
/vbox/src/VBox/Runtime/common/asm/
H A DASMRdMsrEx.asm54 shl rdx, 32
65 shl rdx, 32
H A DASMGetXcr0.asm44 shl rdx, 32
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffasx64.asm77 shl rax, cl
96 shl rax, cl
145 shl eax, cl
159 shl rax, cl
183 shl eax, cl
244 shl eax, cl
258 shl eax, cl
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dinffas32.asm215 shl eax,cl
221 shl eax,cl
263 shl eax,cl
330 shl eax,cl
389 shl eax,cl
395 shl eax,cl
415 shl eax,cl
446 shl eax,cl
452 shl eax,cl
517 shl ea
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dunnrv2b.S136 shl $8, %xAX
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcinvoke.cpp91 shl eax,3 // *= 8 (max possible param size)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/
H A DReadAr.s56 shl r15=r15,in0 // r15 = 0x2 << AR#
H A DReadCr.s56 shl r15=r15,in0 // r15 = 0x2 << CR#
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.inc87 shl eax, 8
219 shl bl, cl
/vbox/src/VBox/Runtime/r0drv/os2/
H A DRTR0Os2DHQueryDOSVar.asm143 shl edx, 16
155 shl edx, 16

Completed in 4209 milliseconds

123