Changeset 2988 in vbox for trunk/src/VBox/Runtime/win64
- Timestamp:
- Jun 1, 2007 5:36:09 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21711
- Location:
- trunk/src/VBox/Runtime/win64
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/win64/ASMAtomicBitClear.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicBitClear().2 ; innotek Portable Runtime - ASMAtomicBitClear(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicBitTestAndToggle.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicBitTestAndToggle().2 ; innotek Portable Runtime - ASMAtomicBitTestAndToggle(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicBitToggle.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicBitToggle().2 ; innotek Portable Runtime - ASMAtomicBitToggle(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicReadU64.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicReadU64().2 ; innotek Portable Runtime - ASMAtomicReadU64(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicXchgU16.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicXchgU16().2 ; innotek Portable Runtime - ASMAtomicXchgU16(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMAtomicXchgU8.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMAtomicXchgU8().2 ; innotek Portable Runtime - ASMAtomicXchgU8(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMBitFirstClear.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMBitFirstClear().2 ; innotek Portable Runtime - ASMBitFirstClear(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMBitFirstSet.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMBitFirstSet().2 ; innotek Portable Runtime - ASMBitFirstSet(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetCS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetCS().2 ; innotek Portable Runtime - ASMGetCS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR0.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR0().2 ; innotek Portable Runtime - ASMGetDR0(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR1.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR1().2 ; innotek Portable Runtime - ASMGetDR1(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR2.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR2().2 ; innotek Portable Runtime - ASMGetDR2(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR3.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR3().2 ; innotek Portable Runtime - ASMGetDR3(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR6.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR6().2 ; innotek Portable Runtime - ASMGetDR6(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDR7.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDR7().2 ; innotek Portable Runtime - ASMGetDR7(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetDS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetDS().2 ; innotek Portable Runtime - ASMGetDS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetES.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetES().2 ; innotek Portable Runtime - ASMGetES(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetFS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetFS().2 ; innotek Portable Runtime - ASMGetFS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetFlags.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetFlags().2 ; innotek Portable Runtime - ASMGetFlags(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetGDTR.asm
r683 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetGDTR().2 ; innotek Portable Runtime - ASMGetGDTR(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetGS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetGS().2 ; innotek Portable Runtime - ASMGetGS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetIDTR.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetIDTR().2 ; innotek Portable Runtime - ASMGetIDTR(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetSS.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetSS().2 ; innotek Portable Runtime - ASMGetSS(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMGetTR.asm
r683 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMGetTR().2 ; innotek Portable Runtime - ASMGetTR(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMMultU64ByU32DivByU32.asm
r1888 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMMultU64ByU32DivByU32().2 ; innotek Portable Runtime - ASMMultU64ByU32DivByU32(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMProbeReadByte.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMProbeReadByte().2 ; innotek Portable Runtime - ASMProbeReadByte(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/win64/ASMSetFlags.asm
r1 r2988 1 1 ;; @file 2 ; InnoTek Portable Runtime - ASMSetFlags().2 ; innotek Portable Runtime - ASMSetFlags(). 3 3 ; 4 4 5 5 ; 6 ; Copyright (C) 2006 InnoTek SystemberatungGmbH6 ; Copyright (C) 2006-2007 innotek GmbH 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.