Changeset 106631 in vbox for trunk/include/VBox
- Timestamp:
- Oct 23, 2024 5:45:19 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165473
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/disopcode-armv8.h
r106627 r106631 51 51 * @{ */ 52 52 OP_ARMV8_INVALID = 0, 53 OP_ARMV8_A64_ABS, 53 54 OP_ARMV8_A64_ADC, 54 55 OP_ARMV8_A64_ADCS, … … 131 132 OP_ARMV8_A64_CMPP, 132 133 OP_ARMV8_A64_CNEG, 134 OP_ARMV8_A64_CNT, 133 135 OP_ARMV8_A64_CPP, 134 136 /** @todo FEAT_MOPS instructions (CPYFP and friends). */ … … 147 149 OP_ARMV8_A64_CSINC, 148 150 OP_ARMV8_A64_CSNEG, 151 OP_ARMV8_A64_CTZ, 149 152 OP_ARMV8_A64_DC, 150 153 OP_ARMV8_A64_DCPS1,
Note:
See TracChangeset
for help on using the changeset viewer.