Lines Matching defs:DecodeStatus
30 using DecodeStatus = MCDisassembler::DecodeStatus;
43 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
65 static DecodeStatus DecodeARRegisterClass(MCInst &Inst, uint64_t RegNo,
78 static DecodeStatus DecodeSRRegisterClass(MCInst &Inst, uint64_t RegNo,
104 static DecodeStatus decodeCallOperand(MCInst &Inst, uint64_t Imm,
111 static DecodeStatus decodeJumpOperand(MCInst &Inst, uint64_t Imm,
118 static DecodeStatus decodeBranchOperand(MCInst &Inst, uint64_t Imm,
139 static DecodeStatus decodeL32ROperand(MCInst &Inst, uint64_t Imm,
148 static DecodeStatus decodeImm8Operand(MCInst &Inst, uint64_t Imm,
155 static DecodeStatus decodeImm8_sh8Operand(MCInst &Inst, uint64_t Imm,
163 static DecodeStatus decodeImm12Operand(MCInst &Inst, uint64_t Imm,
170 static DecodeStatus decodeUimm4Operand(MCInst &Inst, uint64_t Imm,
177 static DecodeStatus decodeUimm5Operand(MCInst &Inst, uint64_t Imm,
184 static DecodeStatus decodeImm1_16Operand(MCInst &Inst, uint64_t Imm,
191 static DecodeStatus decodeImm1n_15Operand(MCInst &Inst, uint64_t Imm,
202 static DecodeStatus decodeImm32n_95Operand(MCInst &Inst, uint64_t Imm,
213 static DecodeStatus decodeShimm1_31Operand(MCInst &Inst, uint64_t Imm,
223 static DecodeStatus decodeB4constOperand(MCInst &Inst, uint64_t Imm,
233 static DecodeStatus decodeB4constuOperand(MCInst &Inst, uint64_t Imm,
242 static DecodeStatus decodeMem8Operand(MCInst &Inst, uint64_t Imm,
250 static DecodeStatus decodeMem16Operand(MCInst &Inst, uint64_t Imm,
258 static DecodeStatus decodeMem32Operand(MCInst &Inst, uint64_t Imm,
266 static DecodeStatus decodeMem32nOperand(MCInst &Inst, uint64_t Imm,
276 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address,
295 static DecodeStatus readInstruction24(ArrayRef<uint8_t> Bytes, uint64_t Address,
315 DecodeStatus XtensaDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
320 DecodeStatus Result;