Changeset 93115 in vbox for trunk/src/VBox/Runtime/common/asm
- Timestamp:
- Jan 1, 2022 11:31:46 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149129
- Location:
- trunk/src/VBox/Runtime/common/asm
- Files:
-
- 69 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMAddFlags.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU16.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoAndU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 0Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoAndU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 0Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoDecU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2014-202 0Oracle Corporation7 ; Copyright (C) 2014-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoIncU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2014-202 0Oracle Corporation7 ; Copyright (C) 2014-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoOrU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 0Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoOrU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 0Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoXorU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 0Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicXchgU16.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstClear-generic.cpp
r87203 r93115 5 5 6 6 /* 7 * Copyright (C) 2006-202 1Oracle Corporation7 * Copyright (C) 2006-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstClear.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSet-generic.cpp
r87229 r93115 5 5 6 6 /* 7 * Copyright (C) 2006-202 1Oracle Corporation7 * Copyright (C) 2006-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSet.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitNextClear-generic.cpp
r87203 r93115 5 5 6 6 /* 7 * Copyright (C) 2006-202 1Oracle Corporation7 * Copyright (C) 2006-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitNextClear.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitNextSet-generic.cpp
r87203 r93115 5 5 6 6 /* 7 * Copyright (C) 2006-202 1Oracle Corporation7 * Copyright (C) 2006-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMBitNextSet.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMCpuId.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2012-202 0Oracle Corporation7 ; Copyright (C) 2012-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2012-202 0Oracle Corporation7 ; Copyright (C) 2012-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2012-202 0Oracle Corporation7 ; Copyright (C) 2012-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMFxRstor.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMFxSave.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetFSBase.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 1Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetFlags.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetGDTR.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetGSBase.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 1Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetIDTR.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetIdtrLimit.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetLDTR.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetSegAttr.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 0Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetTR.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetXcr0.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMemFill32-generic.cpp
r87203 r93115 5 5 6 6 /* 7 * Copyright (C) 2021 Oracle Corporation7 * Copyright (C) 2021-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8-generic.cpp
r87203 r93115 5 5 6 6 /* 7 * Copyright (C) 2006-202 1Oracle Corporation7 * Copyright (C) 2006-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMemFirstMismatchingU8.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMemFirstNonZero-generic.cpp
r87203 r93115 5 5 6 6 /* 7 * Copyright (C) 2006-202 1Oracle Corporation7 * Copyright (C) 2006-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMemZero32-generic.cpp
r87203 r93115 5 5 6 6 /* 7 * Copyright (C) 2021 Oracle Corporation7 * Copyright (C) 2021-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMemZeroPage-generic.cpp
r87203 r93115 5 5 6 6 /* 7 * Copyright (C) 2021 Oracle Corporation7 * Copyright (C) 2021-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMultU32ByU32DivByU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMNopPause.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2009-202 0Oracle Corporation7 ; Copyright (C) 2009-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMRdMsrEx.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 0Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSerializeInstruction-cpuid.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSerializeInstruction-iret.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSerializeInstruction-rdtscp.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSetFSBase.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 1Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSetFlags.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSetGDTR.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSetGSBase.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 1Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSetIDTR.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSetXcr0.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMWrMsr.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 1Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMWrMsrEx.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2013-202 0Oracle Corporation7 ; Copyright (C) 2013-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMXRstor.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMXSave.asm
r92799 r93115 5 5 6 6 ; 7 ; Copyright (C) 2006-202 0Oracle Corporation7 ; Copyright (C) 2006-2022 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/asm-fake.cpp
r87194 r93115 5 5 6 6 /* 7 * Copyright (C) 2010-202 0Oracle Corporation7 * Copyright (C) 2010-2022 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.