Lines Matching refs:Insn
126 static DecodeStatus decodeMemoryOpValue(MCInst &Inst, unsigned Insn, in decodeMemoryOpValue() argument
128 unsigned Register = (Insn >> 16) & 0xf; in decodeMemoryOpValue()
133 unsigned Offset = (Insn & 0xffff); in decodeMemoryOpValue()
141 uint64_t &Size, uint64_t &Insn, in readInstruction64() argument
159 Insn = Make_64(Hi, Lo); in readInstruction64()
169 uint64_t Insn, Hi; in getInstruction() local
172 Result = readInstruction64(Bytes, Address, Size, Insn, IsLittleEndian); in getInstruction()
175 uint8_t InstClass = getInstClass(Insn); in getInstruction()
176 uint8_t InstMode = getInstMode(Insn); in getInstruction()
178 getInstSize(Insn) != BPF_DW && in getInstruction()
181 Result = decodeInstruction(DecoderTableBPFALU3264, Instr, Insn, Address, in getInstruction()
184 Result = decodeInstruction(DecoderTableBPF64, Instr, Insn, Address, this, in getInstruction()