ARM64: Reorganize operand extension definitions.

This commit is contained in:
Mike Pall
2016-12-07 18:38:32 +01:00
parent 48b00297b3
commit 2ac2cd4699
2 changed files with 9 additions and 6 deletions

View File

@@ -147,8 +147,11 @@ typedef enum A64Ins {
A64I_LS_U = 0x01000000,
A64I_LS_S = 0x00800000,
A64I_LS_R = 0x01200800,
A64I_LS_UXTWx = 0x00005000,
A64I_LS_LSLx = 0x00007000,
A64I_LS_SH = 0x00001000,
A64I_LS_UXTWx = 0x00004000,
A64I_LS_SXTWx = 0x0000c000,
A64I_LS_SXTXx = 0x0000e000,
A64I_LS_LSLx = 0x00006000,
A64I_ADDw = 0x0b000000,
A64I_ADDx = 0x8b000000,