Lines Matching refs:DecodeStatus
43 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst,
46 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst *Inst,
49 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst,
52 static DecodeStatus DecodePtrRegisterClass(MCInst *Inst,
55 static DecodeStatus DecodeDSPRRegisterClass(MCInst *Inst,
58 static DecodeStatus DecodeFGR64RegisterClass(MCInst *Inst,
61 static DecodeStatus DecodeFGR32RegisterClass(MCInst *Inst,
64 static DecodeStatus DecodeCCRRegisterClass(MCInst *Inst,
67 static DecodeStatus DecodeFCCRegisterClass(MCInst *Inst,
70 static DecodeStatus DecodeCCRegisterClass(MCInst *Inst,
73 static DecodeStatus DecodeFGRCCRegisterClass(MCInst *Inst,
76 static DecodeStatus DecodeHWRegsRegisterClass(MCInst *Inst,
79 static DecodeStatus DecodeAFGR64RegisterClass(MCInst *Inst,
82 static DecodeStatus DecodeACC64DSPRegisterClass(MCInst *Inst,
85 static DecodeStatus DecodeHI32DSPRegisterClass(MCInst *Inst,
88 static DecodeStatus DecodeLO32DSPRegisterClass(MCInst *Inst,
91 static DecodeStatus DecodeMSA128BRegisterClass(MCInst *Inst,
94 static DecodeStatus DecodeMSA128HRegisterClass(MCInst *Inst,
97 static DecodeStatus DecodeMSA128WRegisterClass(MCInst *Inst,
100 static DecodeStatus DecodeMSA128DRegisterClass(MCInst *Inst,
103 static DecodeStatus DecodeMSACtrlRegisterClass(MCInst *Inst,
106 static DecodeStatus DecodeCOP2RegisterClass(MCInst *Inst,
109 static DecodeStatus DecodeBranchTarget(MCInst *Inst,
112 static DecodeStatus DecodeJumpTarget(MCInst *Inst,
115 static DecodeStatus DecodeBranchTarget21(MCInst *Inst,
118 static DecodeStatus DecodeBranchTarget26(MCInst *Inst,
123 static DecodeStatus DecodeBranchTargetMM(MCInst *Inst,
128 static DecodeStatus DecodeJumpTargetMM(MCInst *Inst,
131 static DecodeStatus DecodeMem(MCInst *Inst,
134 static DecodeStatus DecodeCachePref(MCInst *Inst,
137 static DecodeStatus DecodeMSA128Mem(MCInst *Inst,
140 static DecodeStatus DecodeMemMMImm12(MCInst *Inst,
143 static DecodeStatus DecodeMemMMImm16(MCInst *Inst,
146 static DecodeStatus DecodeFMem(MCInst *Inst, unsigned Insn,
149 static DecodeStatus DecodeCOP2Mem(MCInst *Inst, unsigned Insn,
152 static DecodeStatus DecodeCOP3Mem(MCInst *Inst, unsigned Insn,
155 static DecodeStatus DecodeSpecial3LlSc(MCInst *Inst,
158 static DecodeStatus DecodeSimm16(MCInst *Inst,
163 static DecodeStatus DecodeLSAImm(MCInst *Inst,
166 static DecodeStatus DecodeInsSize(MCInst *Inst,
169 static DecodeStatus DecodeExtSize(MCInst *Inst,
172 static DecodeStatus DecodeSimm19Lsl2(MCInst *Inst,
175 static DecodeStatus DecodeSimm18Lsl3(MCInst *Inst,
180 static DecodeStatus DecodeINSVE_DF_4(MCInst *MI,
183 static DecodeStatus DecodeAddiGroupBranch_4(MCInst *MI,
186 static DecodeStatus DecodeDaddiGroupBranch_4(MCInst *MI,
189 static DecodeStatus DecodeBlezlGroupBranch_4(MCInst *MI,
192 static DecodeStatus DecodeBgtzlGroupBranch_4(MCInst *MI,
195 static DecodeStatus DecodeBgtzGroupBranch_4(MCInst *MI,
198 static DecodeStatus DecodeBlezGroupBranch_4(MCInst *MI,
290 static DecodeStatus readInstruction32(unsigned char *code, uint32_t *insn, bool isBigEndian, bool i… in readInstruction32()
320 static DecodeStatus MipsDisassembler_getInstruction(int mode, MCInst *instr, in MipsDisassembler_getInstruction()
326 DecodeStatus Result; in MipsDisassembler_getInstruction()
398 DecodeStatus status = MipsDisassembler_getInstruction(handle->mode, instr, in Mips_getInstruction()
406 static DecodeStatus Mips64Disassembler_getInstruction(int mode, MCInst *instr, in Mips64Disassembler_getInstruction()
412 DecodeStatus Result; in Mips64Disassembler_getInstruction()
452 DecodeStatus status = Mips64Disassembler_getInstruction(handle->mode, instr, in Mips64_getInstruction()
468 static DecodeStatus DecodeINSVE_DF_4(MCInst *MI, uint32_t insn, in DecodeINSVE_DF_4()
471 typedef DecodeStatus (*DecodeFN)(MCInst *, unsigned, uint64_t, MCRegisterInfo *); in DecodeINSVE_DF_4()
523 static DecodeStatus DecodeAddiGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeAddiGroupBranch_4()
559 static DecodeStatus DecodeDaddiGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeDaddiGroupBranch_4()
595 static DecodeStatus DecodeBlezlGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeBlezlGroupBranch_4()
635 static DecodeStatus DecodeBgtzlGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeBgtzlGroupBranch_4()
675 static DecodeStatus DecodeBgtzGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeBgtzGroupBranch_4()
721 static DecodeStatus DecodeBlezGroupBranch_4(MCInst *MI, uint32_t insn, in DecodeBlezGroupBranch_4()
761 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst *Inst, in DecodeCPU16RegsRegisterClass()
767 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst, in DecodeGPR64RegisterClass()
780 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst, in DecodeGPR32RegisterClass()
793 static DecodeStatus DecodePtrRegisterClass(MCInst *Inst, in DecodePtrRegisterClass()
802 static DecodeStatus DecodeDSPRRegisterClass(MCInst *Inst, in DecodeDSPRRegisterClass()
808 static DecodeStatus DecodeFGR64RegisterClass(MCInst *Inst, in DecodeFGR64RegisterClass()
821 static DecodeStatus DecodeFGR32RegisterClass(MCInst *Inst, in DecodeFGR32RegisterClass()
834 static DecodeStatus DecodeCCRRegisterClass(MCInst *Inst, in DecodeCCRRegisterClass()
847 static DecodeStatus DecodeFCCRegisterClass(MCInst *Inst, in DecodeFCCRegisterClass()
860 static DecodeStatus DecodeCCRegisterClass(MCInst *Inst, in DecodeCCRegisterClass()
873 static DecodeStatus DecodeFGRCCRegisterClass(MCInst *Inst, in DecodeFGRCCRegisterClass()
886 static DecodeStatus DecodeMem(MCInst *Inst, in DecodeMem()
907 static DecodeStatus DecodeCachePref(MCInst *Inst, in DecodeCachePref()
923 static DecodeStatus DecodeMSA128Mem(MCInst *Inst, unsigned Insn, in DecodeMSA128Mem()
970 static DecodeStatus DecodeMemMMImm12(MCInst *Inst, in DecodeMemMMImm12()
990 static DecodeStatus DecodeMemMMImm16(MCInst *Inst, in DecodeMemMMImm16()
1007 static DecodeStatus DecodeFMem(MCInst *Inst, in DecodeFMem()
1024 static DecodeStatus DecodeCOP2Mem(MCInst *Inst, in DecodeCOP2Mem()
1041 static DecodeStatus DecodeCOP3Mem(MCInst *Inst, in DecodeCOP3Mem()
1058 static DecodeStatus DecodeSpecial3LlSc(MCInst *Inst, in DecodeSpecial3LlSc()
1080 static DecodeStatus DecodeHWRegsRegisterClass(MCInst *Inst, in DecodeHWRegsRegisterClass()
1092 static DecodeStatus DecodeAFGR64RegisterClass(MCInst *Inst, in DecodeAFGR64RegisterClass()
1106 static DecodeStatus DecodeACC64DSPRegisterClass(MCInst *Inst, in DecodeACC64DSPRegisterClass()
1119 static DecodeStatus DecodeHI32DSPRegisterClass(MCInst *Inst, in DecodeHI32DSPRegisterClass()
1133 static DecodeStatus DecodeLO32DSPRegisterClass(MCInst *Inst, in DecodeLO32DSPRegisterClass()
1147 static DecodeStatus DecodeMSA128BRegisterClass(MCInst *Inst, in DecodeMSA128BRegisterClass()
1161 static DecodeStatus DecodeMSA128HRegisterClass(MCInst *Inst, in DecodeMSA128HRegisterClass()
1175 static DecodeStatus DecodeMSA128WRegisterClass(MCInst *Inst, in DecodeMSA128WRegisterClass()
1189 static DecodeStatus DecodeMSA128DRegisterClass(MCInst *Inst, in DecodeMSA128DRegisterClass()
1203 static DecodeStatus DecodeMSACtrlRegisterClass(MCInst *Inst, in DecodeMSACtrlRegisterClass()
1217 static DecodeStatus DecodeCOP2RegisterClass(MCInst *Inst, in DecodeCOP2RegisterClass()
1231 static DecodeStatus DecodeBranchTarget(MCInst *Inst, in DecodeBranchTarget()
1240 static DecodeStatus DecodeJumpTarget(MCInst *Inst, in DecodeJumpTarget()
1249 static DecodeStatus DecodeBranchTarget21(MCInst *Inst, in DecodeBranchTarget21()
1259 static DecodeStatus DecodeBranchTarget26(MCInst *Inst, in DecodeBranchTarget26()
1268 static DecodeStatus DecodeBranchTargetMM(MCInst *Inst, in DecodeBranchTargetMM()
1277 static DecodeStatus DecodeJumpTargetMM(MCInst *Inst, in DecodeJumpTargetMM()
1286 static DecodeStatus DecodeSimm16(MCInst *Inst, in DecodeSimm16()
1293 static DecodeStatus DecodeLSAImm(MCInst *Inst, in DecodeLSAImm()
1301 static DecodeStatus DecodeInsSize(MCInst *Inst, in DecodeInsSize()
1311 static DecodeStatus DecodeExtSize(MCInst *Inst, in DecodeExtSize()
1319 static DecodeStatus DecodeSimm19Lsl2(MCInst *Inst, in DecodeSimm19Lsl2()
1326 static DecodeStatus DecodeSimm18Lsl3(MCInst *Inst, in DecodeSimm18Lsl3()