1 //===- AArch64Disassembler.cpp - Disassembler for AArch64 -----------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
12 #include "AArch64Disassembler.h"
13 #include "AArch64ExternalSymbolizer.h"
14 #include "MCTargetDesc/AArch64AddressingModes.h"
15 #include "MCTargetDesc/AArch64MCTargetDesc.h"
16 #include "Utils/AArch64BaseInfo.h"
17 #include "llvm-c/Disassembler.h"
18 #include "llvm/MC/MCDisassembler/MCRelocationInfo.h"
19 #include "llvm/MC/MCFixedLenDisassembler.h"
20 #include "llvm/MC/MCInst.h"
21 #include "llvm/MC/MCRegisterInfo.h"
22 #include "llvm/MC/MCSubtargetInfo.h"
23 #include "llvm/Support/Compiler.h"
24 #include "llvm/Support/Debug.h"
25 #include "llvm/Support/ErrorHandling.h"
26 #include "llvm/Support/TargetRegistry.h"
32 #define DEBUG_TYPE "aarch64-disassembler"
34 // Pull DecodeStatus and its enum values into the global namespace.
35 using DecodeStatus
= MCDisassembler::DecodeStatus
;
37 // Forward declare these because the autogenerated code will reference them.
38 // Definitions are further down.
39 static DecodeStatus
DecodeFPR128RegisterClass(MCInst
&Inst
,
40 unsigned RegNo
, uint64_t Address
,
42 static DecodeStatus
DecodeFPR128_loRegisterClass(MCInst
&Inst
,
46 static DecodeStatus
DecodeFPR64RegisterClass(MCInst
&Inst
, unsigned RegNo
,
49 static DecodeStatus
DecodeFPR32RegisterClass(MCInst
&Inst
, unsigned RegNo
,
52 static DecodeStatus
DecodeFPR16RegisterClass(MCInst
&Inst
, unsigned RegNo
,
55 static DecodeStatus
DecodeFPR8RegisterClass(MCInst
&Inst
, unsigned RegNo
,
58 static DecodeStatus
DecodeGPR64commonRegisterClass(MCInst
&Inst
, unsigned RegNo
,
61 static DecodeStatus
DecodeGPR64RegisterClass(MCInst
&Inst
, unsigned RegNo
,
64 static DecodeStatus
DecodeGPR64spRegisterClass(MCInst
&Inst
,
65 unsigned RegNo
, uint64_t Address
,
67 static DecodeStatus
DecodeGPR32RegisterClass(MCInst
&Inst
, unsigned RegNo
,
70 static DecodeStatus
DecodeGPR32spRegisterClass(MCInst
&Inst
,
71 unsigned RegNo
, uint64_t Address
,
73 static DecodeStatus
DecodeQQRegisterClass(MCInst
&Inst
, unsigned RegNo
,
76 static DecodeStatus
DecodeQQQRegisterClass(MCInst
&Inst
, unsigned RegNo
,
79 static DecodeStatus
DecodeQQQQRegisterClass(MCInst
&Inst
, unsigned RegNo
,
82 static DecodeStatus
DecodeDDRegisterClass(MCInst
&Inst
, unsigned RegNo
,
85 static DecodeStatus
DecodeDDDRegisterClass(MCInst
&Inst
, unsigned RegNo
,
88 static DecodeStatus
DecodeDDDDRegisterClass(MCInst
&Inst
, unsigned RegNo
,
91 static DecodeStatus
DecodeZPRRegisterClass(MCInst
&Inst
, unsigned RegNo
,
94 static DecodeStatus
DecodeZPR_4bRegisterClass(MCInst
&Inst
, unsigned RegNo
,
97 static DecodeStatus
DecodeZPR_3bRegisterClass(MCInst
&Inst
, unsigned RegNo
,
100 static DecodeStatus
DecodeZPR2RegisterClass(MCInst
&Inst
, unsigned RegNo
,
102 const void *Decoder
);
103 static DecodeStatus
DecodeZPR3RegisterClass(MCInst
&Inst
, unsigned RegNo
,
105 const void *Decoder
);
106 static DecodeStatus
DecodeZPR4RegisterClass(MCInst
&Inst
, unsigned RegNo
,
108 const void *Decoder
);
109 static DecodeStatus
DecodePPRRegisterClass(MCInst
&Inst
, unsigned RegNo
,
111 const void *Decoder
);
112 static DecodeStatus
DecodePPR_3bRegisterClass(MCInst
&Inst
, unsigned RegNo
,
114 const void *Decoder
);
116 static DecodeStatus
DecodeFixedPointScaleImm32(MCInst
&Inst
, unsigned Imm
,
118 const void *Decoder
);
119 static DecodeStatus
DecodeFixedPointScaleImm64(MCInst
&Inst
, unsigned Imm
,
121 const void *Decoder
);
122 static DecodeStatus
DecodePCRelLabel19(MCInst
&Inst
, unsigned Imm
,
123 uint64_t Address
, const void *Decoder
);
124 static DecodeStatus
DecodeMemExtend(MCInst
&Inst
, unsigned Imm
,
125 uint64_t Address
, const void *Decoder
);
126 static DecodeStatus
DecodeMRSSystemRegister(MCInst
&Inst
, unsigned Imm
,
127 uint64_t Address
, const void *Decoder
);
128 static DecodeStatus
DecodeMSRSystemRegister(MCInst
&Inst
, unsigned Imm
,
129 uint64_t Address
, const void *Decoder
);
130 static DecodeStatus
DecodeThreeAddrSRegInstruction(MCInst
&Inst
, uint32_t insn
,
132 const void *Decoder
);
133 static DecodeStatus
DecodeMoveImmInstruction(MCInst
&Inst
, uint32_t insn
,
135 const void *Decoder
);
136 static DecodeStatus
DecodeUnsignedLdStInstruction(MCInst
&Inst
, uint32_t insn
,
138 const void *Decoder
);
139 static DecodeStatus
DecodeSignedLdStInstruction(MCInst
&Inst
, uint32_t insn
,
141 const void *Decoder
);
142 static DecodeStatus
DecodeExclusiveLdStInstruction(MCInst
&Inst
, uint32_t insn
,
144 const void *Decoder
);
145 static DecodeStatus
DecodePairLdStInstruction(MCInst
&Inst
, uint32_t insn
,
147 const void *Decoder
);
148 static DecodeStatus
DecodeAddSubERegInstruction(MCInst
&Inst
, uint32_t insn
,
150 const void *Decoder
);
151 static DecodeStatus
DecodeLogicalImmInstruction(MCInst
&Inst
, uint32_t insn
,
153 const void *Decoder
);
154 static DecodeStatus
DecodeModImmInstruction(MCInst
&Inst
, uint32_t insn
,
156 const void *Decoder
);
157 static DecodeStatus
DecodeModImmTiedInstruction(MCInst
&Inst
, uint32_t insn
,
159 const void *Decoder
);
160 static DecodeStatus
DecodeAdrInstruction(MCInst
&Inst
, uint32_t insn
,
161 uint64_t Address
, const void *Decoder
);
162 static DecodeStatus
DecodeAddSubImmShift(MCInst
&Inst
, uint32_t insn
,
163 uint64_t Address
, const void *Decoder
);
164 static DecodeStatus
DecodeUnconditionalBranch(MCInst
&Inst
, uint32_t insn
,
166 const void *Decoder
);
167 static DecodeStatus
DecodeSystemPStateInstruction(MCInst
&Inst
, uint32_t insn
,
169 const void *Decoder
);
170 static DecodeStatus
DecodeTestAndBranch(MCInst
&Inst
, uint32_t insn
,
171 uint64_t Address
, const void *Decoder
);
173 static DecodeStatus
DecodeFMOVLaneInstruction(MCInst
&Inst
, unsigned Insn
,
175 const void *Decoder
);
176 static DecodeStatus
DecodeVecShiftR64Imm(MCInst
&Inst
, unsigned Imm
,
177 uint64_t Addr
, const void *Decoder
);
178 static DecodeStatus
DecodeVecShiftR64ImmNarrow(MCInst
&Inst
, unsigned Imm
,
180 const void *Decoder
);
181 static DecodeStatus
DecodeVecShiftR32Imm(MCInst
&Inst
, unsigned Imm
,
182 uint64_t Addr
, const void *Decoder
);
183 static DecodeStatus
DecodeVecShiftR32ImmNarrow(MCInst
&Inst
, unsigned Imm
,
185 const void *Decoder
);
186 static DecodeStatus
DecodeVecShiftR16Imm(MCInst
&Inst
, unsigned Imm
,
187 uint64_t Addr
, const void *Decoder
);
188 static DecodeStatus
DecodeVecShiftR16ImmNarrow(MCInst
&Inst
, unsigned Imm
,
190 const void *Decoder
);
191 static DecodeStatus
DecodeVecShiftR8Imm(MCInst
&Inst
, unsigned Imm
,
192 uint64_t Addr
, const void *Decoder
);
193 static DecodeStatus
DecodeVecShiftL64Imm(MCInst
&Inst
, unsigned Imm
,
194 uint64_t Addr
, const void *Decoder
);
195 static DecodeStatus
DecodeVecShiftL32Imm(MCInst
&Inst
, unsigned Imm
,
196 uint64_t Addr
, const void *Decoder
);
197 static DecodeStatus
DecodeVecShiftL16Imm(MCInst
&Inst
, unsigned Imm
,
198 uint64_t Addr
, const void *Decoder
);
199 static DecodeStatus
DecodeVecShiftL8Imm(MCInst
&Inst
, unsigned Imm
,
200 uint64_t Addr
, const void *Decoder
);
201 static DecodeStatus
DecodeWSeqPairsClassRegisterClass(MCInst
&Inst
,
204 const void *Decoder
);
205 static DecodeStatus
DecodeXSeqPairsClassRegisterClass(MCInst
&Inst
,
208 const void *Decoder
);
209 static DecodeStatus
DecodeSVELogicalImmInstruction(llvm::MCInst
&Inst
,
212 const void *Decoder
);
214 static DecodeStatus
DecodeSImm(llvm::MCInst
&Inst
, uint64_t Imm
,
215 uint64_t Address
, const void *Decoder
);
216 template <int ElementWidth
>
217 static DecodeStatus
DecodeImm8OptLsl(MCInst
&Inst
, unsigned Imm
,
218 uint64_t Addr
, const void *Decoder
);
219 static DecodeStatus
DecodeSVEIncDecImm(MCInst
&Inst
, unsigned Imm
,
220 uint64_t Addr
, const void *Decoder
);
222 static DecodeStatus
DecodeLoadAllocTagArrayInstruction(MCInst
&Inst
,
225 const void* Decoder
);
227 static bool Check(DecodeStatus
&Out
, DecodeStatus In
) {
229 case MCDisassembler::Success
:
230 // Out stays the same.
232 case MCDisassembler::SoftFail
:
235 case MCDisassembler::Fail
:
239 llvm_unreachable("Invalid DecodeStatus!");
242 #include "AArch64GenDisassemblerTables.inc"
243 #include "AArch64GenInstrInfo.inc"
245 #define Success MCDisassembler::Success
246 #define Fail MCDisassembler::Fail
247 #define SoftFail MCDisassembler::SoftFail
249 static MCDisassembler
*createAArch64Disassembler(const Target
&T
,
250 const MCSubtargetInfo
&STI
,
252 return new AArch64Disassembler(STI
, Ctx
);
255 DecodeStatus
AArch64Disassembler::getInstruction(MCInst
&MI
, uint64_t &Size
,
256 ArrayRef
<uint8_t> Bytes
,
259 raw_ostream
&CS
) const {
263 // We want to read exactly 4 bytes of data.
264 if (Bytes
.size() < 4)
268 // Encoded as a small-endian 32-bit word in the stream.
270 (Bytes
[3] << 24) | (Bytes
[2] << 16) | (Bytes
[1] << 8) | (Bytes
[0] << 0);
272 // Calling the auto-generated decoder function.
273 return decodeInstruction(DecoderTable32
, MI
, Insn
, Address
, this, STI
);
276 static MCSymbolizer
*
277 createAArch64ExternalSymbolizer(const Triple
&TT
, LLVMOpInfoCallback GetOpInfo
,
278 LLVMSymbolLookupCallback SymbolLookUp
,
279 void *DisInfo
, MCContext
*Ctx
,
280 std::unique_ptr
<MCRelocationInfo
> &&RelInfo
) {
281 return new AArch64ExternalSymbolizer(*Ctx
, std::move(RelInfo
), GetOpInfo
,
282 SymbolLookUp
, DisInfo
);
285 extern "C" void LLVMInitializeAArch64Disassembler() {
286 TargetRegistry::RegisterMCDisassembler(getTheAArch64leTarget(),
287 createAArch64Disassembler
);
288 TargetRegistry::RegisterMCDisassembler(getTheAArch64beTarget(),
289 createAArch64Disassembler
);
290 TargetRegistry::RegisterMCSymbolizer(getTheAArch64leTarget(),
291 createAArch64ExternalSymbolizer
);
292 TargetRegistry::RegisterMCSymbolizer(getTheAArch64beTarget(),
293 createAArch64ExternalSymbolizer
);
295 TargetRegistry::RegisterMCDisassembler(getTheARM64Target(),
296 createAArch64Disassembler
);
297 TargetRegistry::RegisterMCSymbolizer(getTheARM64Target(),
298 createAArch64ExternalSymbolizer
);
301 static const unsigned FPR128DecoderTable
[] = {
302 AArch64::Q0
, AArch64::Q1
, AArch64::Q2
, AArch64::Q3
, AArch64::Q4
,
303 AArch64::Q5
, AArch64::Q6
, AArch64::Q7
, AArch64::Q8
, AArch64::Q9
,
304 AArch64::Q10
, AArch64::Q11
, AArch64::Q12
, AArch64::Q13
, AArch64::Q14
,
305 AArch64::Q15
, AArch64::Q16
, AArch64::Q17
, AArch64::Q18
, AArch64::Q19
,
306 AArch64::Q20
, AArch64::Q21
, AArch64::Q22
, AArch64::Q23
, AArch64::Q24
,
307 AArch64::Q25
, AArch64::Q26
, AArch64::Q27
, AArch64::Q28
, AArch64::Q29
,
308 AArch64::Q30
, AArch64::Q31
311 static DecodeStatus
DecodeFPR128RegisterClass(MCInst
&Inst
, unsigned RegNo
,
313 const void *Decoder
) {
317 unsigned Register
= FPR128DecoderTable
[RegNo
];
318 Inst
.addOperand(MCOperand::createReg(Register
));
322 static DecodeStatus
DecodeFPR128_loRegisterClass(MCInst
&Inst
, unsigned RegNo
,
324 const void *Decoder
) {
327 return DecodeFPR128RegisterClass(Inst
, RegNo
, Addr
, Decoder
);
330 static const unsigned FPR64DecoderTable
[] = {
331 AArch64::D0
, AArch64::D1
, AArch64::D2
, AArch64::D3
, AArch64::D4
,
332 AArch64::D5
, AArch64::D6
, AArch64::D7
, AArch64::D8
, AArch64::D9
,
333 AArch64::D10
, AArch64::D11
, AArch64::D12
, AArch64::D13
, AArch64::D14
,
334 AArch64::D15
, AArch64::D16
, AArch64::D17
, AArch64::D18
, AArch64::D19
,
335 AArch64::D20
, AArch64::D21
, AArch64::D22
, AArch64::D23
, AArch64::D24
,
336 AArch64::D25
, AArch64::D26
, AArch64::D27
, AArch64::D28
, AArch64::D29
,
337 AArch64::D30
, AArch64::D31
340 static DecodeStatus
DecodeFPR64RegisterClass(MCInst
&Inst
, unsigned RegNo
,
342 const void *Decoder
) {
346 unsigned Register
= FPR64DecoderTable
[RegNo
];
347 Inst
.addOperand(MCOperand::createReg(Register
));
351 static const unsigned FPR32DecoderTable
[] = {
352 AArch64::S0
, AArch64::S1
, AArch64::S2
, AArch64::S3
, AArch64::S4
,
353 AArch64::S5
, AArch64::S6
, AArch64::S7
, AArch64::S8
, AArch64::S9
,
354 AArch64::S10
, AArch64::S11
, AArch64::S12
, AArch64::S13
, AArch64::S14
,
355 AArch64::S15
, AArch64::S16
, AArch64::S17
, AArch64::S18
, AArch64::S19
,
356 AArch64::S20
, AArch64::S21
, AArch64::S22
, AArch64::S23
, AArch64::S24
,
357 AArch64::S25
, AArch64::S26
, AArch64::S27
, AArch64::S28
, AArch64::S29
,
358 AArch64::S30
, AArch64::S31
361 static DecodeStatus
DecodeFPR32RegisterClass(MCInst
&Inst
, unsigned RegNo
,
363 const void *Decoder
) {
367 unsigned Register
= FPR32DecoderTable
[RegNo
];
368 Inst
.addOperand(MCOperand::createReg(Register
));
372 static const unsigned FPR16DecoderTable
[] = {
373 AArch64::H0
, AArch64::H1
, AArch64::H2
, AArch64::H3
, AArch64::H4
,
374 AArch64::H5
, AArch64::H6
, AArch64::H7
, AArch64::H8
, AArch64::H9
,
375 AArch64::H10
, AArch64::H11
, AArch64::H12
, AArch64::H13
, AArch64::H14
,
376 AArch64::H15
, AArch64::H16
, AArch64::H17
, AArch64::H18
, AArch64::H19
,
377 AArch64::H20
, AArch64::H21
, AArch64::H22
, AArch64::H23
, AArch64::H24
,
378 AArch64::H25
, AArch64::H26
, AArch64::H27
, AArch64::H28
, AArch64::H29
,
379 AArch64::H30
, AArch64::H31
382 static DecodeStatus
DecodeFPR16RegisterClass(MCInst
&Inst
, unsigned RegNo
,
384 const void *Decoder
) {
388 unsigned Register
= FPR16DecoderTable
[RegNo
];
389 Inst
.addOperand(MCOperand::createReg(Register
));
393 static const unsigned FPR8DecoderTable
[] = {
394 AArch64::B0
, AArch64::B1
, AArch64::B2
, AArch64::B3
, AArch64::B4
,
395 AArch64::B5
, AArch64::B6
, AArch64::B7
, AArch64::B8
, AArch64::B9
,
396 AArch64::B10
, AArch64::B11
, AArch64::B12
, AArch64::B13
, AArch64::B14
,
397 AArch64::B15
, AArch64::B16
, AArch64::B17
, AArch64::B18
, AArch64::B19
,
398 AArch64::B20
, AArch64::B21
, AArch64::B22
, AArch64::B23
, AArch64::B24
,
399 AArch64::B25
, AArch64::B26
, AArch64::B27
, AArch64::B28
, AArch64::B29
,
400 AArch64::B30
, AArch64::B31
403 static DecodeStatus
DecodeFPR8RegisterClass(MCInst
&Inst
, unsigned RegNo
,
405 const void *Decoder
) {
409 unsigned Register
= FPR8DecoderTable
[RegNo
];
410 Inst
.addOperand(MCOperand::createReg(Register
));
414 static const unsigned GPR64DecoderTable
[] = {
415 AArch64::X0
, AArch64::X1
, AArch64::X2
, AArch64::X3
, AArch64::X4
,
416 AArch64::X5
, AArch64::X6
, AArch64::X7
, AArch64::X8
, AArch64::X9
,
417 AArch64::X10
, AArch64::X11
, AArch64::X12
, AArch64::X13
, AArch64::X14
,
418 AArch64::X15
, AArch64::X16
, AArch64::X17
, AArch64::X18
, AArch64::X19
,
419 AArch64::X20
, AArch64::X21
, AArch64::X22
, AArch64::X23
, AArch64::X24
,
420 AArch64::X25
, AArch64::X26
, AArch64::X27
, AArch64::X28
, AArch64::FP
,
421 AArch64::LR
, AArch64::XZR
424 static DecodeStatus
DecodeGPR64commonRegisterClass(MCInst
&Inst
, unsigned RegNo
,
426 const void *Decoder
) {
430 unsigned Register
= GPR64DecoderTable
[RegNo
];
431 Inst
.addOperand(MCOperand::createReg(Register
));
435 static DecodeStatus
DecodeGPR64RegisterClass(MCInst
&Inst
, unsigned RegNo
,
437 const void *Decoder
) {
441 unsigned Register
= GPR64DecoderTable
[RegNo
];
442 Inst
.addOperand(MCOperand::createReg(Register
));
446 static DecodeStatus
DecodeGPR64spRegisterClass(MCInst
&Inst
, unsigned RegNo
,
448 const void *Decoder
) {
451 unsigned Register
= GPR64DecoderTable
[RegNo
];
452 if (Register
== AArch64::XZR
)
453 Register
= AArch64::SP
;
454 Inst
.addOperand(MCOperand::createReg(Register
));
458 static const unsigned GPR32DecoderTable
[] = {
459 AArch64::W0
, AArch64::W1
, AArch64::W2
, AArch64::W3
, AArch64::W4
,
460 AArch64::W5
, AArch64::W6
, AArch64::W7
, AArch64::W8
, AArch64::W9
,
461 AArch64::W10
, AArch64::W11
, AArch64::W12
, AArch64::W13
, AArch64::W14
,
462 AArch64::W15
, AArch64::W16
, AArch64::W17
, AArch64::W18
, AArch64::W19
,
463 AArch64::W20
, AArch64::W21
, AArch64::W22
, AArch64::W23
, AArch64::W24
,
464 AArch64::W25
, AArch64::W26
, AArch64::W27
, AArch64::W28
, AArch64::W29
,
465 AArch64::W30
, AArch64::WZR
468 static DecodeStatus
DecodeGPR32RegisterClass(MCInst
&Inst
, unsigned RegNo
,
470 const void *Decoder
) {
474 unsigned Register
= GPR32DecoderTable
[RegNo
];
475 Inst
.addOperand(MCOperand::createReg(Register
));
479 static DecodeStatus
DecodeGPR32spRegisterClass(MCInst
&Inst
, unsigned RegNo
,
481 const void *Decoder
) {
485 unsigned Register
= GPR32DecoderTable
[RegNo
];
486 if (Register
== AArch64::WZR
)
487 Register
= AArch64::WSP
;
488 Inst
.addOperand(MCOperand::createReg(Register
));
491 static const unsigned ZPRDecoderTable
[] = {
492 AArch64::Z0
, AArch64::Z1
, AArch64::Z2
, AArch64::Z3
,
493 AArch64::Z4
, AArch64::Z5
, AArch64::Z6
, AArch64::Z7
,
494 AArch64::Z8
, AArch64::Z9
, AArch64::Z10
, AArch64::Z11
,
495 AArch64::Z12
, AArch64::Z13
, AArch64::Z14
, AArch64::Z15
,
496 AArch64::Z16
, AArch64::Z17
, AArch64::Z18
, AArch64::Z19
,
497 AArch64::Z20
, AArch64::Z21
, AArch64::Z22
, AArch64::Z23
,
498 AArch64::Z24
, AArch64::Z25
, AArch64::Z26
, AArch64::Z27
,
499 AArch64::Z28
, AArch64::Z29
, AArch64::Z30
, AArch64::Z31
502 static DecodeStatus
DecodeZPRRegisterClass(MCInst
&Inst
, unsigned RegNo
,
504 const void* Decoder
) {
508 unsigned Register
= ZPRDecoderTable
[RegNo
];
509 Inst
.addOperand(MCOperand::createReg(Register
));
513 static DecodeStatus
DecodeZPR_4bRegisterClass(MCInst
&Inst
, unsigned RegNo
,
515 const void *Decoder
) {
518 return DecodeZPRRegisterClass(Inst
, RegNo
, Address
, Decoder
);
521 static DecodeStatus
DecodeZPR_3bRegisterClass(MCInst
&Inst
, unsigned RegNo
,
523 const void *Decoder
) {
526 return DecodeZPRRegisterClass(Inst
, RegNo
, Address
, Decoder
);
529 static const unsigned ZZDecoderTable
[] = {
530 AArch64::Z0_Z1
, AArch64::Z1_Z2
, AArch64::Z2_Z3
, AArch64::Z3_Z4
,
531 AArch64::Z4_Z5
, AArch64::Z5_Z6
, AArch64::Z6_Z7
, AArch64::Z7_Z8
,
532 AArch64::Z8_Z9
, AArch64::Z9_Z10
, AArch64::Z10_Z11
, AArch64::Z11_Z12
,
533 AArch64::Z12_Z13
, AArch64::Z13_Z14
, AArch64::Z14_Z15
, AArch64::Z15_Z16
,
534 AArch64::Z16_Z17
, AArch64::Z17_Z18
, AArch64::Z18_Z19
, AArch64::Z19_Z20
,
535 AArch64::Z20_Z21
, AArch64::Z21_Z22
, AArch64::Z22_Z23
, AArch64::Z23_Z24
,
536 AArch64::Z24_Z25
, AArch64::Z25_Z26
, AArch64::Z26_Z27
, AArch64::Z27_Z28
,
537 AArch64::Z28_Z29
, AArch64::Z29_Z30
, AArch64::Z30_Z31
, AArch64::Z31_Z0
540 static DecodeStatus
DecodeZPR2RegisterClass(MCInst
&Inst
, unsigned RegNo
,
542 const void* Decoder
) {
545 unsigned Register
= ZZDecoderTable
[RegNo
];
546 Inst
.addOperand(MCOperand::createReg(Register
));
550 static const unsigned ZZZDecoderTable
[] = {
551 AArch64::Z0_Z1_Z2
, AArch64::Z1_Z2_Z3
, AArch64::Z2_Z3_Z4
,
552 AArch64::Z3_Z4_Z5
, AArch64::Z4_Z5_Z6
, AArch64::Z5_Z6_Z7
,
553 AArch64::Z6_Z7_Z8
, AArch64::Z7_Z8_Z9
, AArch64::Z8_Z9_Z10
,
554 AArch64::Z9_Z10_Z11
, AArch64::Z10_Z11_Z12
, AArch64::Z11_Z12_Z13
,
555 AArch64::Z12_Z13_Z14
, AArch64::Z13_Z14_Z15
, AArch64::Z14_Z15_Z16
,
556 AArch64::Z15_Z16_Z17
, AArch64::Z16_Z17_Z18
, AArch64::Z17_Z18_Z19
,
557 AArch64::Z18_Z19_Z20
, AArch64::Z19_Z20_Z21
, AArch64::Z20_Z21_Z22
,
558 AArch64::Z21_Z22_Z23
, AArch64::Z22_Z23_Z24
, AArch64::Z23_Z24_Z25
,
559 AArch64::Z24_Z25_Z26
, AArch64::Z25_Z26_Z27
, AArch64::Z26_Z27_Z28
,
560 AArch64::Z27_Z28_Z29
, AArch64::Z28_Z29_Z30
, AArch64::Z29_Z30_Z31
,
561 AArch64::Z30_Z31_Z0
, AArch64::Z31_Z0_Z1
564 static DecodeStatus
DecodeZPR3RegisterClass(MCInst
&Inst
, unsigned RegNo
,
566 const void* Decoder
) {
569 unsigned Register
= ZZZDecoderTable
[RegNo
];
570 Inst
.addOperand(MCOperand::createReg(Register
));
574 static const unsigned ZZZZDecoderTable
[] = {
575 AArch64::Z0_Z1_Z2_Z3
, AArch64::Z1_Z2_Z3_Z4
, AArch64::Z2_Z3_Z4_Z5
,
576 AArch64::Z3_Z4_Z5_Z6
, AArch64::Z4_Z5_Z6_Z7
, AArch64::Z5_Z6_Z7_Z8
,
577 AArch64::Z6_Z7_Z8_Z9
, AArch64::Z7_Z8_Z9_Z10
, AArch64::Z8_Z9_Z10_Z11
,
578 AArch64::Z9_Z10_Z11_Z12
, AArch64::Z10_Z11_Z12_Z13
, AArch64::Z11_Z12_Z13_Z14
,
579 AArch64::Z12_Z13_Z14_Z15
, AArch64::Z13_Z14_Z15_Z16
, AArch64::Z14_Z15_Z16_Z17
,
580 AArch64::Z15_Z16_Z17_Z18
, AArch64::Z16_Z17_Z18_Z19
, AArch64::Z17_Z18_Z19_Z20
,
581 AArch64::Z18_Z19_Z20_Z21
, AArch64::Z19_Z20_Z21_Z22
, AArch64::Z20_Z21_Z22_Z23
,
582 AArch64::Z21_Z22_Z23_Z24
, AArch64::Z22_Z23_Z24_Z25
, AArch64::Z23_Z24_Z25_Z26
,
583 AArch64::Z24_Z25_Z26_Z27
, AArch64::Z25_Z26_Z27_Z28
, AArch64::Z26_Z27_Z28_Z29
,
584 AArch64::Z27_Z28_Z29_Z30
, AArch64::Z28_Z29_Z30_Z31
, AArch64::Z29_Z30_Z31_Z0
,
585 AArch64::Z30_Z31_Z0_Z1
, AArch64::Z31_Z0_Z1_Z2
588 static DecodeStatus
DecodeZPR4RegisterClass(MCInst
&Inst
, unsigned RegNo
,
590 const void* Decoder
) {
593 unsigned Register
= ZZZZDecoderTable
[RegNo
];
594 Inst
.addOperand(MCOperand::createReg(Register
));
598 static const unsigned PPRDecoderTable
[] = {
599 AArch64::P0
, AArch64::P1
, AArch64::P2
, AArch64::P3
,
600 AArch64::P4
, AArch64::P5
, AArch64::P6
, AArch64::P7
,
601 AArch64::P8
, AArch64::P9
, AArch64::P10
, AArch64::P11
,
602 AArch64::P12
, AArch64::P13
, AArch64::P14
, AArch64::P15
605 static DecodeStatus
DecodePPRRegisterClass(MCInst
&Inst
, unsigned RegNo
,
606 uint64_t Addr
, const void *Decoder
) {
610 unsigned Register
= PPRDecoderTable
[RegNo
];
611 Inst
.addOperand(MCOperand::createReg(Register
));
615 static DecodeStatus
DecodePPR_3bRegisterClass(MCInst
&Inst
, unsigned RegNo
,
617 const void* Decoder
) {
621 // Just reuse the PPR decode table
622 return DecodePPRRegisterClass(Inst
, RegNo
, Addr
, Decoder
);
625 static const unsigned VectorDecoderTable
[] = {
626 AArch64::Q0
, AArch64::Q1
, AArch64::Q2
, AArch64::Q3
, AArch64::Q4
,
627 AArch64::Q5
, AArch64::Q6
, AArch64::Q7
, AArch64::Q8
, AArch64::Q9
,
628 AArch64::Q10
, AArch64::Q11
, AArch64::Q12
, AArch64::Q13
, AArch64::Q14
,
629 AArch64::Q15
, AArch64::Q16
, AArch64::Q17
, AArch64::Q18
, AArch64::Q19
,
630 AArch64::Q20
, AArch64::Q21
, AArch64::Q22
, AArch64::Q23
, AArch64::Q24
,
631 AArch64::Q25
, AArch64::Q26
, AArch64::Q27
, AArch64::Q28
, AArch64::Q29
,
632 AArch64::Q30
, AArch64::Q31
635 static DecodeStatus
DecodeVectorRegisterClass(MCInst
&Inst
, unsigned RegNo
,
637 const void *Decoder
) {
641 unsigned Register
= VectorDecoderTable
[RegNo
];
642 Inst
.addOperand(MCOperand::createReg(Register
));
646 static const unsigned QQDecoderTable
[] = {
647 AArch64::Q0_Q1
, AArch64::Q1_Q2
, AArch64::Q2_Q3
, AArch64::Q3_Q4
,
648 AArch64::Q4_Q5
, AArch64::Q5_Q6
, AArch64::Q6_Q7
, AArch64::Q7_Q8
,
649 AArch64::Q8_Q9
, AArch64::Q9_Q10
, AArch64::Q10_Q11
, AArch64::Q11_Q12
,
650 AArch64::Q12_Q13
, AArch64::Q13_Q14
, AArch64::Q14_Q15
, AArch64::Q15_Q16
,
651 AArch64::Q16_Q17
, AArch64::Q17_Q18
, AArch64::Q18_Q19
, AArch64::Q19_Q20
,
652 AArch64::Q20_Q21
, AArch64::Q21_Q22
, AArch64::Q22_Q23
, AArch64::Q23_Q24
,
653 AArch64::Q24_Q25
, AArch64::Q25_Q26
, AArch64::Q26_Q27
, AArch64::Q27_Q28
,
654 AArch64::Q28_Q29
, AArch64::Q29_Q30
, AArch64::Q30_Q31
, AArch64::Q31_Q0
657 static DecodeStatus
DecodeQQRegisterClass(MCInst
&Inst
, unsigned RegNo
,
658 uint64_t Addr
, const void *Decoder
) {
661 unsigned Register
= QQDecoderTable
[RegNo
];
662 Inst
.addOperand(MCOperand::createReg(Register
));
666 static const unsigned QQQDecoderTable
[] = {
667 AArch64::Q0_Q1_Q2
, AArch64::Q1_Q2_Q3
, AArch64::Q2_Q3_Q4
,
668 AArch64::Q3_Q4_Q5
, AArch64::Q4_Q5_Q6
, AArch64::Q5_Q6_Q7
,
669 AArch64::Q6_Q7_Q8
, AArch64::Q7_Q8_Q9
, AArch64::Q8_Q9_Q10
,
670 AArch64::Q9_Q10_Q11
, AArch64::Q10_Q11_Q12
, AArch64::Q11_Q12_Q13
,
671 AArch64::Q12_Q13_Q14
, AArch64::Q13_Q14_Q15
, AArch64::Q14_Q15_Q16
,
672 AArch64::Q15_Q16_Q17
, AArch64::Q16_Q17_Q18
, AArch64::Q17_Q18_Q19
,
673 AArch64::Q18_Q19_Q20
, AArch64::Q19_Q20_Q21
, AArch64::Q20_Q21_Q22
,
674 AArch64::Q21_Q22_Q23
, AArch64::Q22_Q23_Q24
, AArch64::Q23_Q24_Q25
,
675 AArch64::Q24_Q25_Q26
, AArch64::Q25_Q26_Q27
, AArch64::Q26_Q27_Q28
,
676 AArch64::Q27_Q28_Q29
, AArch64::Q28_Q29_Q30
, AArch64::Q29_Q30_Q31
,
677 AArch64::Q30_Q31_Q0
, AArch64::Q31_Q0_Q1
680 static DecodeStatus
DecodeQQQRegisterClass(MCInst
&Inst
, unsigned RegNo
,
681 uint64_t Addr
, const void *Decoder
) {
684 unsigned Register
= QQQDecoderTable
[RegNo
];
685 Inst
.addOperand(MCOperand::createReg(Register
));
689 static const unsigned QQQQDecoderTable
[] = {
690 AArch64::Q0_Q1_Q2_Q3
, AArch64::Q1_Q2_Q3_Q4
, AArch64::Q2_Q3_Q4_Q5
,
691 AArch64::Q3_Q4_Q5_Q6
, AArch64::Q4_Q5_Q6_Q7
, AArch64::Q5_Q6_Q7_Q8
,
692 AArch64::Q6_Q7_Q8_Q9
, AArch64::Q7_Q8_Q9_Q10
, AArch64::Q8_Q9_Q10_Q11
,
693 AArch64::Q9_Q10_Q11_Q12
, AArch64::Q10_Q11_Q12_Q13
, AArch64::Q11_Q12_Q13_Q14
,
694 AArch64::Q12_Q13_Q14_Q15
, AArch64::Q13_Q14_Q15_Q16
, AArch64::Q14_Q15_Q16_Q17
,
695 AArch64::Q15_Q16_Q17_Q18
, AArch64::Q16_Q17_Q18_Q19
, AArch64::Q17_Q18_Q19_Q20
,
696 AArch64::Q18_Q19_Q20_Q21
, AArch64::Q19_Q20_Q21_Q22
, AArch64::Q20_Q21_Q22_Q23
,
697 AArch64::Q21_Q22_Q23_Q24
, AArch64::Q22_Q23_Q24_Q25
, AArch64::Q23_Q24_Q25_Q26
,
698 AArch64::Q24_Q25_Q26_Q27
, AArch64::Q25_Q26_Q27_Q28
, AArch64::Q26_Q27_Q28_Q29
,
699 AArch64::Q27_Q28_Q29_Q30
, AArch64::Q28_Q29_Q30_Q31
, AArch64::Q29_Q30_Q31_Q0
,
700 AArch64::Q30_Q31_Q0_Q1
, AArch64::Q31_Q0_Q1_Q2
703 static DecodeStatus
DecodeQQQQRegisterClass(MCInst
&Inst
, unsigned RegNo
,
705 const void *Decoder
) {
708 unsigned Register
= QQQQDecoderTable
[RegNo
];
709 Inst
.addOperand(MCOperand::createReg(Register
));
713 static const unsigned DDDecoderTable
[] = {
714 AArch64::D0_D1
, AArch64::D1_D2
, AArch64::D2_D3
, AArch64::D3_D4
,
715 AArch64::D4_D5
, AArch64::D5_D6
, AArch64::D6_D7
, AArch64::D7_D8
,
716 AArch64::D8_D9
, AArch64::D9_D10
, AArch64::D10_D11
, AArch64::D11_D12
,
717 AArch64::D12_D13
, AArch64::D13_D14
, AArch64::D14_D15
, AArch64::D15_D16
,
718 AArch64::D16_D17
, AArch64::D17_D18
, AArch64::D18_D19
, AArch64::D19_D20
,
719 AArch64::D20_D21
, AArch64::D21_D22
, AArch64::D22_D23
, AArch64::D23_D24
,
720 AArch64::D24_D25
, AArch64::D25_D26
, AArch64::D26_D27
, AArch64::D27_D28
,
721 AArch64::D28_D29
, AArch64::D29_D30
, AArch64::D30_D31
, AArch64::D31_D0
724 static DecodeStatus
DecodeDDRegisterClass(MCInst
&Inst
, unsigned RegNo
,
725 uint64_t Addr
, const void *Decoder
) {
728 unsigned Register
= DDDecoderTable
[RegNo
];
729 Inst
.addOperand(MCOperand::createReg(Register
));
733 static const unsigned DDDDecoderTable
[] = {
734 AArch64::D0_D1_D2
, AArch64::D1_D2_D3
, AArch64::D2_D3_D4
,
735 AArch64::D3_D4_D5
, AArch64::D4_D5_D6
, AArch64::D5_D6_D7
,
736 AArch64::D6_D7_D8
, AArch64::D7_D8_D9
, AArch64::D8_D9_D10
,
737 AArch64::D9_D10_D11
, AArch64::D10_D11_D12
, AArch64::D11_D12_D13
,
738 AArch64::D12_D13_D14
, AArch64::D13_D14_D15
, AArch64::D14_D15_D16
,
739 AArch64::D15_D16_D17
, AArch64::D16_D17_D18
, AArch64::D17_D18_D19
,
740 AArch64::D18_D19_D20
, AArch64::D19_D20_D21
, AArch64::D20_D21_D22
,
741 AArch64::D21_D22_D23
, AArch64::D22_D23_D24
, AArch64::D23_D24_D25
,
742 AArch64::D24_D25_D26
, AArch64::D25_D26_D27
, AArch64::D26_D27_D28
,
743 AArch64::D27_D28_D29
, AArch64::D28_D29_D30
, AArch64::D29_D30_D31
,
744 AArch64::D30_D31_D0
, AArch64::D31_D0_D1
747 static DecodeStatus
DecodeDDDRegisterClass(MCInst
&Inst
, unsigned RegNo
,
748 uint64_t Addr
, const void *Decoder
) {
751 unsigned Register
= DDDDecoderTable
[RegNo
];
752 Inst
.addOperand(MCOperand::createReg(Register
));
756 static const unsigned DDDDDecoderTable
[] = {
757 AArch64::D0_D1_D2_D3
, AArch64::D1_D2_D3_D4
, AArch64::D2_D3_D4_D5
,
758 AArch64::D3_D4_D5_D6
, AArch64::D4_D5_D6_D7
, AArch64::D5_D6_D7_D8
,
759 AArch64::D6_D7_D8_D9
, AArch64::D7_D8_D9_D10
, AArch64::D8_D9_D10_D11
,
760 AArch64::D9_D10_D11_D12
, AArch64::D10_D11_D12_D13
, AArch64::D11_D12_D13_D14
,
761 AArch64::D12_D13_D14_D15
, AArch64::D13_D14_D15_D16
, AArch64::D14_D15_D16_D17
,
762 AArch64::D15_D16_D17_D18
, AArch64::D16_D17_D18_D19
, AArch64::D17_D18_D19_D20
,
763 AArch64::D18_D19_D20_D21
, AArch64::D19_D20_D21_D22
, AArch64::D20_D21_D22_D23
,
764 AArch64::D21_D22_D23_D24
, AArch64::D22_D23_D24_D25
, AArch64::D23_D24_D25_D26
,
765 AArch64::D24_D25_D26_D27
, AArch64::D25_D26_D27_D28
, AArch64::D26_D27_D28_D29
,
766 AArch64::D27_D28_D29_D30
, AArch64::D28_D29_D30_D31
, AArch64::D29_D30_D31_D0
,
767 AArch64::D30_D31_D0_D1
, AArch64::D31_D0_D1_D2
770 static DecodeStatus
DecodeDDDDRegisterClass(MCInst
&Inst
, unsigned RegNo
,
772 const void *Decoder
) {
775 unsigned Register
= DDDDDecoderTable
[RegNo
];
776 Inst
.addOperand(MCOperand::createReg(Register
));
780 static DecodeStatus
DecodeFixedPointScaleImm32(MCInst
&Inst
, unsigned Imm
,
782 const void *Decoder
) {
783 // scale{5} is asserted as 1 in tblgen.
785 Inst
.addOperand(MCOperand::createImm(64 - Imm
));
789 static DecodeStatus
DecodeFixedPointScaleImm64(MCInst
&Inst
, unsigned Imm
,
791 const void *Decoder
) {
792 Inst
.addOperand(MCOperand::createImm(64 - Imm
));
796 static DecodeStatus
DecodePCRelLabel19(MCInst
&Inst
, unsigned Imm
,
797 uint64_t Addr
, const void *Decoder
) {
798 int64_t ImmVal
= Imm
;
799 const AArch64Disassembler
*Dis
=
800 static_cast<const AArch64Disassembler
*>(Decoder
);
802 // Sign-extend 19-bit immediate.
803 if (ImmVal
& (1 << (19 - 1)))
804 ImmVal
|= ~((1LL << 19) - 1);
806 if (!Dis
->tryAddingSymbolicOperand(Inst
, ImmVal
* 4, Addr
,
807 Inst
.getOpcode() != AArch64::LDRXl
, 0, 4))
808 Inst
.addOperand(MCOperand::createImm(ImmVal
));
812 static DecodeStatus
DecodeMemExtend(MCInst
&Inst
, unsigned Imm
,
813 uint64_t Address
, const void *Decoder
) {
814 Inst
.addOperand(MCOperand::createImm((Imm
>> 1) & 1));
815 Inst
.addOperand(MCOperand::createImm(Imm
& 1));
819 static DecodeStatus
DecodeMRSSystemRegister(MCInst
&Inst
, unsigned Imm
,
821 const void *Decoder
) {
822 Inst
.addOperand(MCOperand::createImm(Imm
));
824 // Every system register in the encoding space is valid with the syntax
825 // S<op0>_<op1>_<Cn>_<Cm>_<op2>, so decoding system registers always succeeds.
829 static DecodeStatus
DecodeMSRSystemRegister(MCInst
&Inst
, unsigned Imm
,
831 const void *Decoder
) {
832 Inst
.addOperand(MCOperand::createImm(Imm
));
837 static DecodeStatus
DecodeFMOVLaneInstruction(MCInst
&Inst
, unsigned Insn
,
839 const void *Decoder
) {
840 // This decoder exists to add the dummy Lane operand to the MCInst, which must
841 // be 1 in assembly but has no other real manifestation.
842 unsigned Rd
= fieldFromInstruction(Insn
, 0, 5);
843 unsigned Rn
= fieldFromInstruction(Insn
, 5, 5);
844 unsigned IsToVec
= fieldFromInstruction(Insn
, 16, 1);
847 DecodeFPR128RegisterClass(Inst
, Rd
, Address
, Decoder
);
848 DecodeGPR64RegisterClass(Inst
, Rn
, Address
, Decoder
);
850 DecodeGPR64RegisterClass(Inst
, Rd
, Address
, Decoder
);
851 DecodeFPR128RegisterClass(Inst
, Rn
, Address
, Decoder
);
855 Inst
.addOperand(MCOperand::createImm(1));
860 static DecodeStatus
DecodeVecShiftRImm(MCInst
&Inst
, unsigned Imm
,
862 Inst
.addOperand(MCOperand::createImm(Add
- Imm
));
866 static DecodeStatus
DecodeVecShiftLImm(MCInst
&Inst
, unsigned Imm
,
868 Inst
.addOperand(MCOperand::createImm((Imm
+ Add
) & (Add
- 1)));
872 static DecodeStatus
DecodeVecShiftR64Imm(MCInst
&Inst
, unsigned Imm
,
873 uint64_t Addr
, const void *Decoder
) {
874 return DecodeVecShiftRImm(Inst
, Imm
, 64);
877 static DecodeStatus
DecodeVecShiftR64ImmNarrow(MCInst
&Inst
, unsigned Imm
,
879 const void *Decoder
) {
880 return DecodeVecShiftRImm(Inst
, Imm
| 0x20, 64);
883 static DecodeStatus
DecodeVecShiftR32Imm(MCInst
&Inst
, unsigned Imm
,
884 uint64_t Addr
, const void *Decoder
) {
885 return DecodeVecShiftRImm(Inst
, Imm
, 32);
888 static DecodeStatus
DecodeVecShiftR32ImmNarrow(MCInst
&Inst
, unsigned Imm
,
890 const void *Decoder
) {
891 return DecodeVecShiftRImm(Inst
, Imm
| 0x10, 32);
894 static DecodeStatus
DecodeVecShiftR16Imm(MCInst
&Inst
, unsigned Imm
,
895 uint64_t Addr
, const void *Decoder
) {
896 return DecodeVecShiftRImm(Inst
, Imm
, 16);
899 static DecodeStatus
DecodeVecShiftR16ImmNarrow(MCInst
&Inst
, unsigned Imm
,
901 const void *Decoder
) {
902 return DecodeVecShiftRImm(Inst
, Imm
| 0x8, 16);
905 static DecodeStatus
DecodeVecShiftR8Imm(MCInst
&Inst
, unsigned Imm
,
906 uint64_t Addr
, const void *Decoder
) {
907 return DecodeVecShiftRImm(Inst
, Imm
, 8);
910 static DecodeStatus
DecodeVecShiftL64Imm(MCInst
&Inst
, unsigned Imm
,
911 uint64_t Addr
, const void *Decoder
) {
912 return DecodeVecShiftLImm(Inst
, Imm
, 64);
915 static DecodeStatus
DecodeVecShiftL32Imm(MCInst
&Inst
, unsigned Imm
,
916 uint64_t Addr
, const void *Decoder
) {
917 return DecodeVecShiftLImm(Inst
, Imm
, 32);
920 static DecodeStatus
DecodeVecShiftL16Imm(MCInst
&Inst
, unsigned Imm
,
921 uint64_t Addr
, const void *Decoder
) {
922 return DecodeVecShiftLImm(Inst
, Imm
, 16);
925 static DecodeStatus
DecodeVecShiftL8Imm(MCInst
&Inst
, unsigned Imm
,
926 uint64_t Addr
, const void *Decoder
) {
927 return DecodeVecShiftLImm(Inst
, Imm
, 8);
930 static DecodeStatus
DecodeThreeAddrSRegInstruction(MCInst
&Inst
, uint32_t insn
,
932 const void *Decoder
) {
933 unsigned Rd
= fieldFromInstruction(insn
, 0, 5);
934 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
935 unsigned Rm
= fieldFromInstruction(insn
, 16, 5);
936 unsigned shiftHi
= fieldFromInstruction(insn
, 22, 2);
937 unsigned shiftLo
= fieldFromInstruction(insn
, 10, 6);
938 unsigned shift
= (shiftHi
<< 6) | shiftLo
;
939 switch (Inst
.getOpcode()) {
942 case AArch64::ADDWrs
:
943 case AArch64::ADDSWrs
:
944 case AArch64::SUBWrs
:
945 case AArch64::SUBSWrs
:
946 // if shift == '11' then ReservedValue()
950 case AArch64::ANDWrs
:
951 case AArch64::ANDSWrs
:
952 case AArch64::BICWrs
:
953 case AArch64::BICSWrs
:
954 case AArch64::ORRWrs
:
955 case AArch64::ORNWrs
:
956 case AArch64::EORWrs
:
957 case AArch64::EONWrs
: {
958 // if sf == '0' and imm6<5> == '1' then ReservedValue()
959 if (shiftLo
>> 5 == 1)
961 DecodeGPR32RegisterClass(Inst
, Rd
, Addr
, Decoder
);
962 DecodeGPR32RegisterClass(Inst
, Rn
, Addr
, Decoder
);
963 DecodeGPR32RegisterClass(Inst
, Rm
, Addr
, Decoder
);
966 case AArch64::ADDXrs
:
967 case AArch64::ADDSXrs
:
968 case AArch64::SUBXrs
:
969 case AArch64::SUBSXrs
:
970 // if shift == '11' then ReservedValue()
974 case AArch64::ANDXrs
:
975 case AArch64::ANDSXrs
:
976 case AArch64::BICXrs
:
977 case AArch64::BICSXrs
:
978 case AArch64::ORRXrs
:
979 case AArch64::ORNXrs
:
980 case AArch64::EORXrs
:
981 case AArch64::EONXrs
:
982 DecodeGPR64RegisterClass(Inst
, Rd
, Addr
, Decoder
);
983 DecodeGPR64RegisterClass(Inst
, Rn
, Addr
, Decoder
);
984 DecodeGPR64RegisterClass(Inst
, Rm
, Addr
, Decoder
);
988 Inst
.addOperand(MCOperand::createImm(shift
));
992 static DecodeStatus
DecodeMoveImmInstruction(MCInst
&Inst
, uint32_t insn
,
994 const void *Decoder
) {
995 unsigned Rd
= fieldFromInstruction(insn
, 0, 5);
996 unsigned imm
= fieldFromInstruction(insn
, 5, 16);
997 unsigned shift
= fieldFromInstruction(insn
, 21, 2);
999 switch (Inst
.getOpcode()) {
1002 case AArch64::MOVZWi
:
1003 case AArch64::MOVNWi
:
1004 case AArch64::MOVKWi
:
1005 if (shift
& (1U << 5))
1007 DecodeGPR32RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1009 case AArch64::MOVZXi
:
1010 case AArch64::MOVNXi
:
1011 case AArch64::MOVKXi
:
1012 DecodeGPR64RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1016 if (Inst
.getOpcode() == AArch64::MOVKWi
||
1017 Inst
.getOpcode() == AArch64::MOVKXi
)
1018 Inst
.addOperand(Inst
.getOperand(0));
1020 Inst
.addOperand(MCOperand::createImm(imm
));
1021 Inst
.addOperand(MCOperand::createImm(shift
));
1025 static DecodeStatus
DecodeUnsignedLdStInstruction(MCInst
&Inst
, uint32_t insn
,
1027 const void *Decoder
) {
1028 unsigned Rt
= fieldFromInstruction(insn
, 0, 5);
1029 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
1030 unsigned offset
= fieldFromInstruction(insn
, 10, 12);
1031 const AArch64Disassembler
*Dis
=
1032 static_cast<const AArch64Disassembler
*>(Decoder
);
1034 switch (Inst
.getOpcode()) {
1037 case AArch64::PRFMui
:
1038 // Rt is an immediate in prefetch.
1039 Inst
.addOperand(MCOperand::createImm(Rt
));
1041 case AArch64::STRBBui
:
1042 case AArch64::LDRBBui
:
1043 case AArch64::LDRSBWui
:
1044 case AArch64::STRHHui
:
1045 case AArch64::LDRHHui
:
1046 case AArch64::LDRSHWui
:
1047 case AArch64::STRWui
:
1048 case AArch64::LDRWui
:
1049 DecodeGPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1051 case AArch64::LDRSBXui
:
1052 case AArch64::LDRSHXui
:
1053 case AArch64::LDRSWui
:
1054 case AArch64::STRXui
:
1055 case AArch64::LDRXui
:
1056 DecodeGPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1058 case AArch64::LDRQui
:
1059 case AArch64::STRQui
:
1060 DecodeFPR128RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1062 case AArch64::LDRDui
:
1063 case AArch64::STRDui
:
1064 DecodeFPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1066 case AArch64::LDRSui
:
1067 case AArch64::STRSui
:
1068 DecodeFPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1070 case AArch64::LDRHui
:
1071 case AArch64::STRHui
:
1072 DecodeFPR16RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1074 case AArch64::LDRBui
:
1075 case AArch64::STRBui
:
1076 DecodeFPR8RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1080 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1081 if (!Dis
->tryAddingSymbolicOperand(Inst
, offset
, Addr
, Fail
, 0, 4))
1082 Inst
.addOperand(MCOperand::createImm(offset
));
1086 static DecodeStatus
DecodeSignedLdStInstruction(MCInst
&Inst
, uint32_t insn
,
1088 const void *Decoder
) {
1089 unsigned Rt
= fieldFromInstruction(insn
, 0, 5);
1090 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
1091 int64_t offset
= fieldFromInstruction(insn
, 12, 9);
1093 // offset is a 9-bit signed immediate, so sign extend it to
1094 // fill the unsigned.
1095 if (offset
& (1 << (9 - 1)))
1096 offset
|= ~((1LL << 9) - 1);
1098 // First operand is always the writeback to the address register, if needed.
1099 switch (Inst
.getOpcode()) {
1102 case AArch64::LDRSBWpre
:
1103 case AArch64::LDRSHWpre
:
1104 case AArch64::STRBBpre
:
1105 case AArch64::LDRBBpre
:
1106 case AArch64::STRHHpre
:
1107 case AArch64::LDRHHpre
:
1108 case AArch64::STRWpre
:
1109 case AArch64::LDRWpre
:
1110 case AArch64::LDRSBWpost
:
1111 case AArch64::LDRSHWpost
:
1112 case AArch64::STRBBpost
:
1113 case AArch64::LDRBBpost
:
1114 case AArch64::STRHHpost
:
1115 case AArch64::LDRHHpost
:
1116 case AArch64::STRWpost
:
1117 case AArch64::LDRWpost
:
1118 case AArch64::LDRSBXpre
:
1119 case AArch64::LDRSHXpre
:
1120 case AArch64::STRXpre
:
1121 case AArch64::LDRSWpre
:
1122 case AArch64::LDRXpre
:
1123 case AArch64::LDRSBXpost
:
1124 case AArch64::LDRSHXpost
:
1125 case AArch64::STRXpost
:
1126 case AArch64::LDRSWpost
:
1127 case AArch64::LDRXpost
:
1128 case AArch64::LDRQpre
:
1129 case AArch64::STRQpre
:
1130 case AArch64::LDRQpost
:
1131 case AArch64::STRQpost
:
1132 case AArch64::LDRDpre
:
1133 case AArch64::STRDpre
:
1134 case AArch64::LDRDpost
:
1135 case AArch64::STRDpost
:
1136 case AArch64::LDRSpre
:
1137 case AArch64::STRSpre
:
1138 case AArch64::LDRSpost
:
1139 case AArch64::STRSpost
:
1140 case AArch64::LDRHpre
:
1141 case AArch64::STRHpre
:
1142 case AArch64::LDRHpost
:
1143 case AArch64::STRHpost
:
1144 case AArch64::LDRBpre
:
1145 case AArch64::STRBpre
:
1146 case AArch64::LDRBpost
:
1147 case AArch64::STRBpost
:
1148 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1152 switch (Inst
.getOpcode()) {
1155 case AArch64::PRFUMi
:
1156 // Rt is an immediate in prefetch.
1157 Inst
.addOperand(MCOperand::createImm(Rt
));
1159 case AArch64::STURBBi
:
1160 case AArch64::LDURBBi
:
1161 case AArch64::LDURSBWi
:
1162 case AArch64::STURHHi
:
1163 case AArch64::LDURHHi
:
1164 case AArch64::LDURSHWi
:
1165 case AArch64::STURWi
:
1166 case AArch64::LDURWi
:
1167 case AArch64::LDTRSBWi
:
1168 case AArch64::LDTRSHWi
:
1169 case AArch64::STTRWi
:
1170 case AArch64::LDTRWi
:
1171 case AArch64::STTRHi
:
1172 case AArch64::LDTRHi
:
1173 case AArch64::LDTRBi
:
1174 case AArch64::STTRBi
:
1175 case AArch64::LDRSBWpre
:
1176 case AArch64::LDRSHWpre
:
1177 case AArch64::STRBBpre
:
1178 case AArch64::LDRBBpre
:
1179 case AArch64::STRHHpre
:
1180 case AArch64::LDRHHpre
:
1181 case AArch64::STRWpre
:
1182 case AArch64::LDRWpre
:
1183 case AArch64::LDRSBWpost
:
1184 case AArch64::LDRSHWpost
:
1185 case AArch64::STRBBpost
:
1186 case AArch64::LDRBBpost
:
1187 case AArch64::STRHHpost
:
1188 case AArch64::LDRHHpost
:
1189 case AArch64::STRWpost
:
1190 case AArch64::LDRWpost
:
1191 case AArch64::STLURBi
:
1192 case AArch64::STLURHi
:
1193 case AArch64::STLURWi
:
1194 case AArch64::LDAPURBi
:
1195 case AArch64::LDAPURSBWi
:
1196 case AArch64::LDAPURHi
:
1197 case AArch64::LDAPURSHWi
:
1198 case AArch64::LDAPURi
:
1199 DecodeGPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1201 case AArch64::LDURSBXi
:
1202 case AArch64::LDURSHXi
:
1203 case AArch64::LDURSWi
:
1204 case AArch64::STURXi
:
1205 case AArch64::LDURXi
:
1206 case AArch64::LDTRSBXi
:
1207 case AArch64::LDTRSHXi
:
1208 case AArch64::LDTRSWi
:
1209 case AArch64::STTRXi
:
1210 case AArch64::LDTRXi
:
1211 case AArch64::LDRSBXpre
:
1212 case AArch64::LDRSHXpre
:
1213 case AArch64::STRXpre
:
1214 case AArch64::LDRSWpre
:
1215 case AArch64::LDRXpre
:
1216 case AArch64::LDRSBXpost
:
1217 case AArch64::LDRSHXpost
:
1218 case AArch64::STRXpost
:
1219 case AArch64::LDRSWpost
:
1220 case AArch64::LDRXpost
:
1221 case AArch64::LDAPURSWi
:
1222 case AArch64::LDAPURSHXi
:
1223 case AArch64::LDAPURSBXi
:
1224 case AArch64::STLURXi
:
1225 case AArch64::LDAPURXi
:
1226 DecodeGPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1228 case AArch64::LDURQi
:
1229 case AArch64::STURQi
:
1230 case AArch64::LDRQpre
:
1231 case AArch64::STRQpre
:
1232 case AArch64::LDRQpost
:
1233 case AArch64::STRQpost
:
1234 DecodeFPR128RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1236 case AArch64::LDURDi
:
1237 case AArch64::STURDi
:
1238 case AArch64::LDRDpre
:
1239 case AArch64::STRDpre
:
1240 case AArch64::LDRDpost
:
1241 case AArch64::STRDpost
:
1242 DecodeFPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1244 case AArch64::LDURSi
:
1245 case AArch64::STURSi
:
1246 case AArch64::LDRSpre
:
1247 case AArch64::STRSpre
:
1248 case AArch64::LDRSpost
:
1249 case AArch64::STRSpost
:
1250 DecodeFPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1252 case AArch64::LDURHi
:
1253 case AArch64::STURHi
:
1254 case AArch64::LDRHpre
:
1255 case AArch64::STRHpre
:
1256 case AArch64::LDRHpost
:
1257 case AArch64::STRHpost
:
1258 DecodeFPR16RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1260 case AArch64::LDURBi
:
1261 case AArch64::STURBi
:
1262 case AArch64::LDRBpre
:
1263 case AArch64::STRBpre
:
1264 case AArch64::LDRBpost
:
1265 case AArch64::STRBpost
:
1266 DecodeFPR8RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1270 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1271 Inst
.addOperand(MCOperand::createImm(offset
));
1273 bool IsLoad
= fieldFromInstruction(insn
, 22, 1);
1274 bool IsIndexed
= fieldFromInstruction(insn
, 10, 2) != 0;
1275 bool IsFP
= fieldFromInstruction(insn
, 26, 1);
1277 // Cannot write back to a transfer register (but xzr != sp).
1278 if (IsLoad
&& IsIndexed
&& !IsFP
&& Rn
!= 31 && Rt
== Rn
)
1284 static DecodeStatus
DecodeExclusiveLdStInstruction(MCInst
&Inst
, uint32_t insn
,
1286 const void *Decoder
) {
1287 unsigned Rt
= fieldFromInstruction(insn
, 0, 5);
1288 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
1289 unsigned Rt2
= fieldFromInstruction(insn
, 10, 5);
1290 unsigned Rs
= fieldFromInstruction(insn
, 16, 5);
1292 unsigned Opcode
= Inst
.getOpcode();
1296 case AArch64::STLXRW
:
1297 case AArch64::STLXRB
:
1298 case AArch64::STLXRH
:
1299 case AArch64::STXRW
:
1300 case AArch64::STXRB
:
1301 case AArch64::STXRH
:
1302 DecodeGPR32RegisterClass(Inst
, Rs
, Addr
, Decoder
);
1304 case AArch64::LDARW
:
1305 case AArch64::LDARB
:
1306 case AArch64::LDARH
:
1307 case AArch64::LDAXRW
:
1308 case AArch64::LDAXRB
:
1309 case AArch64::LDAXRH
:
1310 case AArch64::LDXRW
:
1311 case AArch64::LDXRB
:
1312 case AArch64::LDXRH
:
1313 case AArch64::STLRW
:
1314 case AArch64::STLRB
:
1315 case AArch64::STLRH
:
1316 case AArch64::STLLRW
:
1317 case AArch64::STLLRB
:
1318 case AArch64::STLLRH
:
1319 case AArch64::LDLARW
:
1320 case AArch64::LDLARB
:
1321 case AArch64::LDLARH
:
1322 DecodeGPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1324 case AArch64::STLXRX
:
1325 case AArch64::STXRX
:
1326 DecodeGPR32RegisterClass(Inst
, Rs
, Addr
, Decoder
);
1328 case AArch64::LDARX
:
1329 case AArch64::LDAXRX
:
1330 case AArch64::LDXRX
:
1331 case AArch64::STLRX
:
1332 case AArch64::LDLARX
:
1333 case AArch64::STLLRX
:
1334 DecodeGPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1336 case AArch64::STLXPW
:
1337 case AArch64::STXPW
:
1338 DecodeGPR32RegisterClass(Inst
, Rs
, Addr
, Decoder
);
1340 case AArch64::LDAXPW
:
1341 case AArch64::LDXPW
:
1342 DecodeGPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1343 DecodeGPR32RegisterClass(Inst
, Rt2
, Addr
, Decoder
);
1345 case AArch64::STLXPX
:
1346 case AArch64::STXPX
:
1347 DecodeGPR32RegisterClass(Inst
, Rs
, Addr
, Decoder
);
1349 case AArch64::LDAXPX
:
1350 case AArch64::LDXPX
:
1351 DecodeGPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1352 DecodeGPR64RegisterClass(Inst
, Rt2
, Addr
, Decoder
);
1356 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1358 // You shouldn't load to the same register twice in an instruction...
1359 if ((Opcode
== AArch64::LDAXPW
|| Opcode
== AArch64::LDXPW
||
1360 Opcode
== AArch64::LDAXPX
|| Opcode
== AArch64::LDXPX
) &&
1367 static DecodeStatus
DecodePairLdStInstruction(MCInst
&Inst
, uint32_t insn
,
1369 const void *Decoder
) {
1370 unsigned Rt
= fieldFromInstruction(insn
, 0, 5);
1371 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
1372 unsigned Rt2
= fieldFromInstruction(insn
, 10, 5);
1373 int64_t offset
= fieldFromInstruction(insn
, 15, 7);
1374 bool IsLoad
= fieldFromInstruction(insn
, 22, 1);
1376 // offset is a 7-bit signed immediate, so sign extend it to
1377 // fill the unsigned.
1378 if (offset
& (1 << (7 - 1)))
1379 offset
|= ~((1LL << 7) - 1);
1381 unsigned Opcode
= Inst
.getOpcode();
1382 bool NeedsDisjointWritebackTransfer
= false;
1384 // First operand is always writeback of base register.
1388 case AArch64::LDPXpost
:
1389 case AArch64::STPXpost
:
1390 case AArch64::LDPSWpost
:
1391 case AArch64::LDPXpre
:
1392 case AArch64::STPXpre
:
1393 case AArch64::LDPSWpre
:
1394 case AArch64::LDPWpost
:
1395 case AArch64::STPWpost
:
1396 case AArch64::LDPWpre
:
1397 case AArch64::STPWpre
:
1398 case AArch64::LDPQpost
:
1399 case AArch64::STPQpost
:
1400 case AArch64::LDPQpre
:
1401 case AArch64::STPQpre
:
1402 case AArch64::LDPDpost
:
1403 case AArch64::STPDpost
:
1404 case AArch64::LDPDpre
:
1405 case AArch64::STPDpre
:
1406 case AArch64::LDPSpost
:
1407 case AArch64::STPSpost
:
1408 case AArch64::LDPSpre
:
1409 case AArch64::STPSpre
:
1410 case AArch64::STGPpre
:
1411 case AArch64::STGPpost
:
1412 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1419 case AArch64::LDPXpost
:
1420 case AArch64::STPXpost
:
1421 case AArch64::LDPSWpost
:
1422 case AArch64::LDPXpre
:
1423 case AArch64::STPXpre
:
1424 case AArch64::LDPSWpre
:
1425 case AArch64::STGPpre
:
1426 case AArch64::STGPpost
:
1427 NeedsDisjointWritebackTransfer
= true;
1429 case AArch64::LDNPXi
:
1430 case AArch64::STNPXi
:
1431 case AArch64::LDPXi
:
1432 case AArch64::STPXi
:
1433 case AArch64::LDPSWi
:
1434 case AArch64::STGPi
:
1435 DecodeGPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1436 DecodeGPR64RegisterClass(Inst
, Rt2
, Addr
, Decoder
);
1438 case AArch64::LDPWpost
:
1439 case AArch64::STPWpost
:
1440 case AArch64::LDPWpre
:
1441 case AArch64::STPWpre
:
1442 NeedsDisjointWritebackTransfer
= true;
1444 case AArch64::LDNPWi
:
1445 case AArch64::STNPWi
:
1446 case AArch64::LDPWi
:
1447 case AArch64::STPWi
:
1448 DecodeGPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1449 DecodeGPR32RegisterClass(Inst
, Rt2
, Addr
, Decoder
);
1451 case AArch64::LDNPQi
:
1452 case AArch64::STNPQi
:
1453 case AArch64::LDPQpost
:
1454 case AArch64::STPQpost
:
1455 case AArch64::LDPQi
:
1456 case AArch64::STPQi
:
1457 case AArch64::LDPQpre
:
1458 case AArch64::STPQpre
:
1459 DecodeFPR128RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1460 DecodeFPR128RegisterClass(Inst
, Rt2
, Addr
, Decoder
);
1462 case AArch64::LDNPDi
:
1463 case AArch64::STNPDi
:
1464 case AArch64::LDPDpost
:
1465 case AArch64::STPDpost
:
1466 case AArch64::LDPDi
:
1467 case AArch64::STPDi
:
1468 case AArch64::LDPDpre
:
1469 case AArch64::STPDpre
:
1470 DecodeFPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1471 DecodeFPR64RegisterClass(Inst
, Rt2
, Addr
, Decoder
);
1473 case AArch64::LDNPSi
:
1474 case AArch64::STNPSi
:
1475 case AArch64::LDPSpost
:
1476 case AArch64::STPSpost
:
1477 case AArch64::LDPSi
:
1478 case AArch64::STPSi
:
1479 case AArch64::LDPSpre
:
1480 case AArch64::STPSpre
:
1481 DecodeFPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1482 DecodeFPR32RegisterClass(Inst
, Rt2
, Addr
, Decoder
);
1486 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1487 Inst
.addOperand(MCOperand::createImm(offset
));
1489 // You shouldn't load to the same register twice in an instruction...
1490 if (IsLoad
&& Rt
== Rt2
)
1493 // ... or do any operation that writes-back to a transfer register. But note
1494 // that "stp xzr, xzr, [sp], #4" is fine because xzr and sp are different.
1495 if (NeedsDisjointWritebackTransfer
&& Rn
!= 31 && (Rt
== Rn
|| Rt2
== Rn
))
1501 static DecodeStatus
DecodeAddSubERegInstruction(MCInst
&Inst
, uint32_t insn
,
1503 const void *Decoder
) {
1504 unsigned Rd
= fieldFromInstruction(insn
, 0, 5);
1505 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
1506 unsigned Rm
= fieldFromInstruction(insn
, 16, 5);
1507 unsigned extend
= fieldFromInstruction(insn
, 10, 6);
1509 unsigned shift
= extend
& 0x7;
1513 switch (Inst
.getOpcode()) {
1516 case AArch64::ADDWrx
:
1517 case AArch64::SUBWrx
:
1518 DecodeGPR32spRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1519 DecodeGPR32spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1520 DecodeGPR32RegisterClass(Inst
, Rm
, Addr
, Decoder
);
1522 case AArch64::ADDSWrx
:
1523 case AArch64::SUBSWrx
:
1524 DecodeGPR32RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1525 DecodeGPR32spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1526 DecodeGPR32RegisterClass(Inst
, Rm
, Addr
, Decoder
);
1528 case AArch64::ADDXrx
:
1529 case AArch64::SUBXrx
:
1530 DecodeGPR64spRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1531 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1532 DecodeGPR32RegisterClass(Inst
, Rm
, Addr
, Decoder
);
1534 case AArch64::ADDSXrx
:
1535 case AArch64::SUBSXrx
:
1536 DecodeGPR64RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1537 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1538 DecodeGPR32RegisterClass(Inst
, Rm
, Addr
, Decoder
);
1540 case AArch64::ADDXrx64
:
1541 case AArch64::SUBXrx64
:
1542 DecodeGPR64spRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1543 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1544 DecodeGPR64RegisterClass(Inst
, Rm
, Addr
, Decoder
);
1546 case AArch64::SUBSXrx64
:
1547 case AArch64::ADDSXrx64
:
1548 DecodeGPR64RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1549 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1550 DecodeGPR64RegisterClass(Inst
, Rm
, Addr
, Decoder
);
1554 Inst
.addOperand(MCOperand::createImm(extend
));
1558 static DecodeStatus
DecodeLogicalImmInstruction(MCInst
&Inst
, uint32_t insn
,
1560 const void *Decoder
) {
1561 unsigned Rd
= fieldFromInstruction(insn
, 0, 5);
1562 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
1563 unsigned Datasize
= fieldFromInstruction(insn
, 31, 1);
1567 if (Inst
.getOpcode() == AArch64::ANDSXri
)
1568 DecodeGPR64RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1570 DecodeGPR64spRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1571 DecodeGPR64RegisterClass(Inst
, Rn
, Addr
, Decoder
);
1572 imm
= fieldFromInstruction(insn
, 10, 13);
1573 if (!AArch64_AM::isValidDecodeLogicalImmediate(imm
, 64))
1576 if (Inst
.getOpcode() == AArch64::ANDSWri
)
1577 DecodeGPR32RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1579 DecodeGPR32spRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1580 DecodeGPR32RegisterClass(Inst
, Rn
, Addr
, Decoder
);
1581 imm
= fieldFromInstruction(insn
, 10, 12);
1582 if (!AArch64_AM::isValidDecodeLogicalImmediate(imm
, 32))
1585 Inst
.addOperand(MCOperand::createImm(imm
));
1589 static DecodeStatus
DecodeModImmInstruction(MCInst
&Inst
, uint32_t insn
,
1591 const void *Decoder
) {
1592 unsigned Rd
= fieldFromInstruction(insn
, 0, 5);
1593 unsigned cmode
= fieldFromInstruction(insn
, 12, 4);
1594 unsigned imm
= fieldFromInstruction(insn
, 16, 3) << 5;
1595 imm
|= fieldFromInstruction(insn
, 5, 5);
1597 if (Inst
.getOpcode() == AArch64::MOVID
)
1598 DecodeFPR64RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1600 DecodeVectorRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1602 Inst
.addOperand(MCOperand::createImm(imm
));
1604 switch (Inst
.getOpcode()) {
1607 case AArch64::MOVIv4i16
:
1608 case AArch64::MOVIv8i16
:
1609 case AArch64::MVNIv4i16
:
1610 case AArch64::MVNIv8i16
:
1611 case AArch64::MOVIv2i32
:
1612 case AArch64::MOVIv4i32
:
1613 case AArch64::MVNIv2i32
:
1614 case AArch64::MVNIv4i32
:
1615 Inst
.addOperand(MCOperand::createImm((cmode
& 6) << 2));
1617 case AArch64::MOVIv2s_msl
:
1618 case AArch64::MOVIv4s_msl
:
1619 case AArch64::MVNIv2s_msl
:
1620 case AArch64::MVNIv4s_msl
:
1621 Inst
.addOperand(MCOperand::createImm(cmode
& 1 ? 0x110 : 0x108));
1628 static DecodeStatus
DecodeModImmTiedInstruction(MCInst
&Inst
, uint32_t insn
,
1630 const void *Decoder
) {
1631 unsigned Rd
= fieldFromInstruction(insn
, 0, 5);
1632 unsigned cmode
= fieldFromInstruction(insn
, 12, 4);
1633 unsigned imm
= fieldFromInstruction(insn
, 16, 3) << 5;
1634 imm
|= fieldFromInstruction(insn
, 5, 5);
1636 // Tied operands added twice.
1637 DecodeVectorRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1638 DecodeVectorRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1640 Inst
.addOperand(MCOperand::createImm(imm
));
1641 Inst
.addOperand(MCOperand::createImm((cmode
& 6) << 2));
1646 static DecodeStatus
DecodeAdrInstruction(MCInst
&Inst
, uint32_t insn
,
1647 uint64_t Addr
, const void *Decoder
) {
1648 unsigned Rd
= fieldFromInstruction(insn
, 0, 5);
1649 int64_t imm
= fieldFromInstruction(insn
, 5, 19) << 2;
1650 imm
|= fieldFromInstruction(insn
, 29, 2);
1651 const AArch64Disassembler
*Dis
=
1652 static_cast<const AArch64Disassembler
*>(Decoder
);
1654 // Sign-extend the 21-bit immediate.
1655 if (imm
& (1 << (21 - 1)))
1656 imm
|= ~((1LL << 21) - 1);
1658 DecodeGPR64RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1659 if (!Dis
->tryAddingSymbolicOperand(Inst
, imm
, Addr
, Fail
, 0, 4))
1660 Inst
.addOperand(MCOperand::createImm(imm
));
1665 static DecodeStatus
DecodeAddSubImmShift(MCInst
&Inst
, uint32_t insn
,
1666 uint64_t Addr
, const void *Decoder
) {
1667 unsigned Rd
= fieldFromInstruction(insn
, 0, 5);
1668 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
1669 unsigned Imm
= fieldFromInstruction(insn
, 10, 14);
1670 unsigned S
= fieldFromInstruction(insn
, 29, 1);
1671 unsigned Datasize
= fieldFromInstruction(insn
, 31, 1);
1673 unsigned ShifterVal
= (Imm
>> 12) & 3;
1674 unsigned ImmVal
= Imm
& 0xFFF;
1675 const AArch64Disassembler
*Dis
=
1676 static_cast<const AArch64Disassembler
*>(Decoder
);
1678 if (ShifterVal
!= 0 && ShifterVal
!= 1)
1683 DecodeGPR64spRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1685 DecodeGPR64RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1686 DecodeGPR64spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1689 DecodeGPR32spRegisterClass(Inst
, Rd
, Addr
, Decoder
);
1691 DecodeGPR32RegisterClass(Inst
, Rd
, Addr
, Decoder
);
1692 DecodeGPR32spRegisterClass(Inst
, Rn
, Addr
, Decoder
);
1695 if (!Dis
->tryAddingSymbolicOperand(Inst
, Imm
, Addr
, Fail
, 0, 4))
1696 Inst
.addOperand(MCOperand::createImm(ImmVal
));
1697 Inst
.addOperand(MCOperand::createImm(12 * ShifterVal
));
1701 static DecodeStatus
DecodeUnconditionalBranch(MCInst
&Inst
, uint32_t insn
,
1703 const void *Decoder
) {
1704 int64_t imm
= fieldFromInstruction(insn
, 0, 26);
1705 const AArch64Disassembler
*Dis
=
1706 static_cast<const AArch64Disassembler
*>(Decoder
);
1708 // Sign-extend the 26-bit immediate.
1709 if (imm
& (1 << (26 - 1)))
1710 imm
|= ~((1LL << 26) - 1);
1712 if (!Dis
->tryAddingSymbolicOperand(Inst
, imm
* 4, Addr
, true, 0, 4))
1713 Inst
.addOperand(MCOperand::createImm(imm
));
1718 static DecodeStatus
DecodeSystemPStateInstruction(MCInst
&Inst
, uint32_t insn
,
1720 const void *Decoder
) {
1721 uint64_t op1
= fieldFromInstruction(insn
, 16, 3);
1722 uint64_t op2
= fieldFromInstruction(insn
, 5, 3);
1723 uint64_t crm
= fieldFromInstruction(insn
, 8, 4);
1724 uint64_t pstate_field
= (op1
<< 3) | op2
;
1726 switch (pstate_field
) {
1727 case 0x01: // XAFlag
1728 case 0x02: // AXFlag
1732 if ((pstate_field
== AArch64PState::PAN
||
1733 pstate_field
== AArch64PState::UAO
||
1734 pstate_field
== AArch64PState::SSBS
) && crm
> 1)
1737 Inst
.addOperand(MCOperand::createImm(pstate_field
));
1738 Inst
.addOperand(MCOperand::createImm(crm
));
1740 const AArch64Disassembler
*Dis
=
1741 static_cast<const AArch64Disassembler
*>(Decoder
);
1742 auto PState
= AArch64PState::lookupPStateByEncoding(pstate_field
);
1743 if (PState
&& PState
->haveFeatures(Dis
->getSubtargetInfo().getFeatureBits()))
1748 static DecodeStatus
DecodeTestAndBranch(MCInst
&Inst
, uint32_t insn
,
1749 uint64_t Addr
, const void *Decoder
) {
1750 uint64_t Rt
= fieldFromInstruction(insn
, 0, 5);
1751 uint64_t bit
= fieldFromInstruction(insn
, 31, 1) << 5;
1752 bit
|= fieldFromInstruction(insn
, 19, 5);
1753 int64_t dst
= fieldFromInstruction(insn
, 5, 14);
1754 const AArch64Disassembler
*Dis
=
1755 static_cast<const AArch64Disassembler
*>(Decoder
);
1757 // Sign-extend 14-bit immediate.
1758 if (dst
& (1 << (14 - 1)))
1759 dst
|= ~((1LL << 14) - 1);
1761 if (fieldFromInstruction(insn
, 31, 1) == 0)
1762 DecodeGPR32RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1764 DecodeGPR64RegisterClass(Inst
, Rt
, Addr
, Decoder
);
1765 Inst
.addOperand(MCOperand::createImm(bit
));
1766 if (!Dis
->tryAddingSymbolicOperand(Inst
, dst
* 4, Addr
, true, 0, 4))
1767 Inst
.addOperand(MCOperand::createImm(dst
));
1772 static DecodeStatus
DecodeGPRSeqPairsClassRegisterClass(MCInst
&Inst
,
1773 unsigned RegClassID
,
1776 const void *Decoder
) {
1777 // Register number must be even (see CASP instruction)
1781 unsigned Reg
= AArch64MCRegisterClasses
[RegClassID
].getRegister(RegNo
/ 2);
1782 Inst
.addOperand(MCOperand::createReg(Reg
));
1786 static DecodeStatus
DecodeWSeqPairsClassRegisterClass(MCInst
&Inst
,
1789 const void *Decoder
) {
1790 return DecodeGPRSeqPairsClassRegisterClass(Inst
,
1791 AArch64::WSeqPairsClassRegClassID
,
1792 RegNo
, Addr
, Decoder
);
1795 static DecodeStatus
DecodeXSeqPairsClassRegisterClass(MCInst
&Inst
,
1798 const void *Decoder
) {
1799 return DecodeGPRSeqPairsClassRegisterClass(Inst
,
1800 AArch64::XSeqPairsClassRegClassID
,
1801 RegNo
, Addr
, Decoder
);
1804 static DecodeStatus
DecodeSVELogicalImmInstruction(llvm::MCInst
&Inst
,
1807 const void *Decoder
) {
1808 unsigned Zdn
= fieldFromInstruction(insn
, 0, 5);
1809 unsigned imm
= fieldFromInstruction(insn
, 5, 13);
1810 if (!AArch64_AM::isValidDecodeLogicalImmediate(imm
, 64))
1813 // The same (tied) operand is added twice to the instruction.
1814 DecodeZPRRegisterClass(Inst
, Zdn
, Addr
, Decoder
);
1815 if (Inst
.getOpcode() != AArch64::DUPM_ZI
)
1816 DecodeZPRRegisterClass(Inst
, Zdn
, Addr
, Decoder
);
1817 Inst
.addOperand(MCOperand::createImm(imm
));
1822 static DecodeStatus
DecodeSImm(llvm::MCInst
&Inst
, uint64_t Imm
,
1823 uint64_t Address
, const void *Decoder
) {
1824 if (Imm
& ~((1LL << Bits
) - 1))
1827 // Imm is a signed immediate, so sign extend it.
1828 if (Imm
& (1 << (Bits
- 1)))
1829 Imm
|= ~((1LL << Bits
) - 1);
1831 Inst
.addOperand(MCOperand::createImm(Imm
));
1835 // Decode 8-bit signed/unsigned immediate for a given element width.
1836 template <int ElementWidth
>
1837 static DecodeStatus
DecodeImm8OptLsl(MCInst
&Inst
, unsigned Imm
,
1838 uint64_t Addr
, const void *Decoder
) {
1839 unsigned Val
= (uint8_t)Imm
;
1840 unsigned Shift
= (Imm
& 0x100) ? 8 : 0;
1841 if (ElementWidth
== 8 && Shift
)
1843 Inst
.addOperand(MCOperand::createImm(Val
));
1844 Inst
.addOperand(MCOperand::createImm(Shift
));
1848 // Decode uimm4 ranged from 1-16.
1849 static DecodeStatus
DecodeSVEIncDecImm(MCInst
&Inst
, unsigned Imm
,
1850 uint64_t Addr
, const void *Decoder
) {
1851 Inst
.addOperand(MCOperand::createImm(Imm
+ 1));
1855 static DecodeStatus
DecodeLoadAllocTagArrayInstruction(MCInst
&Inst
,
1858 const void* Decoder
) {
1859 unsigned Rn
= fieldFromInstruction(insn
, 5, 5);
1860 unsigned Rt
= fieldFromInstruction(insn
, 0, 5);
1863 DecodeGPR64spRegisterClass(Inst
, Rn
, address
, Decoder
);
1864 DecodeGPR64RegisterClass(Inst
, Rt
, address
, Decoder
);
1867 Inst
.addOperand(Inst
.getOperand(0));
1869 //Do this post decode since the raw number for xzr and sp is the same
1870 if (Inst
.getOperand(0).getReg() == Inst
.getOperand(1).getReg()) {