Home
last modified time | relevance | path

Searched refs:imul (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DMultU64x64.c37 imul ebx, dword ptr [Multiplier + 4] in InternalMathMultU64x64()
38 imul edx, dword ptr [Multiplicand + 4] in InternalMathMultU64x64()
DMultU64x64.asm39 imul ebx, [esp + 20] ; ebx <- M1[0..31] * M2[32..63]
40 imul edx, [esp + 12] ; edx <- M1[32..63] * M2[0..31]
DMultU64x32.c35 imul ecx, dword ptr [Multiplicand + 4] // overflow not detectable in InternalMathMultU64x32()
DMultU64x32.asm37 imul ecx, [esp + 8] ; overflow not detectable
DDivU64x64Remainder.c43 imul ecx, ebx in InternalMathDivRemU64x64()
DDivU64x64Remainder.asm66 imul ecx, ebx ; ecx <- quotient * divisor[32..63]
DThunk16.S156 imul $0x10, %edx, %eax
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DMultU64x64.c44 imul ebx, dword ptr [Multiplier + 4] in InternalMathMultU64x64()
45 imul edx, dword ptr [Multiplicand + 4] in InternalMathMultU64x64()
DMultU64x64.asm39 imul ebx, [esp + 20] ; ebx <- M1[0..31] * M2[32..63]
40 imul edx, [esp + 12] ; edx <- M1[32..63] * M2[0..31]
DMultU64x32.c42 imul ecx, dword ptr [Multiplicand + 4] // overflow not detectable in InternalMathMultU64x32()
DMultU64x32.asm37 imul ecx, [esp + 8] ; overflow not detectable
DDivU64x64Remainder.asm66 imul ecx, ebx ; ecx <- quotient * divisor[32..63]
DThunk16.S173 imul $0x10, %edx, %eax
DThunk16.nasm223 imul eax, edx, 16 ; eax <- edx * 16
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_list.py58 def imul(a, b): a *= b function
60 self.assertRaises((MemoryError, OverflowError), imul, lst, n)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
DThunk16.S70 imul $0x10,%edx,%eax #; eax <- edx*16
DThunk16.asm99 imul eax, edx, 16 ; eax <- edx*16
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
DThunk16.S104 imul $0x10,%r10,%rax
DThunk16.asm98 imul rax, r10, 16
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DThunk16.S270 imul $16, %r8d, %eax
DThunk16.asm248 imul eax, r8d, 16 ; eax <- r8d(stack segment) * 16
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DThunk16.S260 imul $16, %r8d, %eax
DThunk16.asm250 imul eax, r8d, 16 ; eax <- r8d(stack segment) * 16
DThunk16.nasm257 imul eax, r8d, 16 ; eax <- r8d(stack segment) * 16
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c282 spam2(imul,__imul__, "a = imul(a, b) -- Same as a *= b.")

12