Lines Matching defs:Insn
51 uint64_t &Size, uint32_t &Insn) { in readInstruction32()
60 uint64_t &Size, uint64_t &Insn) { in readInstruction64()
70 uint64_t &Size, uint64_t &Insn) { in readInstruction48()
79 uint64_t &Size, uint32_t &Insn) { in readInstruction16()
156 static unsigned decodeCField(unsigned Insn) { in decodeCField()
160 static unsigned decodeBField(unsigned Insn) { in decodeBField()
165 static unsigned decodeAField(unsigned Insn) { in decodeAField()
169 static DecodeStatus DecodeMEMrs9(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeMEMrs9()
229 static DecodeStatus DecodeStLImmInstruction(MCInst &Inst, uint64_t Insn, in DecodeStLImmInstruction()
246 static DecodeStatus DecodeLdLImmInstruction(MCInst &Inst, uint64_t Insn, in DecodeLdLImmInstruction()
264 static DecodeStatus DecodeLdRLImmInstruction(MCInst &Inst, uint64_t Insn, in DecodeLdRLImmInstruction()
281 static DecodeStatus DecodeMoveHRegInstruction(MCInst &Inst, uint64_t Insn, in DecodeMoveHRegInstruction()
307 static DecodeStatus DecodeCCRU6Instruction(MCInst &Inst, uint64_t Insn, in DecodeCCRU6Instruction()
322 static DecodeStatus DecodeSOPwithRU6(MCInst &Inst, uint64_t Insn, in DecodeSOPwithRU6()
333 static DecodeStatus DecodeSOPwithRS12(MCInst &Inst, uint64_t Insn, in DecodeSOPwithRS12()