Changeset 62477 in vbox for trunk/src/VBox/Runtime/common/asm
- Timestamp:
- Jul 22, 2016 6:27:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109033
- Location:
- trunk/src/VBox/Runtime/common/asm
- Files:
-
- 39 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r59055 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2013-201 5Oracle Corporation7 ; Copyright (C) 2013-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2013-201 5Oracle Corporation7 ; Copyright (C) 2013-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2014-201 5Oracle Corporation7 ; Copyright (C) 2014-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2014-201 5Oracle Corporation7 ; Copyright (C) 2014-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2013-201 5Oracle Corporation7 ; Copyright (C) 2013-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2013-201 5Oracle Corporation7 ; Copyright (C) 2013-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r59055 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r59054 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r59245 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r58762 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r58759 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r58759 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2012-201 5Oracle Corporation7 ; Copyright (C) 2012-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2012-201 5Oracle Corporation7 ; Copyright (C) 2012-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r54254 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2013-201 5Oracle Corporation7 ; Copyright (C) 2013-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r55308 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r60658 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2009-201 5Oracle Corporation7 ; Copyright (C) 2009-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2013-201 5Oracle Corporation7 ; Copyright (C) 2013-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r55308 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r56290 r62477 5 5 6 6 ; 7 ; Copyright (C) 2013-201 5Oracle Corporation7 ; Copyright (C) 2013-2016 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
r55729 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r55729 r62477 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2016 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
r59243 r62477 5 5 6 6 /* 7 * Copyright (C) 2010-201 5Oracle Corporation7 * Copyright (C) 2010-2016 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.