VirtualBox

Ignore:
Timestamp:
Mar 12, 2019 12:40:12 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129295
Message:

EFI: First step in UDK2018 merge. Does not build yet.

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseLib/Ia32/LRotU64.c

    r48674 r77662  
    22  64-bit left rotation for Ia32
    33
    4   Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
     4  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
    55  This program and the accompanying materials
    66  are licensed and made available under the terms and conditions of the BSD License
     
    4646    shld    eax, ebx, cl
    4747    test    cl, 32                      ; Count >= 32?
    48     cmovnz  ecx, eax
    49     cmovnz  eax, edx
    50     cmovnz  edx, ecx
     48    jz      L0
     49    mov     ecx, eax
     50    mov     eax, edx
     51    mov     edx, ecx
     52L0:
    5153  }
    5254}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette