Lines Matching refs:DecodeStatus
44 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst,
47 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst *Inst,
50 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst *Inst,
53 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst *Inst,
56 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst *Inst,
59 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst,
62 static DecodeStatus DecodePtrRegisterClass(MCInst *Inst,
65 static DecodeStatus DecodeDSPRRegisterClass(MCInst *Inst,
68 static DecodeStatus DecodeFGR64RegisterClass(MCInst *Inst,
71 static DecodeStatus DecodeFGR32RegisterClass(MCInst *Inst,
74 static DecodeStatus DecodeCCRRegisterClass(MCInst *Inst,
77 static DecodeStatus DecodeFCCRegisterClass(MCInst *Inst,
80 static DecodeStatus DecodeCCRegisterClass(MCInst *Inst,
83 static DecodeStatus DecodeFGRCCRegisterClass(MCInst *Inst,
86 static DecodeStatus DecodeHWRegsRegisterClass(MCInst *Inst,
89 static DecodeStatus DecodeAFGR64RegisterClass(MCInst *Inst,
92 static DecodeStatus DecodeACC64DSPRegisterClass(MCInst *Inst,
95 static DecodeStatus DecodeHI32DSPRegisterClass(MCInst *Inst,
98 static DecodeStatus DecodeLO32DSPRegisterClass(MCInst *Inst,
101 static DecodeStatus DecodeMSA128BRegisterClass(MCInst *Inst,
104 static DecodeStatus DecodeMSA128HRegisterClass(MCInst *Inst,
107 static DecodeStatus DecodeMSA128WRegisterClass(MCInst *Inst,
110 static DecodeStatus DecodeMSA128DRegisterClass(MCInst *Inst,
113 static DecodeStatus DecodeMSACtrlRegisterClass(MCInst *Inst,
116 static DecodeStatus DecodeCOP2RegisterClass(MCInst *Inst,
119 static DecodeStatus DecodeBranchTarget(MCInst *Inst,
122 static DecodeStatus DecodeJumpTarget(MCInst *Inst,
125 static DecodeStatus DecodeBranchTarget21(MCInst *Inst,
128 static DecodeStatus DecodeBranchTarget26(MCInst *Inst,
133 static DecodeStatus DecodeBranchTarget7MM(MCInst *Inst,
138 static DecodeStatus DecodeBranchTarget10MM(MCInst *Inst,
143 static DecodeStatus DecodeBranchTargetMM(MCInst *Inst,
148 static DecodeStatus DecodeJumpTargetMM(MCInst *Inst,
151 static DecodeStatus DecodeMem(MCInst *Inst,
154 static DecodeStatus DecodeCacheOp(MCInst *Inst,
157 static DecodeStatus DecodeCacheOpR6(MCInst *Inst,
160 static DecodeStatus DecodeCacheOpMM(MCInst *Inst,
163 static DecodeStatus DecodeSyncI(MCInst *Inst,
166 static DecodeStatus DecodeMSA128Mem(MCInst *Inst,
169 static DecodeStatus DecodeMemMMImm4(MCInst *Inst,
172 static DecodeStatus DecodeMemMMSPImm5Lsl2(MCInst *Inst,
175 static DecodeStatus DecodeMemMMGPImm7Lsl2(MCInst *Inst,
178 static DecodeStatus DecodeMemMMReglistImm4Lsl2(MCInst *Inst,
181 static DecodeStatus DecodeMemMMImm12(MCInst *Inst,
184 static DecodeStatus DecodeMemMMImm16(MCInst *Inst,
187 static DecodeStatus DecodeFMem(MCInst *Inst, unsigned Insn,
190 static DecodeStatus DecodeFMem2(MCInst *Inst, unsigned Insn,
193 static DecodeStatus DecodeFMem3(MCInst *Inst, unsigned Insn,
196 static DecodeStatus DecodeFMemCop2R6(MCInst *Inst, unsigned Insn,
199 static DecodeStatus DecodeSpecial3LlSc(MCInst *Inst,
202 static DecodeStatus DecodeAddiur2Simm7(MCInst *Inst,
205 static DecodeStatus DecodeUImm6Lsl2(MCInst *Inst,
208 static DecodeStatus DecodeLiSimm7(MCInst *Inst,
211 static DecodeStatus DecodeSimm4(MCInst *Inst,
214 static DecodeStatus DecodeSimm16(MCInst *Inst,
219 static DecodeStatus DecodeLSAImm(MCInst *Inst,
222 static DecodeStatus DecodeInsSize(MCInst *Inst,
225 static DecodeStatus DecodeExtSize(MCInst *Inst,
228 static DecodeStatus DecodeSimm19Lsl2(MCInst *Inst,
231 static DecodeStatus DecodeSimm18Lsl3(MCInst *Inst,
234 static DecodeStatus DecodeSimm9SP(MCInst *Inst,
237 static DecodeStatus DecodeANDI16Imm(MCInst *Inst,
240 static DecodeStatus DecodeUImm5lsl2(MCInst *Inst,
243 static DecodeStatus DecodeSimm23Lsl2(MCInst *Inst,
248 static DecodeStatus DecodeINSVE_DF_4(MCInst *MI,
251 static DecodeStatus DecodeAddiGroupBranch_4(MCInst *MI,
254 static DecodeStatus DecodeDaddiGroupBranch_4(MCInst *MI,
257 static DecodeStatus DecodeBlezlGroupBranch_4(MCInst *MI,
260 static DecodeStatus DecodeBgtzlGroupBranch_4(MCInst *MI,
263 static DecodeStatus DecodeBgtzGroupBranch_4(MCInst *MI,
266 static DecodeStatus DecodeBlezGroupBranch_4(MCInst *MI,
269 static DecodeStatus DecodeRegListOperand(MCInst *Inst,
272 static DecodeStatus DecodeRegListOperand16(MCInst *Inst,
275 static DecodeStatus DecodeMovePRegPair(MCInst *Inst,
407 static DecodeStatus MipsDisassembler_getInstruction(int mode, MCInst *instr, in MipsDisassembler_getInstruction()
413 DecodeStatus Result; in MipsDisassembler_getInstruction()
510 DecodeStatus status = MipsDisassembler_getInstruction(handle->mode, instr, in Mips_getInstruction()
524 static DecodeStatus DecodeINSVE_DF_4(MCInst *MI, uint32_t insn, in DecodeINSVE_DF_4()
527 typedef DecodeStatus (*DecodeFN)(MCInst *, unsigned, uint64_t, const MCRegisterInfo *); in DecodeINSVE_DF_4()
576 static DecodeStatus DecodeAddiGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeAddiGroupBranch_4()
612 static DecodeStatus DecodeDaddiGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeDaddiGroupBranch_4()
648 static DecodeStatus DecodeBlezlGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeBlezlGroupBranch_4()
688 static DecodeStatus DecodeBgtzlGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeBgtzlGroupBranch_4()
728 static DecodeStatus DecodeBgtzGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeBgtzGroupBranch_4()
774 static DecodeStatus DecodeBlezGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeBlezGroupBranch_4()
814 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst *Inst, in DecodeCPU16RegsRegisterClass()
820 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst, in DecodeGPR64RegisterClass()
833 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst *Inst, in DecodeGPRMM16RegisterClass()
846 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst *Inst, in DecodeGPRMM16ZeroRegisterClass()
859 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst *Inst, in DecodeGPRMM16MovePRegisterClass()
872 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst, in DecodeGPR32RegisterClass()
885 static DecodeStatus DecodePtrRegisterClass(MCInst *Inst, in DecodePtrRegisterClass()
895 static DecodeStatus DecodeDSPRRegisterClass(MCInst *Inst, in DecodeDSPRRegisterClass()
901 static DecodeStatus DecodeFGR64RegisterClass(MCInst *Inst, in DecodeFGR64RegisterClass()
914 static DecodeStatus DecodeFGR32RegisterClass(MCInst *Inst, in DecodeFGR32RegisterClass()
927 static DecodeStatus DecodeCCRRegisterClass(MCInst *Inst, in DecodeCCRRegisterClass()
940 static DecodeStatus DecodeFCCRegisterClass(MCInst *Inst, in DecodeFCCRegisterClass()
953 static DecodeStatus DecodeCCRegisterClass(MCInst *Inst, in DecodeCCRegisterClass()
966 static DecodeStatus DecodeFGRCCRegisterClass(MCInst *Inst, in DecodeFGRCCRegisterClass()
979 static DecodeStatus DecodeMem(MCInst *Inst, in DecodeMem()
1001 static DecodeStatus DecodeCacheOp(MCInst *Inst, in DecodeCacheOp()
1017 static DecodeStatus DecodeCacheOpMM(MCInst *Inst, in DecodeCacheOpMM()
1033 static DecodeStatus DecodeCacheOpR6(MCInst *Inst, in DecodeCacheOpR6()
1049 static DecodeStatus DecodeSyncI(MCInst *Inst, in DecodeSyncI()
1063 static DecodeStatus DecodeMSA128Mem(MCInst *Inst, unsigned Insn, in DecodeMSA128Mem()
1110 static DecodeStatus DecodeMemMMImm4(MCInst *Inst, in DecodeMemMMImm4()
1161 static DecodeStatus DecodeMemMMSPImm5Lsl2(MCInst *Inst, in DecodeMemMMSPImm5Lsl2()
1176 static DecodeStatus DecodeMemMMGPImm7Lsl2(MCInst *Inst, in DecodeMemMMGPImm7Lsl2()
1191 static DecodeStatus DecodeMemMMReglistImm4Lsl2(MCInst *Inst, in DecodeMemMMReglistImm4Lsl2()
1205 static DecodeStatus DecodeMemMMImm12(MCInst *Inst, in DecodeMemMMImm12()
1239 static DecodeStatus DecodeMemMMImm16(MCInst *Inst, in DecodeMemMMImm16()
1256 static DecodeStatus DecodeFMem(MCInst *Inst, in DecodeFMem()
1273 static DecodeStatus DecodeFMem2(MCInst *Inst, in DecodeFMem2()
1290 static DecodeStatus DecodeFMem3(MCInst *Inst, in DecodeFMem3()
1307 static DecodeStatus DecodeFMemCop2R6(MCInst *Inst, in DecodeFMemCop2R6()
1324 static DecodeStatus DecodeSpecial3LlSc(MCInst *Inst, in DecodeSpecial3LlSc()
1346 static DecodeStatus DecodeHWRegsRegisterClass(MCInst *Inst, in DecodeHWRegsRegisterClass()
1358 static DecodeStatus DecodeAFGR64RegisterClass(MCInst *Inst, in DecodeAFGR64RegisterClass()
1372 static DecodeStatus DecodeACC64DSPRegisterClass(MCInst *Inst, in DecodeACC64DSPRegisterClass()
1385 static DecodeStatus DecodeHI32DSPRegisterClass(MCInst *Inst, in DecodeHI32DSPRegisterClass()
1399 static DecodeStatus DecodeLO32DSPRegisterClass(MCInst *Inst, in DecodeLO32DSPRegisterClass()
1413 static DecodeStatus DecodeMSA128BRegisterClass(MCInst *Inst, in DecodeMSA128BRegisterClass()
1427 static DecodeStatus DecodeMSA128HRegisterClass(MCInst *Inst, in DecodeMSA128HRegisterClass()
1441 static DecodeStatus DecodeMSA128WRegisterClass(MCInst *Inst, in DecodeMSA128WRegisterClass()
1455 static DecodeStatus DecodeMSA128DRegisterClass(MCInst *Inst, in DecodeMSA128DRegisterClass()
1469 static DecodeStatus DecodeMSACtrlRegisterClass(MCInst *Inst, in DecodeMSACtrlRegisterClass()
1483 static DecodeStatus DecodeCOP2RegisterClass(MCInst *Inst, in DecodeCOP2RegisterClass()
1497 static DecodeStatus DecodeBranchTarget(MCInst *Inst, in DecodeBranchTarget()
1506 static DecodeStatus DecodeJumpTarget(MCInst *Inst, in DecodeJumpTarget()
1515 static DecodeStatus DecodeBranchTarget21(MCInst *Inst, in DecodeBranchTarget21()
1525 static DecodeStatus DecodeBranchTarget26(MCInst *Inst, in DecodeBranchTarget26()
1534 static DecodeStatus DecodeBranchTarget7MM(MCInst *Inst, in DecodeBranchTarget7MM()
1542 static DecodeStatus DecodeBranchTarget10MM(MCInst *Inst, in DecodeBranchTarget10MM()
1550 static DecodeStatus DecodeBranchTargetMM(MCInst *Inst, in DecodeBranchTargetMM()
1559 static DecodeStatus DecodeJumpTargetMM(MCInst *Inst, in DecodeJumpTargetMM()
1568 static DecodeStatus DecodeAddiur2Simm7(MCInst *Inst, in DecodeAddiur2Simm7()
1581 static DecodeStatus DecodeUImm6Lsl2(MCInst *Inst, in DecodeUImm6Lsl2()
1589 static DecodeStatus DecodeLiSimm7(MCInst *Inst, in DecodeLiSimm7()
1600 static DecodeStatus DecodeSimm4(MCInst *Inst, in DecodeSimm4()
1608 static DecodeStatus DecodeSimm16(MCInst *Inst, in DecodeSimm16()
1616 static DecodeStatus DecodeLSAImm(MCInst *Inst, in DecodeLSAImm()
1625 static DecodeStatus DecodeInsSize(MCInst *Inst, in DecodeInsSize()
1636 static DecodeStatus DecodeExtSize(MCInst *Inst, in DecodeExtSize()
1646 static DecodeStatus DecodeSimm19Lsl2(MCInst *Inst, in DecodeSimm19Lsl2()
1654 static DecodeStatus DecodeSimm18Lsl3(MCInst *Inst, in DecodeSimm18Lsl3()
1662 static DecodeStatus DecodeSimm9SP(MCInst *Inst, unsigned Insn, in DecodeSimm9SP()
1679 static DecodeStatus DecodeANDI16Imm(MCInst *Inst, unsigned Insn, in DecodeANDI16Imm()
1695 static DecodeStatus DecodeUImm5lsl2(MCInst *Inst, unsigned Insn, in DecodeUImm5lsl2()
1703 static DecodeStatus DecodeRegListOperand(MCInst *Inst, unsigned Insn, in DecodeRegListOperand()
1726 static DecodeStatus DecodeRegListOperand16(MCInst *Inst, unsigned Insn, in DecodeRegListOperand16()
1742 static DecodeStatus DecodeMovePRegPair(MCInst *Inst, unsigned Insn, in DecodeMovePRegPair()
1787 static DecodeStatus DecodeSimm23Lsl2(MCInst *Inst, unsigned Insn, in DecodeSimm23Lsl2()