Searched refs:addPacketOffset (Results 1 – 3 of 3) sorted by relevance
115 return append(new Instruction(Opcodes.LDB, R0).addPacketOffset(ofs)); in addLoad8intoR0()123 return append(new Instruction(Opcodes.LDH, R0).addPacketOffset(ofs)); in addLoad16intoR0()131 return append(new Instruction(Opcodes.LDW, R0).addPacketOffset(ofs)); in addLoad32intoR0()
313 return append(new Instruction(Opcodes.PKTDATACOPY, Rbit0).addPacketOffset(src).addU8(len)); in addPacketCopy()
449 Instruction addPacketOffset(int imm) { in addPacketOffset() method in BaseApfGenerator.Instruction