ARM64: Reorganize operand extension definitions.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user