Lines Matching refs:MCInst
79 DecodeStatus getInstruction(MCInst &instr,
98 DecodeStatus getInstruction(MCInst &instr,
110 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst,
115 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
120 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst,
125 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst,
130 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst,
135 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst,
140 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst,
145 static DecodeStatus DecodeFGRH32RegisterClass(MCInst &Inst,
150 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst,
155 static DecodeStatus DecodeFCCRegisterClass(MCInst &Inst,
160 static DecodeStatus DecodeFGRCCRegisterClass(MCInst &Inst, unsigned RegNo,
164 static DecodeStatus DecodeHWRegsRegisterClass(MCInst &Inst,
169 static DecodeStatus DecodeAFGR64RegisterClass(MCInst &Inst,
174 static DecodeStatus DecodeACC64DSPRegisterClass(MCInst &Inst,
179 static DecodeStatus DecodeHI32DSPRegisterClass(MCInst &Inst,
184 static DecodeStatus DecodeLO32DSPRegisterClass(MCInst &Inst,
189 static DecodeStatus DecodeMSA128BRegisterClass(MCInst &Inst,
194 static DecodeStatus DecodeMSA128HRegisterClass(MCInst &Inst,
199 static DecodeStatus DecodeMSA128WRegisterClass(MCInst &Inst,
204 static DecodeStatus DecodeMSA128DRegisterClass(MCInst &Inst,
209 static DecodeStatus DecodeMSACtrlRegisterClass(MCInst &Inst,
214 static DecodeStatus DecodeCOP2RegisterClass(MCInst &Inst,
219 static DecodeStatus DecodeBranchTarget(MCInst &Inst,
224 static DecodeStatus DecodeJumpTarget(MCInst &Inst,
229 static DecodeStatus DecodeBranchTarget21(MCInst &Inst,
234 static DecodeStatus DecodeBranchTarget26(MCInst &Inst,
241 static DecodeStatus DecodeBranchTargetMM(MCInst &Inst,
248 static DecodeStatus DecodeJumpTargetMM(MCInst &Inst,
253 static DecodeStatus DecodeMem(MCInst &Inst,
258 static DecodeStatus DecodeMSA128Mem(MCInst &Inst, unsigned Insn,
261 static DecodeStatus DecodeMemMMImm12(MCInst &Inst,
266 static DecodeStatus DecodeMemMMImm16(MCInst &Inst,
271 static DecodeStatus DecodeFMem(MCInst &Inst, unsigned Insn,
275 static DecodeStatus DecodeSpecial3LlSc(MCInst &Inst,
280 static DecodeStatus DecodeSimm16(MCInst &Inst,
287 static DecodeStatus DecodeLSAImm(MCInst &Inst,
292 static DecodeStatus DecodeInsSize(MCInst &Inst,
297 static DecodeStatus DecodeExtSize(MCInst &Inst,
302 static DecodeStatus DecodeSimm19Lsl2(MCInst &Inst, unsigned Insn,
305 static DecodeStatus DecodeSimm18Lsl3(MCInst &Inst, unsigned Insn,
311 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address,
316 DecodeAddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
321 DecodeDaddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
326 DecodeBlezlGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
331 DecodeBgtzlGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
336 DecodeBgtzGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
341 DecodeBlezGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
398 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, in DecodeINSVE_DF()
400 typedef DecodeStatus (*DecodeFN)(MCInst &, unsigned, uint64_t, const void *); in DecodeINSVE_DF()
444 static DecodeStatus DecodeAddiGroupBranch(MCInst &MI, InsnType insn, in DecodeAddiGroupBranch()
483 static DecodeStatus DecodeDaddiGroupBranch(MCInst &MI, InsnType insn, in DecodeDaddiGroupBranch()
522 static DecodeStatus DecodeBlezlGroupBranch(MCInst &MI, InsnType insn, in DecodeBlezlGroupBranch()
565 static DecodeStatus DecodeBgtzlGroupBranch(MCInst &MI, InsnType insn, in DecodeBgtzlGroupBranch()
609 static DecodeStatus DecodeBgtzGroupBranch(MCInst &MI, InsnType insn, in DecodeBgtzGroupBranch()
658 static DecodeStatus DecodeBlezGroupBranch(MCInst &MI, InsnType insn, in DecodeBlezGroupBranch()
744 MipsDisassembler::getInstruction(MCInst &instr, in getInstruction()
812 Mips64Disassembler::getInstruction(MCInst &instr, in getInstruction()
843 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, in DecodeCPU16RegsRegisterClass()
852 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, in DecodeGPR64RegisterClass()
865 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, in DecodeGPR32RegisterClass()
876 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, in DecodePtrRegisterClass()
886 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, in DecodeDSPRRegisterClass()
893 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst, in DecodeFGR64RegisterClass()
905 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst, in DecodeFGR32RegisterClass()
917 static DecodeStatus DecodeFGRH32RegisterClass(MCInst &Inst, in DecodeFGRH32RegisterClass()
929 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst, in DecodeCCRRegisterClass()
940 static DecodeStatus DecodeFCCRegisterClass(MCInst &Inst, in DecodeFCCRegisterClass()
951 static DecodeStatus DecodeFGRCCRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFGRCCRegisterClass()
962 static DecodeStatus DecodeMem(MCInst &Inst, in DecodeMem()
984 static DecodeStatus DecodeMSA128Mem(MCInst &Inst, unsigned Insn, in DecodeMSA128Mem()
1030 static DecodeStatus DecodeMemMMImm12(MCInst &Inst, in DecodeMemMMImm12()
1051 static DecodeStatus DecodeMemMMImm16(MCInst &Inst, in DecodeMemMMImm16()
1069 static DecodeStatus DecodeFMem(MCInst &Inst, in DecodeFMem()
1087 static DecodeStatus DecodeSpecial3LlSc(MCInst &Inst, in DecodeSpecial3LlSc()
1109 static DecodeStatus DecodeHWRegsRegisterClass(MCInst &Inst, in DecodeHWRegsRegisterClass()
1120 static DecodeStatus DecodeAFGR64RegisterClass(MCInst &Inst, in DecodeAFGR64RegisterClass()
1133 static DecodeStatus DecodeACC64DSPRegisterClass(MCInst &Inst, in DecodeACC64DSPRegisterClass()
1145 static DecodeStatus DecodeHI32DSPRegisterClass(MCInst &Inst, in DecodeHI32DSPRegisterClass()
1157 static DecodeStatus DecodeLO32DSPRegisterClass(MCInst &Inst, in DecodeLO32DSPRegisterClass()
1169 static DecodeStatus DecodeMSA128BRegisterClass(MCInst &Inst, in DecodeMSA128BRegisterClass()
1181 static DecodeStatus DecodeMSA128HRegisterClass(MCInst &Inst, in DecodeMSA128HRegisterClass()
1193 static DecodeStatus DecodeMSA128WRegisterClass(MCInst &Inst, in DecodeMSA128WRegisterClass()
1205 static DecodeStatus DecodeMSA128DRegisterClass(MCInst &Inst, in DecodeMSA128DRegisterClass()
1217 static DecodeStatus DecodeMSACtrlRegisterClass(MCInst &Inst, in DecodeMSACtrlRegisterClass()
1229 static DecodeStatus DecodeCOP2RegisterClass(MCInst &Inst, in DecodeCOP2RegisterClass()
1241 static DecodeStatus DecodeBranchTarget(MCInst &Inst, in DecodeBranchTarget()
1250 static DecodeStatus DecodeJumpTarget(MCInst &Inst, in DecodeJumpTarget()
1260 static DecodeStatus DecodeBranchTarget21(MCInst &Inst, in DecodeBranchTarget21()
1270 static DecodeStatus DecodeBranchTarget26(MCInst &Inst, in DecodeBranchTarget26()
1280 static DecodeStatus DecodeBranchTargetMM(MCInst &Inst, in DecodeBranchTargetMM()
1289 static DecodeStatus DecodeJumpTargetMM(MCInst &Inst, in DecodeJumpTargetMM()
1298 static DecodeStatus DecodeSimm16(MCInst &Inst, in DecodeSimm16()
1306 static DecodeStatus DecodeLSAImm(MCInst &Inst, in DecodeLSAImm()
1315 static DecodeStatus DecodeInsSize(MCInst &Inst, in DecodeInsSize()
1326 static DecodeStatus DecodeExtSize(MCInst &Inst, in DecodeExtSize()
1335 static DecodeStatus DecodeSimm19Lsl2(MCInst &Inst, unsigned Insn, in DecodeSimm19Lsl2()
1341 static DecodeStatus DecodeSimm18Lsl3(MCInst &Inst, unsigned Insn, in DecodeSimm18Lsl3()