Lines Matching refs:DecodeStatus

30 using DecodeStatus = MCDisassembler::DecodeStatus;  typedef
45 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
67 static DecodeStatus DecodeARRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeARRegisterClass()
80 static DecodeStatus DecodeSRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeSRRegisterClass()
106 static DecodeStatus decodeCallOperand(MCInst &Inst, uint64_t Imm, in decodeCallOperand()
113 static DecodeStatus decodeJumpOperand(MCInst &Inst, uint64_t Imm, in decodeJumpOperand()
120 static DecodeStatus decodeBranchOperand(MCInst &Inst, uint64_t Imm, in decodeBranchOperand()
141 static DecodeStatus decodeL32ROperand(MCInst &Inst, uint64_t Imm, in decodeL32ROperand()
150 static DecodeStatus decodeImm8Operand(MCInst &Inst, uint64_t Imm, in decodeImm8Operand()
157 static DecodeStatus decodeImm8_sh8Operand(MCInst &Inst, uint64_t Imm, in decodeImm8_sh8Operand()
165 static DecodeStatus decodeImm12Operand(MCInst &Inst, uint64_t Imm, in decodeImm12Operand()
172 static DecodeStatus decodeUimm4Operand(MCInst &Inst, uint64_t Imm, in decodeUimm4Operand()
179 static DecodeStatus decodeUimm5Operand(MCInst &Inst, uint64_t Imm, in decodeUimm5Operand()
186 static DecodeStatus decodeImm1_16Operand(MCInst &Inst, uint64_t Imm, in decodeImm1_16Operand()
193 static DecodeStatus decodeShimm1_31Operand(MCInst &Inst, uint64_t Imm, in decodeShimm1_31Operand()
203 static DecodeStatus decodeB4constOperand(MCInst &Inst, uint64_t Imm, in decodeB4constOperand()
213 static DecodeStatus decodeB4constuOperand(MCInst &Inst, uint64_t Imm, in decodeB4constuOperand()
222 static DecodeStatus decodeMem8Operand(MCInst &Inst, uint64_t Imm, in decodeMem8Operand()
230 static DecodeStatus decodeMem16Operand(MCInst &Inst, uint64_t Imm, in decodeMem16Operand()
238 static DecodeStatus decodeMem32Operand(MCInst &Inst, uint64_t Imm, in decodeMem32Operand()
247 static DecodeStatus readInstruction24(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction24()
268 DecodeStatus XtensaDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
273 DecodeStatus Result; in getInstruction()