Searched refs:M1 (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | MultU64x64.S | 34 movl 8(%esp), %ebx # ebx <- M1[0..31] 38 imull 20(%esp), %ebx # ebx <- M1[0..31] * M2[32..63] 39 imull 12(%esp), %edx # edx <- M1[32..63] * M2[0..31] 41 mull %ecx # edx:eax <- M1[0..31] * M2[0..31]
|
D | MultU64x64.asm | 35 mov ebx, [esp + 8] ; ebx <- M1[0..31] 39 imul ebx, [esp + 20] ; ebx <- M1[0..31] * M2[32..63] 40 imul edx, [esp + 12] ; edx <- M1[32..63] * M2[0..31] 42 mul ecx ; edx:eax <- M1[0..31] * M2[0..31]
|
D | MultU64x64.nasm | 35 mov ebx, [esp + 8] ; ebx <- M1[0..31] 39 imul ebx, [esp + 20] ; ebx <- M1[0..31] * M2[32..63] 40 imul edx, [esp + 12] ; edx <- M1[32..63] * M2[0..31] 42 mul ecx ; edx:eax <- M1[0..31] * M2[0..31]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | MultU64x64.asm | 35 mov ebx, [esp + 8] ; ebx <- M1[0..31] 39 imul ebx, [esp + 20] ; ebx <- M1[0..31] * M2[32..63] 40 imul edx, [esp + 12] ; edx <- M1[32..63] * M2[0..31] 42 mul ecx ; edx:eax <- M1[0..31] * M2[0..31]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_descr.py | 485 class M1(type): class 490 __metaclass__ = M1 753 class M1(C, object): class 759 self.assertEqual(M1.__mro__, (M1, C, object)) 760 m = M1() 784 class M3(M1, M2, object): 789 self.assertEqual(M3.__mro__, (M3, M1, M2, D, C, object)) 1349 class M1(type): class 1354 __metaclass__ = M1
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | SmbiosViewStrings.uni | 179 #string STR_SMBIOSVIEW_PRINTINFO_M1_FAMILY #language en-US "M1 Family\r\n" 251 …EW_PRINTINFO_RSVD_FOR_SPEC_M1 #language en-US "Reserved for specific M1 versions\r\n"
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/ |
D | mcuimage.bin | 60 …��p���FH�d���p���H�(��p���FH�(d���p��L���p���FL�d�M1��p��O�@��p��FO… 64 …Z�FL�o���p�7�L���p�K�@�QL�A���p�'�H�@��p�;�Fo�H�@o�M1��p��H�P��p�*�…
|