Lines Matching refs:Insn
127 static DecodeStatus decodeMemoryOpValue(MCInst &Inst, unsigned Insn, in decodeMemoryOpValue() argument
130 unsigned Register = (Insn >> 16) & 0xf; in decodeMemoryOpValue()
135 unsigned Offset = (Insn & 0xffff); in decodeMemoryOpValue()
143 uint64_t &Size, uint64_t &Insn, in readInstruction64() argument
161 Insn = Make_64(Hi, Lo); in readInstruction64()
171 uint64_t Insn, Hi; in getInstruction() local
174 Result = readInstruction64(Bytes, Address, Size, Insn, IsLittleEndian); in getInstruction()
177 uint8_t InstClass = getInstClass(Insn); in getInstruction()
178 uint8_t InstMode = getInstMode(Insn); in getInstruction()
180 getInstSize(Insn) != BPF_DW && in getInstruction()
183 Result = decodeInstruction(DecoderTableBPFALU3264, Instr, Insn, Address, in getInstruction()
186 Result = decodeInstruction(DecoderTableBPF64, Instr, Insn, Address, this, in getInstruction()