Home
last modified time | relevance | path

Searched refs:TooLarge (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DDivU64x64Remainder.c46 jc TooLarge // product > 2^64 in InternalMathDivRemU64x64()
49 jb TooLarge // product > dividend in InternalMathDivRemU64x64()
52 TooLarge: in InternalMathDivRemU64x64()
DDivU64x64Remainder.S68 jc TooLarge
71 jb TooLarge
74 TooLarge: label
DDivU64x64Remainder.asm69 jc @TooLarge ; product > 2^64
72 jb @TooLarge ; product > dividend
75 @TooLarge:
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DDivU64x64Remainder.S66 jc TooLarge # product > 2^64
69 jb TooLarge # product > dividend
72 TooLarge: label
DDivU64x64Remainder.asm69 jc @TooLarge ; product > 2^64
72 jb @TooLarge ; product > dividend
75 @TooLarge: