Searched refs:addPacketOffset (Results 1 – 3 of 3) sorted by relevance
111 return append(new Instruction(Opcodes.LDB, r).addPacketOffset(ofs)); in addLoad8()119 return append(new Instruction(Opcodes.LDH, r).addPacketOffset(ofs)); in addLoad16()127 return append(new Instruction(Opcodes.LDW, r).addPacketOffset(ofs)); in addLoad32()
407 Instruction addPacketOffset(int imm) { in addPacketOffset() method in BaseApfGenerator.Instruction
280 return append(new Instruction(Opcodes.PKTDATACOPY, Rbit0).addPacketOffset(src).addU8(len)); in addPacketCopy()