Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseLib/Ia32/LShiftU64.S
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseLib/Ia32/LShiftU64.S
r48674 r77662 1 1 #------------------------------------------------------------------------------ 2 2 # 3 # Copyright (c) 2006 - 20 08, Intel Corporation. All rights reserved.<BR>3 # Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR> 4 4 # This program and the accompanying materials 5 5 # are licensed and made available under the terms and conditions of the BSD License … … 35 35 movl 4(%esp), %edx 36 36 testb $32, %cl # Count >= 32? 37 cmovz %edx, %eax 38 cmovz 0x8(%esp), %edx 37 jnz L0 38 movl %edx, %eax 39 movl 0x8(%esp), %edx 40 L0: 39 41 shld %cl, %eax, %edx 40 42 shl %cl, %eax
Note:
See TracChangeset
for help on using the changeset viewer.