Searched refs:mul (Results 1 – 25 of 52) sorted by relevance
123
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
D | muldi3.S | 25 mul lr, ip, r8 26 mul ip, r4, ip 34 mul ip, r8, r6 40 mul r0, r3, r0
|
D | modsi3.S | 23 mul r0, r4, r0
|
D | umodsi3.S | 23 mul r0, r4, r0
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | MultU64x32.c | 50 mul Multiplier in MultU64x32() 54 mul Multiplier in MultU64x32()
|
D | MultU64x32.asm | 54 mul dword ptr [esp + 0Ch] ; Multiplier 58 mul dword ptr [esp + 14h]; Multiplier
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | profilee.py | 43 return mul(n, factorial(n-1)) 48 def mul(a, b): function
|
D | test_list.py | 57 def mul(a, b): return a * b function 59 self.assertRaises((MemoryError, OverflowError), mul, lst, n)
|
D | test_audioop.py | 130 self.assertEqual(audioop.mul(data[0], 1, 2), data2[0]) 131 self.assertEqual(audioop.mul(data[1],2, 2), data2[1]) 132 self.assertEqual(audioop.mul(data[2], 4, 2), data2[2]) 187 self.assertRaises(audioop.error, audioop.mul, data, size, 1.0)
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/ |
D | ArmPlatformStackLib.S | 65 mul r3, r3, r1 98 mul r3, r3, r5
|
D | ArmPlatformStackLib.asm | 82 mul r3, r3, r1 116 mul r3, r3, r5
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/AArch64/ |
D | ArmPlatformStackLib.S | 68 mul x3, x3, x1 105 mul x3, x3, x5
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | MultU64x32.c | 36 mul dword ptr [Multiplicand + 0] in InternalMathMultU64x32()
|
D | MultU64x64.c | 40 mul ecx in InternalMathMultU64x64()
|
D | MultU64x32.asm | 38 mul dword ptr [esp + 4]
|
D | DivU64x64Remainder.c | 42 mul dword ptr [Divisor] in InternalMathDivRemU64x64()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | MultU64x32.c | 43 mul dword ptr [Multiplicand + 0] in InternalMathMultU64x32()
|
D | MultU64x64.c | 47 mul ecx in InternalMathMultU64x64()
|
D | MultU64x32.asm | 38 mul dword ptr [esp + 4]
|
D | MultU64x32.nasm | 37 mul dword [esp + 4]
|
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch32/ |
D | cpu_data.S | 38 mul r0, r0, r1
|
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch64/ |
D | cpu_data.S | 43 mul x0, x0, x1
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/ |
D | PrePeiCoreEntryPoint.S | 47 mul r0, r0, r2
|
D | PrePeiCoreEntryPoint.asm | 61 mul r0, r0, r2
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/ |
D | PrePeiCoreEntryPoint.S | 66 mul x0, x0, x2
|
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/ |
D | Strings.uni | 30 #language fr-FR "Processeur Émulé par NT32"
|
123