Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:DecodeStatus

31 typedef MCDisassembler::DecodeStatus DecodeStatus;
96 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
111 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
118 DecodeStatus AddThumbPredicate(MCInst&) const;
123 static bool Check(DecodeStatus &Out, DecodeStatus In) {
135 llvm_unreachable("Invalid DecodeStatus!");
141 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
143 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst &Inst,
146 static DecodeStatus DecodeGPRwithAPSRRegisterClass(MCInst &Inst,
149 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo,
151 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo,
153 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo,
155 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo,
157 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo,
159 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo,
161 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo,
163 static DecodeStatus DecodeDPR_VFP2RegisterClass(MCInst &Inst,
167 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo,
169 static DecodeStatus DecodeDPairRegisterClass(MCInst &Inst, unsigned RegNo,
171 static DecodeStatus DecodeDPairSpacedRegisterClass(MCInst &Inst,
175 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val,
177 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val,
179 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val,
181 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val,
183 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val,
186 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Insn,
188 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
190 static DecodeStatus DecodeAddrMode2IdxInstruction(MCInst &Inst,
194 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Insn,
196 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst,unsigned Insn,
198 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Insn,
200 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Insn,
203 static DecodeStatus DecodeMemMultipleWritebackInstruction(MCInst & Inst,
207 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn,
209 static DecodeStatus DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn,
211 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn,
213 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn,
215 static DecodeStatus DecodeTSTInstruction(MCInst &Inst, unsigned Insn,
217 static DecodeStatus DecodeSETPANInstruction(MCInst &Inst, unsigned Insn,
219 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn,
221 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val,
223 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val,
225 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val,
227 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn,
229 static DecodeStatus DecodeBranchImmInstruction(MCInst &Inst,unsigned Insn,
231 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val,
233 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
235 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
237 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Val,
239 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Val,
241 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Val,
243 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Val,
245 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Val,
247 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Val,
249 static DecodeStatus DecodeVLD3DupInstruction(MCInst &Inst, unsigned Val,
251 static DecodeStatus DecodeVLD4DupInstruction(MCInst &Inst, unsigned Val,
253 static DecodeStatus DecodeNEONModImmInstruction(MCInst &Inst,unsigned Val,
255 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Val,
257 static DecodeStatus DecodeShiftRight8Imm(MCInst &Inst, unsigned Val,
259 static DecodeStatus DecodeShiftRight16Imm(MCInst &Inst, unsigned Val,
261 static DecodeStatus DecodeShiftRight32Imm(MCInst &Inst, unsigned Val,
263 static DecodeStatus DecodeShiftRight64Imm(MCInst &Inst, unsigned Val,
265 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn,
267 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn,
269 static DecodeStatus DecodeCoprocessor(MCInst &Inst, unsigned Insn,
271 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Insn,
273 static DecodeStatus DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Insn,
275 static DecodeStatus DecodeMSRMask(MCInst &Inst, unsigned Insn,
277 static DecodeStatus DecodeBankedReg(MCInst &Inst, unsigned Insn,
279 static DecodeStatus DecodeDoubleRegLoad(MCInst &Inst, unsigned Insn,
281 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn,
283 static DecodeStatus DecodeLDRPreImm(MCInst &Inst, unsigned Insn,
285 static DecodeStatus DecodeLDRPreReg(MCInst &Inst, unsigned Insn,
287 static DecodeStatus DecodeSTRPreImm(MCInst &Inst, unsigned Insn,
289 static DecodeStatus DecodeSTRPreReg(MCInst &Inst, unsigned Insn,
291 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn,
293 static DecodeStatus DecodeVLD2LN(MCInst &Inst, unsigned Insn,
295 static DecodeStatus DecodeVLD3LN(MCInst &Inst, unsigned Insn,
297 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn,
299 static DecodeStatus DecodeVST1LN(MCInst &Inst, unsigned Insn,
301 static DecodeStatus DecodeVST2LN(MCInst &Inst, unsigned Insn,
303 static DecodeStatus DecodeVST3LN(MCInst &Inst, unsigned Insn,
305 static DecodeStatus DecodeVST4LN(MCInst &Inst, unsigned Insn,
307 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn,
309 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn,
311 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn,
313 static DecodeStatus DecodeVCVTD(MCInst &Inst, unsigned Insn,
315 DecodeStatus DecodeVCVTQ(MCInst &Inst, unsigned Insn,
319 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn,
321 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val,
323 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val,
325 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val,
327 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
329 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val,
331 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val,
333 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val,
335 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val,
337 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val,
339 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn,
341 static DecodeStatus DecodeT2LoadImm12(MCInst &Inst, unsigned Insn,
343 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn,
345 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn,
347 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val,
349 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val,
351 static DecodeStatus DecodeT2AddrModeImm0_1020s4(MCInst &Inst,unsigned Val,
353 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val,
355 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val,
357 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Val,
359 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn,
361 static DecodeStatus DecodeThumbCPS(MCInst &Inst, uint16_t Insn,
363 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn,
365 static DecodeStatus DecodeThumbBLXOffset(MCInst &Inst, unsigned Insn,
367 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val,
369 static DecodeStatus DecodeThumbTableBranch(MCInst &Inst, unsigned Val,
371 static DecodeStatus DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Val,
373 static DecodeStatus DecodeT2SOImm(MCInst &Inst, unsigned Val,
375 static DecodeStatus DecodeThumbBCCTargetOperand(MCInst &Inst,unsigned Val,
377 static DecodeStatus DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val,
379 static DecodeStatus DecodeIT(MCInst &Inst, unsigned Val,
381 static DecodeStatus DecodeT2LDRDPreInstruction(MCInst &Inst,unsigned Insn,
383 static DecodeStatus DecodeT2STRDPreInstruction(MCInst &Inst,unsigned Insn,
385 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val,
387 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Val,
389 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, unsigned Val,
392 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val,
394 static DecodeStatus DecodeMRRC2(llvm::MCInst &Inst, unsigned Val,
411 static DecodeStatus checkDecodedInstruction(MCInst &MI, uint64_t &Size,
415 DecodeStatus Result)
432 DecodeStatus ARMDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
453 DecodeStatus Result =
589 MCDisassembler::DecodeStatus
591 MCDisassembler::DecodeStatus S = Success;
688 DecodeStatus ThumbDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
705 DecodeStatus Result =
871 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
881 static DecodeStatus
884 DecodeStatus S = MCDisassembler::Success;
894 static DecodeStatus
897 DecodeStatus S = MCDisassembler::Success;
909 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo,
921 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo,
923 DecodeStatus S = MCDisassembler::Success;
936 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo,
966 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo,
968 DecodeStatus S = MCDisassembler::Success;
991 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo,
1012 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo,
1027 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo,
1034 static DecodeStatus
1050 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo,
1070 static DecodeStatus DecodeDPairRegisterClass(MCInst &Inst, unsigned RegNo,
1091 static DecodeStatus DecodeDPairSpacedRegisterClass(MCInst &Inst,
1103 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val,
1117 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val,
1126 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val,
1128 DecodeStatus S = MCDisassembler::Success;
1163 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val,
1165 DecodeStatus S = MCDisassembler::Success;
1198 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val,
1200 DecodeStatus S = MCDisassembler::Success;
1235 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val,
1237 DecodeStatus S = MCDisassembler::Success;
1259 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val,
1261 DecodeStatus S = MCDisassembler::Success;
1284 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val,
1294 DecodeStatus S = MCDisassembler::Success;
1311 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
1313 DecodeStatus S = MCDisassembler::Success;
1460 static DecodeStatus
1463 DecodeStatus S = MCDisassembler::Success;
1566 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val,
1568 DecodeStatus S = MCDisassembler::Success;
1609 static DecodeStatus
1612 DecodeStatus S = MCDisassembler::Success;
1801 static DecodeStatus DecodeRFEInstruction(MCInst &Inst, unsigned Insn,
1803 DecodeStatus S = MCDisassembler::Success;
1830 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn,
1832 DecodeStatus S = MCDisassembler::Success;
1853 static DecodeStatus DecodeMemMultipleWritebackInstruction(MCInst &Inst,
1856 DecodeStatus S = MCDisassembler::Success;
1944 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn,
1951 DecodeStatus S = MCDisassembler::Success;
1991 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn,
1998 DecodeStatus S = MCDisassembler::Success;
2033 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn,
2035 DecodeStatus S = MCDisassembler::Success;
2057 static DecodeStatus DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn,
2059 DecodeStatus S = MCDisassembler::Success;
2084 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn,
2086 DecodeStatus S = MCDisassembler::Success;
2112 static DecodeStatus DecodeTSTInstruction(MCInst &Inst, unsigned Insn,
2114 DecodeStatus S = MCDisassembler::Success;
2133 static DecodeStatus DecodeSETPANInstruction(MCInst &Inst, unsigned Insn,
2135 DecodeStatus S = MCDisassembler::Success;
2161 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val,
2163 DecodeStatus S = MCDisassembler::Success;
2181 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val,
2183 DecodeStatus S = MCDisassembler::Success;
2200 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val,
2205 static DecodeStatus
2208 DecodeStatus Status = MCDisassembler::Success;
2232 static DecodeStatus
2235 DecodeStatus S = MCDisassembler::Success;
2259 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val,
2261 DecodeStatus S = MCDisassembler::Success;
2276 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Insn,
2278 DecodeStatus S = MCDisassembler::Success;
2550 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn,
2563 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn,
2578 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Insn,
2591 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Insn,
2601 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Insn,
2603 DecodeStatus S = MCDisassembler::Success;
2872 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Insn,
2874 DecodeStatus S = MCDisassembler::Success;
2919 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Insn,
2921 DecodeStatus S = MCDisassembler::Success;
2967 static DecodeStatus DecodeVLD3DupInstruction(MCInst &Inst, unsigned Insn,
2969 DecodeStatus S = MCDisassembler::Success;
3002 static DecodeStatus DecodeVLD4DupInstruction(MCInst &Inst, unsigned Insn,
3004 DecodeStatus S = MCDisassembler::Success;
3054 static DecodeStatus
3057 DecodeStatus S = MCDisassembler::Success;
3100 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn,
3102 DecodeStatus S = MCDisassembler::Success;
3119 static DecodeStatus DecodeShiftRight8Imm(MCInst &Inst, unsigned Val,
3125 static DecodeStatus DecodeShiftRight16Imm(MCInst &Inst, unsigned Val,
3131 static DecodeStatus DecodeShiftRight32Imm(MCInst &Inst, unsigned Val,
3137 static DecodeStatus DecodeShiftRight64Imm(MCInst &Inst, unsigned Val,
3143 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn,
3145 DecodeStatus S = MCDisassembler::Success;
3179 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn,
3181 DecodeStatus S = MCDisassembler::Success;
3203 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val,
3211 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val,
3219 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val,
3227 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
3229 DecodeStatus S = MCDisassembler::Success;
3242 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val,
3244 DecodeStatus S = MCDisassembler::Success;
3256 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val,
3266 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val,
3274 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val,
3276 DecodeStatus S = MCDisassembler::Success;
3302 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn,
3304 DecodeStatus S = MCDisassembler::Success;
3384 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn,
3386 DecodeStatus S = MCDisassembler::Success;
3468 static DecodeStatus DecodeT2LoadImm12(MCInst &Inst, unsigned Insn,
3470 DecodeStatus S = MCDisassembler::Success;
3548 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn,
3550 DecodeStatus S = MCDisassembler::Success;
3587 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn,
3589 DecodeStatus S = MCDisassembler::Success;
3640 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val,
3654 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val,
3656 DecodeStatus S = MCDisassembler::Success;
3669 static DecodeStatus DecodeT2AddrModeImm0_1020s4(MCInst &Inst,unsigned Val,
3671 DecodeStatus S = MCDisassembler::Success;
3684 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val,
3697 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val,
3699 DecodeStatus S = MCDisassembler::Success;
3743 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Insn,
3745 DecodeStatus S = MCDisassembler::Success;
3804 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val,
3806 DecodeStatus S = MCDisassembler::Success;
3830 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn,
3841 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn,
3843 DecodeStatus S = MCDisassembler::Success;
3866 static DecodeStatus DecodeThumbCPS(MCInst &Inst, uint16_t Insn,
3877 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn,
3879 DecodeStatus S = MCDisassembler::Success;
3890 static DecodeStatus DecodeThumbBLXOffset(MCInst &Inst, unsigned Val,
3914 static DecodeStatus DecodeCoprocessor(MCInst &Inst, unsigned Val,
3929 static DecodeStatus
3932 DecodeStatus S = MCDisassembler::Success;
3945 static DecodeStatus
3948 DecodeStatus S = MCDisassembler::Success;
3988 static DecodeStatus DecodeT2SOImm(MCInst &Inst, unsigned Val,
4019 static DecodeStatus
4028 static DecodeStatus DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val,
4051 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Val,
4060 static DecodeStatus DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Val,
4069 static DecodeStatus DecodeMSRMask(MCInst &Inst, unsigned Val,
4071 DecodeStatus S = MCDisassembler::Success;
4132 static DecodeStatus DecodeBankedReg(MCInst &Inst, unsigned Val,
4155 static DecodeStatus DecodeDoubleRegLoad(MCInst &Inst, unsigned Insn,
4157 DecodeStatus S = MCDisassembler::Success;
4176 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn,
4178 DecodeStatus S = MCDisassembler::Success;
4201 static DecodeStatus DecodeLDRPreImm(MCInst &Inst, unsigned Insn,
4203 DecodeStatus S = MCDisassembler::Success;
4226 static DecodeStatus DecodeLDRPreReg(MCInst &Inst, unsigned Insn,
4228 DecodeStatus S = MCDisassembler::Success;
4254 static DecodeStatus DecodeSTRPreImm(MCInst &Inst, unsigned Insn,
4256 DecodeStatus S = MCDisassembler::Success;
4279 static DecodeStatus DecodeSTRPreReg(MCInst &Inst, unsigned Insn,
4281 DecodeStatus S = MCDisassembler::Success;
4304 static DecodeStatus
4306 DecodeStatus S = MCDisassembler::Success;
4371 static DecodeStatus DecodeVST1LN(MCInst &Inst, unsigned Insn,
4373 DecodeStatus S = MCDisassembler::Success;
4437 static DecodeStatus DecodeVLD2LN(MCInst &Inst, unsigned Insn,
4439 DecodeStatus S = MCDisassembler::Success;
4504 static DecodeStatus DecodeVST2LN(MCInst &Inst, unsigned Insn,
4506 DecodeStatus S = MCDisassembler::Success;
4568 static DecodeStatus DecodeVLD3LN(MCInst &Inst, unsigned Insn,
4570 DecodeStatus S = MCDisassembler::Success;
4638 static DecodeStatus DecodeVST3LN(MCInst &Inst, unsigned Insn,
4640 DecodeStatus S = MCDisassembler::Success;
4702 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn,
4704 DecodeStatus S = MCDisassembler::Success;
4783 static DecodeStatus DecodeVST4LN(MCInst &Inst, unsigned Insn,
4785 DecodeStatus S = MCDisassembler::Success;
4855 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn,
4857 DecodeStatus S = MCDisassembler::Success;
4881 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn,
4883 DecodeStatus S = MCDisassembler::Success;
4907 static DecodeStatus DecodeIT(MCInst &Inst, unsigned Insn,
4909 DecodeStatus S = MCDisassembler::Success;
4926 static DecodeStatus
4929 DecodeStatus S = MCDisassembler::Success;
4963 static DecodeStatus
4966 DecodeStatus S = MCDisassembler::Success;
4998 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn,
5013 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val,
5016 DecodeStatus S = MCDisassembler::Success;
5024 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn,
5034 DecodeStatus S = MCDisassembler::Success;
5051 static DecodeStatus DecodeVCVTD(MCInst &Inst, unsigned Insn,
5065 DecodeStatus S = MCDisassembler::Success;
5110 static DecodeStatus DecodeVCVTQ(MCInst &Inst, unsigned Insn,
5124 DecodeStatus S = MCDisassembler::Success;
5169 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val,
5171 DecodeStatus S = MCDisassembler::Success;
5196 static DecodeStatus DecodeMRRC2(llvm::MCInst &Inst, unsigned Val,
5199 DecodeStatus S = MCDisassembler::Success;