Home
last modified time | relevance | path

Searched refs:InternalMathMultU64x32 (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DMultU64x32.S27 .globl ASM_PFX(InternalMathMultU64x32)
32 # InternalMathMultU64x32 (
37 ASM_PFX(InternalMathMultU64x32):
DMultU64x32.asm29 ; InternalMathMultU64x32 (
34 InternalMathMultU64x32 PROC label
41 InternalMathMultU64x32 ENDP
DMultU64x32.c27 InternalMathMultU64x32 ( in InternalMathMultU64x32() function
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DMultU64x32.S25 ASM_GLOBAL ASM_PFX(InternalMathMultU64x32)
30 # InternalMathMultU64x32 (
35 ASM_PFX(InternalMathMultU64x32):
DMultU64x32.asm29 ; InternalMathMultU64x32 (
34 InternalMathMultU64x32 PROC label
41 InternalMathMultU64x32 ENDP
DMultU64x32.c34 InternalMathMultU64x32 ( in InternalMathMultU64x32() function
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DMultU64x32.c43 Result = InternalMathMultU64x32 (Multiplicand, Multiplier); in MultU64x32()
DMath64.c196 InternalMathMultU64x32 ( in InternalMathMultU64x32() function
DBaseLibInternals.h164 InternalMathMultU64x32 (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DMultU64x32.c48 Result = InternalMathMultU64x32 (Multiplicand, Multiplier); in GlueMultU64x32()
DMath64.c206 InternalMathMultU64x32 ( in InternalMathMultU64x32() function
DBaseLibInternals.h180 InternalMathMultU64x32 (
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
DMath64.S127 GCC_ASM_EXPORT(InternalMathMultU64x32)
129 ASM_PFX(InternalMathMultU64x32):
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch3522 +InternalMathMultU64x32 (
3665 + return InternalMathMultU64x32 (Multiplicand, Multiplier);
3788 +.globl ASM_PFX(InternalMathMultU64x32)
3793 +# InternalMathMultU64x32 (
3798 +ASM_PFX(InternalMathMultU64x32):