Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DDivU64x64Remainder.S25 .globl ASM_PFX(InternalMathDivRemU64x32), ASM_PFX(InternalMathDivRemU64x64)
30 # InternalMathDivRemU64x64 (
36 ASM_PFX(InternalMathDivRemU64x64):
DDivU64x64Remainder.asm32 ; InternalMathDivRemU64x64 (
38 InternalMathDivRemU64x64 PROC label
48 InternalMathDivRemU64x64 ENDP
DDivS64x64Remainder.c51 Quot = InternalMathDivRemU64x64 ( in InternalMathDivRemS64x64()
DDivU64x64Remainder.c20 InternalMathDivRemU64x64 ( in InternalMathDivRemU64x64() function
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DDivU64x64Remainder.S23 ASM_GLOBAL ASM_PFX(InternalMathDivRemU64x32), ASM_PFX(InternalMathDivRemU64x64)
28 # InternalMathDivRemU64x64 (
34 ASM_PFX(InternalMathDivRemU64x64):
DDivU64x64Remainder.asm32 ; InternalMathDivRemU64x64 (
38 InternalMathDivRemU64x64 PROC label
48 InternalMathDivRemU64x64 ENDP
DDivS64x64Remainder.c44 Quot = InternalMathDivRemU64x64 ( in InternalMathDivRemS64x64()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DDivU64x64Remainder.c48 return InternalMathDivRemU64x64 (Dividend, Divisor, Remainder); in DivU64x64Remainder()
DMath64.c327 InternalMathDivRemU64x64 ( in InternalMathDivRemU64x64() function
DBaseLibInternals.h276 InternalMathDivRemU64x64 (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DDivU64x64Remainder.c52 return InternalMathDivRemU64x64 (Dividend, Divisor, Remainder); in DivU64x64Remainder()
DMath64.c337 InternalMathDivRemU64x64 ( in InternalMathDivRemU64x64() function
DBaseLibInternals.h292 InternalMathDivRemU64x64 (
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
DMath64.S204 GCC_ASM_EXPORT(InternalMathDivRemU64x64)
206 ASM_PFX(InternalMathDivRemU64x64):