/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | MultU64x32.c | 28 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()
|
D | MultU64x64.c | 28 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/ |
D | MultU64x32.c | 35 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()
|
D | MultU64x64.c | 35 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/ |
D | MultU64x32.c | 26 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
|
D | MultU64x32.S | 31 # IN UINT64 Multiplicand, 54 movl 4(%esp), %eax # dword ptr Multiplicand[0] 58 movl 0x10(%esp), %eax # dword ptr Multiplicand[4]
|
D | MultU64x32.asm | 30 ; IN UINT64 Multiplicand, 53 mov eax, [esp + 4]; dword ptr Multiplicand[0] 57 mov eax, [esp + 10h]; dword ptr Multiplicand[4]
|
D | Power10U64.c | 26 IN UINT64 Multiplicand,
|
D | Power10U64.S | 34 # IN UINT64 Multiplicand,
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
D | MultS64x64.c | 37 IN INT64 Multiplicand, in MultS64x64() argument 41 return (INT64)MultU64x64 ((UINT64) Multiplicand, (UINT64) Multiplier); in MultS64x64()
|
D | MultU64x64.c | 37 IN UINT64 Multiplicand, in MultU64x64() argument 43 Result = InternalMathMultU64x64 (Multiplicand, Multiplier); in MultU64x64()
|
D | MultU64x32.c | 37 IN UINT64 Multiplicand, in MultU64x32() argument 43 Result = InternalMathMultU64x32 (Multiplicand, Multiplier); in MultU64x32()
|
D | Math64.c | 197 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/EdkIIGlueLib/Library/BaseLib/ |
D | MultS64x64.c | 44 IN INT64 Multiplicand, in MultS64x64() argument 48 return (INT64)MultU64x64 ((UINT64) Multiplicand, (UINT64) Multiplier); in MultS64x64()
|
D | MultU64x64.c | 42 IN UINT64 Multiplicand, in MultU64x64() argument 48 Result = InternalMathMultU64x64 (Multiplicand, Multiplier); in MultU64x64()
|
D | MultU64x32.c | 42 IN UINT64 Multiplicand, in GlueMultU64x32() argument 48 Result = InternalMathMultU64x32 (Multiplicand, Multiplier); in GlueMultU64x32()
|
D | Math64.c | 207 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/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/ |
D | Math.c | 58 IN UINT64 Multiplicand, in MultU64x32() argument 81 return Multiplicand * Multiplier; in MultU64x32()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/ |
D | Math.c | 82 IN UINT64 Multiplicand, in MultU64x32() argument 104 return Multiplicand * Multiplier; in MultU64x32()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
D | mullu.asm | 25 ; IN INT64 Multiplicand 37 ; IN INT64 Multiplicand
|
D | mullu.S | 22 # IN INT64 Multiplicand 34 # IN INT64 Multiplicand
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
D | llmul.c | 44 ; |--Multiplicand-| in _allmul() 52 ; Set up the local stack for Multiplicand parameter in _allmul()
|
D | mulll.S | 44 # |--Multiplicand-| 52 # Set up the local stack for Multiplicand parameter
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ |
D | Math.c | 53 IN UINT64 Multiplicand, in MultU64x32() argument 75 return Multiplicand * Multiplier; in MultU64x32()
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/ |
D | Gcc.c | 140 long long __multi3(long long Multiplicand, long long Multiplier) in __multi3() argument 143 return (long long) MultS64x64 ((INT64)Multiplicand, (INT64)Multiplier); in __multi3()
|