VirtualBox

Changeset 108196 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 13, 2025 3:18:18 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167514
Message:

VMM/IEM: Moving x86 target specific files to VMMAll/target-x86/... jiraref:VBP-1431

Location:
trunk/src/VBox/VMM/VMMAll/target-x86
Files:
8 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllAImpl-x86-amd64.asm

    r108195 r108196  
    11; $Id$
    22;; @file
    3 ; IEM - Instruction Implementation in Assembly.
     3; IEM - Instruction Implementation in Assembly, x86 target, amd64 host.
    44;
    55
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllAImpl-x86-arm64.S

    r108195 r108196  
    11/* $Id$ */
    22/** @file
    3  * IEM - Instruction Implementation in Assembly, ARM64 variant.
     3 * IEM - Instruction Implementation in Assembly, x86 target, ARM64 host.
    44 */
    55
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllAImplC-x86.cpp

    r108195 r108196  
    11/* $Id$ */
    22/** @file
    3  * IEM - Instruction Implementation in Assembly, portable C variant.
     3 * IEM - Instruction Implementation in Assembly, x86 target, portable C variant.
    44 */
    55
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllCImpl-x86.cpp

    r108195 r108196  
    11/* $Id$ */
    22/** @file
    3  * IEM - Instruction Implementation in C/C++ (code include).
     3 * IEM - Instruction Implementation in C/C++, x86 target.
    44 */
    55
     
    83518351#define OP_SIZE     8
    83528352#define ADDR_SIZE   16
    8353 #include "IEMAllCImplStrInstr.cpp.h"
     8353#include "IEMAllCImplStrInstr-x86.cpp.h"
    83548354#define OP_SIZE     8
    83558355#define ADDR_SIZE   32
    8356 #include "IEMAllCImplStrInstr.cpp.h"
     8356#include "IEMAllCImplStrInstr-x86.cpp.h"
    83578357#define OP_SIZE     8
    83588358#define ADDR_SIZE   64
    8359 #include "IEMAllCImplStrInstr.cpp.h"
     8359#include "IEMAllCImplStrInstr-x86.cpp.h"
    83608360
    83618361#define OP_SIZE     16
    83628362#define ADDR_SIZE   16
    8363 #include "IEMAllCImplStrInstr.cpp.h"
     8363#include "IEMAllCImplStrInstr-x86.cpp.h"
    83648364#define OP_SIZE     16
    83658365#define ADDR_SIZE   32
    8366 #include "IEMAllCImplStrInstr.cpp.h"
     8366#include "IEMAllCImplStrInstr-x86.cpp.h"
    83678367#define OP_SIZE     16
    83688368#define ADDR_SIZE   64
    8369 #include "IEMAllCImplStrInstr.cpp.h"
     8369#include "IEMAllCImplStrInstr-x86.cpp.h"
    83708370
    83718371#define OP_SIZE     32
    83728372#define ADDR_SIZE   16
    8373 #include "IEMAllCImplStrInstr.cpp.h"
     8373#include "IEMAllCImplStrInstr-x86.cpp.h"
    83748374#define OP_SIZE     32
    83758375#define ADDR_SIZE   32
    8376 #include "IEMAllCImplStrInstr.cpp.h"
     8376#include "IEMAllCImplStrInstr-x86.cpp.h"
    83778377#define OP_SIZE     32
    83788378#define ADDR_SIZE   64
    8379 #include "IEMAllCImplStrInstr.cpp.h"
     8379#include "IEMAllCImplStrInstr-x86.cpp.h"
    83808380
    83818381#define OP_SIZE     64
    83828382#define ADDR_SIZE   32
    8383 #include "IEMAllCImplStrInstr.cpp.h"
     8383#include "IEMAllCImplStrInstr-x86.cpp.h"
    83848384#define OP_SIZE     64
    83858385#define ADDR_SIZE   64
    8386 #include "IEMAllCImplStrInstr.cpp.h"
     8386#include "IEMAllCImplStrInstr-x86.cpp.h"
    83878387
    83888388
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllCImplStrInstr-x86.cpp.h

    r108195 r108196  
    11/* $Id$ */
    22/** @file
    3  * IEM - String Instruction Implementation Code Template.
     3 * IEM - String Instruction Implementation Code Template, x86 target.
    44 */
    55
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllCImplSvmInstr-x86.cpp

    r108195 r108196  
    11/* $Id$ */
    22/** @file
    3  * IEM - AMD-V (Secure Virtual Machine) instruction implementation.
     3 * IEM - AMD-V (Secure Virtual Machine) instruction implementation (x86 target).
    44 */
    55
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllCImplVmxInstr-x86.cpp

    r108195 r108196  
    11/* $Id$ */
    22/** @file
    3  * IEM - VT-x instruction implementation.
     3 * IEM - VT-x instruction implementation (x86 target).
    44 */
    55
  • trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllDbg-x86.cpp

    r108195 r108196  
    11/* $Id$ */
    22/** @file
    3  * IEM - Debug and Logging.
     3 * IEM - Syscall Logging, x86 targets.
    44 */
    55
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