VirtualBox

Ignore:
Timestamp:
Aug 22, 2024 6:13:37 PM (5 months ago)
Author:
vboxsync
Message:

Disassembler/ARMv8: Implement decoding of the ldp/stp unsigned variant instructions and add testcases, bugref:10394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmInternal-armv8.h

    r105815 r105830  
    6767    kDisParmParseShiftAmount,
    6868    kDisParmParseImmMemOff,
     69    kDisParmParseSImmMemOff,
    6970    kDisParmParseMax
    7071} DISPARMPARSEIDX;
     
    184185/** The instruction class is using the 64-bit register encoding only. */
    185186#define DISARMV8INSNCLASS_F_FORCED_64BIT                RT_BIT_32(2)
     187/** The instruction class is using the 32-bit register encoding only. */
     188#define DISARMV8INSNCLASS_F_FORCED_32BIT                RT_BIT_32(3)
    186189
    187190
Note: See TracChangeset for help on using the changeset viewer.

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