Lines Matching refs:Insn
126 static DecodeStatus decodeMemoryOpValue(MCInst &Inst, unsigned Insn,
129 unsigned Register = (Insn >> 16) & 0xf;
134 unsigned Offset = (Insn & 0xffff);
142 uint64_t &Size, uint64_t &Insn,
160 Insn = Make_64(Hi, Lo);
170 uint64_t Insn, Hi;
173 Result = readInstruction64(Bytes, Address, Size, Insn, IsLittleEndian);
176 uint8_t InstClass = getInstClass(Insn);
177 uint8_t InstMode = getInstMode(Insn);
179 getInstSize(Insn) != BPF_DW &&
182 Result = decodeInstruction(DecoderTableBPFALU3264, Instr, Insn, Address,
185 Result = decodeInstruction(DecoderTableBPF64, Instr, Insn, Address, this,