Lines Matching refs:Instr
68 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
165 DecodeStatus BPFDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
182 Result = decodeInstruction(DecoderTableBPFALU3264, Instr, Insn, Address,
185 Result = decodeInstruction(DecoderTableBPF64, Instr, Insn, Address, this,
190 switch (Instr.getOpcode()) {
202 auto& Op = Instr.getOperand(1);
212 auto Op = Instr.getOperand(0);
213 Instr.clear();
214 Instr.addOperand(MCOperand::createReg(BPF::R6));
215 Instr.addOperand(Op);