Home
last modified time | relevance | path

Searched refs:Multiplicand (Results 1 – 25 of 42) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DMultU64x32.c28 IN UINT64 Multiplicand, in InternalMathMultU64x32() argument
35 imul ecx, dword ptr [Multiplicand + 4] // overflow not detectable in InternalMathMultU64x32()
36 mul dword ptr [Multiplicand + 0] in InternalMathMultU64x32()
DMultU64x64.c28 IN UINT64 Multiplicand, in InternalMathMultU64x64() argument
33 mov ebx, dword ptr [Multiplicand + 0] in InternalMathMultU64x64()
38 imul edx, dword ptr [Multiplicand + 4] in InternalMathMultU64x64()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DMultU64x32.c35 IN UINT64 Multiplicand, in InternalMathMultU64x32() argument
42 imul ecx, dword ptr [Multiplicand + 4] // overflow not detectable in InternalMathMultU64x32()
43 mul dword ptr [Multiplicand + 0] in InternalMathMultU64x32()
DMultU64x64.c35 IN UINT64 Multiplicand, in InternalMathMultU64x64() argument
40 mov ebx, dword ptr [Multiplicand + 0] in InternalMathMultU64x64()
45 imul edx, dword ptr [Multiplicand + 4] in InternalMathMultU64x64()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DMultU64x32.c26 IN UINT64 Multiplicand, in MultU64x32() argument
49 mov eax, dword ptr Multiplicand[0] in MultU64x32() local
53 mov eax, dword ptr Multiplicand[4] in MultU64x32() local
DMultU64x32.S31 # IN UINT64 Multiplicand,
54 movl 4(%esp), %eax # dword ptr Multiplicand[0]
58 movl 0x10(%esp), %eax # dword ptr Multiplicand[4]
DMultU64x32.asm30 ; IN UINT64 Multiplicand,
53 mov eax, [esp + 4]; dword ptr Multiplicand[0]
57 mov eax, [esp + 10h]; dword ptr Multiplicand[4]
DPower10U64.c26 IN UINT64 Multiplicand,
DPower10U64.S34 # IN UINT64 Multiplicand,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DMultS64x64.c44 IN INT64 Multiplicand, in MultS64x64() argument
48 return (INT64)MultU64x64 ((UINT64) Multiplicand, (UINT64) Multiplier); in MultS64x64()
DMultU64x64.c42 IN UINT64 Multiplicand, in MultU64x64() argument
48 Result = InternalMathMultU64x64 (Multiplicand, Multiplier); in MultU64x64()
DMultU64x32.c42 IN UINT64 Multiplicand, in GlueMultU64x32() argument
48 Result = InternalMathMultU64x32 (Multiplicand, Multiplier); in GlueMultU64x32()
DMath64.c207 IN UINT64 Multiplicand, in InternalMathMultU64x32() argument
211 return Multiplicand * Multiplier; in InternalMathMultU64x32()
232 IN UINT64 Multiplicand, in InternalMathMultU64x64() argument
236 return Multiplicand * Multiplier; in InternalMathMultU64x64()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DMultS64x64.c37 IN INT64 Multiplicand, in MultS64x64() argument
41 return (INT64)MultU64x64 ((UINT64) Multiplicand, (UINT64) Multiplier); in MultS64x64()
DMultU64x32.c37 IN UINT64 Multiplicand, in MultU64x32() argument
43 Result = InternalMathMultU64x32 (Multiplicand, Multiplier); in MultU64x32()
DMultU64x64.c37 IN UINT64 Multiplicand, in MultU64x64() argument
43 Result = InternalMathMultU64x64 (Multiplicand, Multiplier); in MultU64x64()
DMath64.c197 IN UINT64 Multiplicand, in InternalMathMultU64x32() argument
201 return Multiplicand * Multiplier; in InternalMathMultU64x32()
222 IN UINT64 Multiplicand, in InternalMathMultU64x64() argument
226 return Multiplicand * Multiplier; in InternalMathMultU64x64()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
DMath.c58 IN UINT64 Multiplicand, in MultU64x32() argument
81 return Multiplicand * Multiplier; in MultU64x32()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
DMath.c82 IN UINT64 Multiplicand, in MultU64x32() argument
104 return Multiplicand * Multiplier; in MultU64x32()
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
Dmullu.asm25 ; IN INT64 Multiplicand
37 ; IN INT64 Multiplicand
Dmullu.S22 # IN INT64 Multiplicand
34 # IN INT64 Multiplicand
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
Dllmul.c44 ; |--Multiplicand-| in _allmul()
52 ; Set up the local stack for Multiplicand parameter in _allmul()
Dmulll.S44 # |--Multiplicand-|
52 # Set up the local stack for Multiplicand parameter
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
DMath.c53 IN UINT64 Multiplicand, in MultU64x32() argument
75 return Multiplicand * Multiplier; in MultU64x32()
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/
DGcc.c140 long long __multi3(long long Multiplicand, long long Multiplier) in __multi3() argument
143 return (long long) MultS64x64 ((INT64)Multiplicand, (INT64)Multiplier); in __multi3()

12