Home
last modified time | relevance | path

Searched refs:InternalMathDivRemU64x32 (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DDivU64x32Remainder.S24 .globl ASM_PFX(InternalMathDivRemU64x32)
29 # InternalMathDivRemU64x32 (
35 ASM_PFX(InternalMathDivRemU64x32):
DDivU64x32Remainder.asm29 ; InternalMathDivRemU64x32 (
35 InternalMathDivRemU64x32 PROC label
49 InternalMathDivRemU64x32 ENDP
DDivU64x64Remainder.S25 .globl ASM_PFX(InternalMathDivRemU64x32), ASM_PFX(InternalMathDivRemU64x64)
45 jmp ASM_PFX(InternalMathDivRemU64x32)
DDivU64x32Remainder.c19 InternalMathDivRemU64x32 ( in InternalMathDivRemU64x32() function
DDivU64x64Remainder.asm27 EXTERN InternalMathDivRemU64x32:PROC
47 jmp InternalMathDivRemU64x32
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DDivU64x32Remainder.S22 ASM_GLOBAL ASM_PFX(InternalMathDivRemU64x32)
27 # InternalMathDivRemU64x32 (
33 ASM_PFX(InternalMathDivRemU64x32):
DDivU64x32Remainder.asm29 ; InternalMathDivRemU64x32 (
35 InternalMathDivRemU64x32 PROC label
49 InternalMathDivRemU64x32 ENDP
DDivU64x32Remainder.c34 InternalMathDivRemU64x32 ( in InternalMathDivRemU64x32() function
DDivU64x64Remainder.S23 ASM_GLOBAL ASM_PFX(InternalMathDivRemU64x32), ASM_PFX(InternalMathDivRemU64x64)
43 jmp ASM_PFX(InternalMathDivRemU64x32)
DDivU64x64Remainder.asm27 EXTERN InternalMathDivRemU64x32:PROC
47 jmp InternalMathDivRemU64x32
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DDivU64x32Remainder.c48 return InternalMathDivRemU64x32 (Dividend, Divisor, Remainder); in DivU64x32Remainder()
DMath64.c296 InternalMathDivRemU64x32 ( in InternalMathDivRemU64x32() function
DBaseLibInternals.h251 InternalMathDivRemU64x32 (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DDivU64x32Remainder.c53 return InternalMathDivRemU64x32 (Dividend, Divisor, Remainder); in DivU64x32Remainder()
DMath64.c306 InternalMathDivRemU64x32 ( in InternalMathDivRemU64x32() function
DBaseLibInternals.h267 InternalMathDivRemU64x32 (
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
DMath64.S176 GCC_ASM_EXPORT(InternalMathDivRemU64x32)
178 ASM_PFX(InternalMathDivRemU64x32):
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch3314 +.globl ASM_PFX(InternalMathDivRemU64x32)
3319 +# InternalMathDivRemU64x32 (
3325 +ASM_PFX(InternalMathDivRemU64x32):
3528 +InternalMathDivRemU64x32 (
3710 + return InternalMathDivRemU64x32 (Dividend, Divisor, Remainder);