Lines Matching refs:DecodeStatus
31 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
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) { in Check()
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 DecodeHINTInstruction(MCInst &Inst, unsigned Insn,
215 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn,
217 static DecodeStatus DecodeTSTInstruction(MCInst &Inst, unsigned Insn,
219 static DecodeStatus DecodeSETPANInstruction(MCInst &Inst, unsigned Insn,
221 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn,
223 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val,
225 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val,
227 static DecodeStatus DecodeAddrMode5FP16Operand(MCInst &Inst, unsigned Val,
229 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val,
231 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn,
233 static DecodeStatus DecodeBranchImmInstruction(MCInst &Inst,unsigned Insn,
235 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val,
237 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
239 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
241 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Val,
243 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Val,
245 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Val,
247 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Val,
249 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Val,
251 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Val,
253 static DecodeStatus DecodeVLD3DupInstruction(MCInst &Inst, unsigned Val,
255 static DecodeStatus DecodeVLD4DupInstruction(MCInst &Inst, unsigned Val,
257 static DecodeStatus DecodeNEONModImmInstruction(MCInst &Inst,unsigned Val,
259 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Val,
261 static DecodeStatus DecodeShiftRight8Imm(MCInst &Inst, unsigned Val,
263 static DecodeStatus DecodeShiftRight16Imm(MCInst &Inst, unsigned Val,
265 static DecodeStatus DecodeShiftRight32Imm(MCInst &Inst, unsigned Val,
267 static DecodeStatus DecodeShiftRight64Imm(MCInst &Inst, unsigned Val,
269 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn,
271 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn,
273 static DecodeStatus DecodeCoprocessor(MCInst &Inst, unsigned Insn,
275 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Insn,
277 static DecodeStatus DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Insn,
279 static DecodeStatus DecodeMSRMask(MCInst &Inst, unsigned Insn,
281 static DecodeStatus DecodeBankedReg(MCInst &Inst, unsigned Insn,
283 static DecodeStatus DecodeDoubleRegLoad(MCInst &Inst, unsigned Insn,
285 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn,
287 static DecodeStatus DecodeLDRPreImm(MCInst &Inst, unsigned Insn,
289 static DecodeStatus DecodeLDRPreReg(MCInst &Inst, unsigned Insn,
291 static DecodeStatus DecodeSTRPreImm(MCInst &Inst, unsigned Insn,
293 static DecodeStatus DecodeSTRPreReg(MCInst &Inst, unsigned Insn,
295 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn,
297 static DecodeStatus DecodeVLD2LN(MCInst &Inst, unsigned Insn,
299 static DecodeStatus DecodeVLD3LN(MCInst &Inst, unsigned Insn,
301 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn,
303 static DecodeStatus DecodeVST1LN(MCInst &Inst, unsigned Insn,
305 static DecodeStatus DecodeVST2LN(MCInst &Inst, unsigned Insn,
307 static DecodeStatus DecodeVST3LN(MCInst &Inst, unsigned Insn,
309 static DecodeStatus DecodeVST4LN(MCInst &Inst, unsigned Insn,
311 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn,
313 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn,
315 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn,
317 static DecodeStatus DecodeVCVTD(MCInst &Inst, unsigned Insn,
319 static DecodeStatus DecodeVCVTQ(MCInst &Inst, unsigned Insn,
323 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn,
325 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val,
327 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val,
329 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val,
331 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
333 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val,
335 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val,
337 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val,
339 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val,
341 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val,
343 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn,
345 static DecodeStatus DecodeT2LoadImm12(MCInst &Inst, unsigned Insn,
347 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn,
349 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn,
351 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val,
353 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val,
355 static DecodeStatus DecodeT2AddrModeImm0_1020s4(MCInst &Inst,unsigned Val,
357 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val,
359 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val,
361 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Val,
363 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn,
365 static DecodeStatus DecodeThumbCPS(MCInst &Inst, uint16_t Insn,
367 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn,
369 static DecodeStatus DecodeThumbBLXOffset(MCInst &Inst, unsigned Insn,
371 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val,
373 static DecodeStatus DecodeThumbTableBranch(MCInst &Inst, unsigned Val,
375 static DecodeStatus DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Val,
377 static DecodeStatus DecodeT2SOImm(MCInst &Inst, unsigned Val,
379 static DecodeStatus DecodeThumbBCCTargetOperand(MCInst &Inst,unsigned Val,
381 static DecodeStatus DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val,
383 static DecodeStatus DecodeIT(MCInst &Inst, unsigned Val,
385 static DecodeStatus DecodeT2LDRDPreInstruction(MCInst &Inst,unsigned Insn,
387 static DecodeStatus DecodeT2STRDPreInstruction(MCInst &Inst,unsigned Insn,
389 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val,
391 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Val,
393 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, unsigned Val,
396 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val,
398 static DecodeStatus DecoderForMRRC2AndMCRR2(llvm::MCInst &Inst, unsigned Val,
415 static DecodeStatus checkDecodedInstruction(MCInst &MI, uint64_t &Size, in checkDecodedInstruction()
419 DecodeStatus Result) in checkDecodedInstruction()
436 DecodeStatus ARMDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
457 DecodeStatus Result = in getInstruction()
593 MCDisassembler::DecodeStatus
595 MCDisassembler::DecodeStatus S = Success; in AddThumbPredicate()
698 DecodeStatus ThumbDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
715 DecodeStatus Result = in getInstruction()
881 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass()
891 static DecodeStatus
894 DecodeStatus S = MCDisassembler::Success; in DecodeGPRnopcRegisterClass()
904 static DecodeStatus
907 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithAPSRRegisterClass()
919 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetGPRRegisterClass()
931 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRPairRegisterClass()
933 DecodeStatus S = MCDisassembler::Success; in DecodeGPRPairRegisterClass()
946 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetcGPRRegisterClass()
976 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecoderGPRRegisterClass()
978 DecodeStatus S = MCDisassembler::Success; in DecoderGPRRegisterClass()
1001 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSPRRegisterClass()
1022 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPRRegisterClass()
1037 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPR_8RegisterClass()
1044 static DecodeStatus
1060 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQPRRegisterClass()
1080 static DecodeStatus DecodeDPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPairRegisterClass()
1101 static DecodeStatus DecodeDPairSpacedRegisterClass(MCInst &Inst, in DecodeDPairSpacedRegisterClass()
1113 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand()
1127 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand()
1136 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand()
1138 DecodeStatus S = MCDisassembler::Success; in DecodeSORegImmOperand()
1173 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand()
1175 DecodeStatus S = MCDisassembler::Success; in DecodeSORegRegOperand()
1208 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand()
1210 DecodeStatus S = MCDisassembler::Success; in DecodeRegListOperand()
1245 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand()
1247 DecodeStatus S = MCDisassembler::Success; in DecodeSPRRegListOperand()
1269 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand()
1271 DecodeStatus S = MCDisassembler::Success; in DecodeDPRRegListOperand()
1294 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand()
1304 DecodeStatus S = MCDisassembler::Success; in DecodeBitfieldMaskOperand()
1321 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction()
1323 DecodeStatus S = MCDisassembler::Success; in DecodeCopMemInstruction()
1470 static DecodeStatus
1473 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode2IdxInstruction()
1576 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand()
1578 DecodeStatus S = MCDisassembler::Success; in DecodeSORegMemOperand()
1619 static DecodeStatus
1622 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode3Instruction()
1811 static DecodeStatus DecodeRFEInstruction(MCInst &Inst, unsigned Insn, in DecodeRFEInstruction()
1813 DecodeStatus S = MCDisassembler::Success; in DecodeRFEInstruction()
1840 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, in DecodeQADDInstruction()
1842 DecodeStatus S = MCDisassembler::Success; in DecodeQADDInstruction()
1863 static DecodeStatus DecodeMemMultipleWritebackInstruction(MCInst &Inst, in DecodeMemMultipleWritebackInstruction()
1866 DecodeStatus S = MCDisassembler::Success; in DecodeMemMultipleWritebackInstruction()
1955 static DecodeStatus DecodeHINTInstruction(MCInst &Inst, unsigned Insn, in DecodeHINTInstruction()
1962 DecodeStatus S = MCDisassembler::Success; in DecodeHINTInstruction()
1977 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction()
1984 DecodeStatus S = MCDisassembler::Success; in DecodeCPSInstruction()
2024 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction()
2031 DecodeStatus S = MCDisassembler::Success; in DecodeT2CPSInstruction()
2066 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, in DecodeT2MOVTWInstruction()
2068 DecodeStatus S = MCDisassembler::Success; in DecodeT2MOVTWInstruction()
2090 static DecodeStatus DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn, in DecodeArmMOVTWInstruction()
2092 DecodeStatus S = MCDisassembler::Success; in DecodeArmMOVTWInstruction()
2117 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, in DecodeSMLAInstruction()
2119 DecodeStatus S = MCDisassembler::Success; in DecodeSMLAInstruction()
2145 static DecodeStatus DecodeTSTInstruction(MCInst &Inst, unsigned Insn, in DecodeTSTInstruction()
2147 DecodeStatus S = MCDisassembler::Success; in DecodeTSTInstruction()
2166 static DecodeStatus DecodeSETPANInstruction(MCInst &Inst, unsigned Insn, in DecodeSETPANInstruction()
2168 DecodeStatus S = MCDisassembler::Success; in DecodeSETPANInstruction()
2194 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand()
2196 DecodeStatus S = MCDisassembler::Success; in DecodeAddrModeImm12Operand()
2214 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode5Operand()
2216 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode5Operand()
2234 static DecodeStatus DecodeAddrMode5FP16Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode5FP16Operand()
2236 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode5FP16Operand()
2254 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode7Operand()
2259 static DecodeStatus
2262 DecodeStatus Status = MCDisassembler::Success; in DecodeT2BInstruction()
2286 static DecodeStatus
2289 DecodeStatus S = MCDisassembler::Success; in DecodeBranchImmInstruction()
2313 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand()
2315 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode6Operand()
2330 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Insn, in DecodeVLDInstruction()
2332 DecodeStatus S = MCDisassembler::Success; in DecodeVLDInstruction()
2604 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction()
2617 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction()
2632 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST3Instruction()
2645 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST4Instruction()
2655 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Insn, in DecodeVSTInstruction()
2657 DecodeStatus S = MCDisassembler::Success; in DecodeVSTInstruction()
2926 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD1DupInstruction()
2928 DecodeStatus S = MCDisassembler::Success; in DecodeVLD1DupInstruction()
2973 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD2DupInstruction()
2975 DecodeStatus S = MCDisassembler::Success; in DecodeVLD2DupInstruction()
3021 static DecodeStatus DecodeVLD3DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD3DupInstruction()
3023 DecodeStatus S = MCDisassembler::Success; in DecodeVLD3DupInstruction()
3056 static DecodeStatus DecodeVLD4DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD4DupInstruction()
3058 DecodeStatus S = MCDisassembler::Success; in DecodeVLD4DupInstruction()
3108 static DecodeStatus
3111 DecodeStatus S = MCDisassembler::Success; in DecodeNEONModImmInstruction()
3154 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn, in DecodeVSHLMaxInstruction()
3156 DecodeStatus S = MCDisassembler::Success; in DecodeVSHLMaxInstruction()
3173 static DecodeStatus DecodeShiftRight8Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight8Imm()
3179 static DecodeStatus DecodeShiftRight16Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight16Imm()
3185 static DecodeStatus DecodeShiftRight32Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight32Imm()
3191 static DecodeStatus DecodeShiftRight64Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight64Imm()
3197 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn, in DecodeTBLInstruction()
3199 DecodeStatus S = MCDisassembler::Success; in DecodeTBLInstruction()
3233 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSpecialReg()
3235 DecodeStatus S = MCDisassembler::Success; in DecodeThumbAddSpecialReg()
3257 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val, in DecodeThumbBROperand()
3265 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand()
3273 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val, in DecodeThumbCmpBROperand()
3281 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeRR()
3283 DecodeStatus S = MCDisassembler::Success; in DecodeThumbAddrModeRR()
3296 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeIS()
3298 DecodeStatus S = MCDisassembler::Success; in DecodeThumbAddrModeIS()
3310 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC()
3320 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeSP()
3328 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, in DecodeT2AddrModeSOReg()
3330 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeSOReg()
3356 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift()
3358 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadShift()
3438 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn, in DecodeT2LoadImm8()
3440 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadImm8()
3522 static DecodeStatus DecodeT2LoadImm12(MCInst &Inst, unsigned Insn, in DecodeT2LoadImm12()
3524 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadImm12()
3602 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, in DecodeT2LoadT()
3604 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadT()
3641 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, in DecodeT2LoadLabel()
3643 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadLabel()
3694 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, in DecodeT2Imm8S4()
3708 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8s4()
3710 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm8s4()
3723 static DecodeStatus DecodeT2AddrModeImm0_1020s4(MCInst &Inst,unsigned Val, in DecodeT2AddrModeImm0_1020s4()
3725 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm0_1020s4()
3738 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, in DecodeT2Imm8()
3751 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8()
3753 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm8()
3797 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Insn, in DecodeT2LdStPre()
3799 DecodeStatus S = MCDisassembler::Success; in DecodeT2LdStPre()
3858 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm12()
3860 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm12()
3884 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPImm()
3895 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPReg()
3897 DecodeStatus S = MCDisassembler::Success; in DecodeThumbAddSPReg()
3920 static DecodeStatus DecodeThumbCPS(MCInst &Inst, uint16_t Insn, in DecodeThumbCPS()
3931 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn, in DecodePostIdxReg()
3933 DecodeStatus S = MCDisassembler::Success; in DecodePostIdxReg()
3944 static DecodeStatus DecodeThumbBLXOffset(MCInst &Inst, unsigned Val, in DecodeThumbBLXOffset()
3968 static DecodeStatus DecodeCoprocessor(MCInst &Inst, unsigned Val, in DecodeCoprocessor()
3983 static DecodeStatus
3986 DecodeStatus S = MCDisassembler::Success; in DecodeThumbTableBranch()
3999 static DecodeStatus
4002 DecodeStatus S = MCDisassembler::Success; in DecodeThumb2BCCInstruction()
4042 static DecodeStatus DecodeT2SOImm(MCInst &Inst, unsigned Val, in DecodeT2SOImm()
4073 static DecodeStatus
4082 static DecodeStatus DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val, in DecodeThumbBLTargetOperand()
4105 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Val, in DecodeMemBarrierOption()
4114 static DecodeStatus DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Val, in DecodeInstSyncBarrierOption()
4123 static DecodeStatus DecodeMSRMask(MCInst &Inst, unsigned Val, in DecodeMSRMask()
4125 DecodeStatus S = MCDisassembler::Success; in DecodeMSRMask()
4204 static DecodeStatus DecodeBankedReg(MCInst &Inst, unsigned Val, in DecodeBankedReg()
4227 static DecodeStatus DecodeDoubleRegLoad(MCInst &Inst, unsigned Insn, in DecodeDoubleRegLoad()
4229 DecodeStatus S = MCDisassembler::Success; in DecodeDoubleRegLoad()
4248 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, in DecodeDoubleRegStore()
4250 DecodeStatus S = MCDisassembler::Success; in DecodeDoubleRegStore()
4273 static DecodeStatus DecodeLDRPreImm(MCInst &Inst, unsigned Insn, in DecodeLDRPreImm()
4275 DecodeStatus S = MCDisassembler::Success; in DecodeLDRPreImm()
4298 static DecodeStatus DecodeLDRPreReg(MCInst &Inst, unsigned Insn, in DecodeLDRPreReg()
4300 DecodeStatus S = MCDisassembler::Success; in DecodeLDRPreReg()
4326 static DecodeStatus DecodeSTRPreImm(MCInst &Inst, unsigned Insn, in DecodeSTRPreImm()
4328 DecodeStatus S = MCDisassembler::Success; in DecodeSTRPreImm()
4351 static DecodeStatus DecodeSTRPreReg(MCInst &Inst, unsigned Insn, in DecodeSTRPreReg()
4353 DecodeStatus S = MCDisassembler::Success; in DecodeSTRPreReg()
4376 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, in DecodeVLD1LN()
4378 DecodeStatus S = MCDisassembler::Success; in DecodeVLD1LN()
4443 static DecodeStatus DecodeVST1LN(MCInst &Inst, unsigned Insn, in DecodeVST1LN()
4445 DecodeStatus S = MCDisassembler::Success; in DecodeVST1LN()
4509 static DecodeStatus DecodeVLD2LN(MCInst &Inst, unsigned Insn, in DecodeVLD2LN()
4511 DecodeStatus S = MCDisassembler::Success; in DecodeVLD2LN()
4576 static DecodeStatus DecodeVST2LN(MCInst &Inst, unsigned Insn, in DecodeVST2LN()
4578 DecodeStatus S = MCDisassembler::Success; in DecodeVST2LN()
4640 static DecodeStatus DecodeVLD3LN(MCInst &Inst, unsigned Insn, in DecodeVLD3LN()
4642 DecodeStatus S = MCDisassembler::Success; in DecodeVLD3LN()
4710 static DecodeStatus DecodeVST3LN(MCInst &Inst, unsigned Insn, in DecodeVST3LN()
4712 DecodeStatus S = MCDisassembler::Success; in DecodeVST3LN()
4774 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn, in DecodeVLD4LN()
4776 DecodeStatus S = MCDisassembler::Success; in DecodeVLD4LN()
4855 static DecodeStatus DecodeVST4LN(MCInst &Inst, unsigned Insn, in DecodeVST4LN()
4857 DecodeStatus S = MCDisassembler::Success; in DecodeVST4LN()
4927 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, in DecodeVMOVSRR()
4929 DecodeStatus S = MCDisassembler::Success; in DecodeVMOVSRR()
4953 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, in DecodeVMOVRRS()
4955 DecodeStatus S = MCDisassembler::Success; in DecodeVMOVRRS()
4979 static DecodeStatus DecodeIT(MCInst &Inst, unsigned Insn, in DecodeIT()
4981 DecodeStatus S = MCDisassembler::Success; in DecodeIT()
4998 static DecodeStatus
5001 DecodeStatus S = MCDisassembler::Success; in DecodeT2LDRDPreInstruction()
5035 static DecodeStatus
5038 DecodeStatus S = MCDisassembler::Success; in DecodeT2STRDPreInstruction()
5070 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn, in DecodeT2Adr()
5085 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val, in DecodeT2ShifterImmOperand()
5088 DecodeStatus S = MCDisassembler::Success; in DecodeT2ShifterImmOperand()
5096 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, in DecodeSwap()
5106 DecodeStatus S = MCDisassembler::Success; in DecodeSwap()
5123 static DecodeStatus DecodeVCVTD(MCInst &Inst, unsigned Insn, in DecodeVCVTD()
5137 DecodeStatus S = MCDisassembler::Success; in DecodeVCVTD()
5182 static DecodeStatus DecodeVCVTQ(MCInst &Inst, unsigned Insn, in DecodeVCVTQ()
5196 DecodeStatus S = MCDisassembler::Success; in DecodeVCVTQ()
5241 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, in DecodeLDR()
5243 DecodeStatus S = MCDisassembler::Success; in DecodeLDR()
5268 static DecodeStatus DecoderForMRRC2AndMCRR2(llvm::MCInst &Inst, unsigned Val, in DecoderForMRRC2AndMCRR2()
5271 DecodeStatus S = MCDisassembler::Success; in DecoderForMRRC2AndMCRR2()