-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename VMX record form compare instructions
Previously, the enumeration value names for the VMX record-form compare instructions did not follow the general rule of adding '_r' to the name of their non-record-form instructions. This was needlessly confusing and inconsistent. These instructions have now had their names updated to follow the usual style. Note that aliases have been left for the old names, since OpenJ9 is referencing some of these instructions directly. Additionally, the instruction properties table has been updated to derive the properties of the VMX record-form compare instructions from those of their non-record-form counterparts. Signed-off-by: Ben Thomas <ben@benthomas.ca>
- Loading branch information
1 parent
0b7e31f
commit f162c57
Showing
3 changed files
with
120 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.