Home
last modified time | relevance | path

Searched refs:Instruction (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfV4GeneratorBase.java65 final Type append(Instruction instruction) { in append()
89 return append(new Instruction(Opcodes.LABEL).setLabel(name)); in defineLabel()
96 return append(new Instruction(Opcodes.JMP).setTargetLabel(target)); in addJump()
103 return append(new Instruction(Opcodes.JMP).addUnsigned(0)); in addNop()
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()
136 return append(new Instruction(Opcodes.LDBX, r).addTwosCompUnsigned(ofs)); in addLoad8Indexed()
145 return append(new Instruction(Opcodes.LDHX, r).addTwosCompUnsigned(ofs)); in addLoad16Indexed()
154 return append(new Instruction(Opcodes.LDWX, r).addTwosCompUnsigned(ofs)); in addLoad32Indexed()
[all …]
DBaseApfGenerator.java281 return Instruction.writeValue(mValue, bytecode, writingOffset, in writeValue()
345 class Instruction { class in BaseApfGenerator
360 Instruction(Opcodes opcode, Rbit rbit) { in Instruction() method in BaseApfGenerator.Instruction
365 Instruction(Opcodes opcode, Register register) { in Instruction() method in BaseApfGenerator.Instruction
369 Instruction(ExtendedOpcodes extendedOpcodes, Rbit rbit) { in Instruction() method in BaseApfGenerator.Instruction
374 Instruction(ExtendedOpcodes extendedOpcodes, Register register) { in Instruction() method in BaseApfGenerator.Instruction
379 Instruction(ExtendedOpcodes extendedOpcodes, int slot, Register register) in Instruction() method in BaseApfGenerator.Instruction
388 Instruction(Opcodes opcode) { in Instruction() method in BaseApfGenerator.Instruction
392 Instruction(ExtendedOpcodes extendedOpcodes) { in Instruction() method in BaseApfGenerator.Instruction
396 Instruction addSigned(int imm) { in addSigned()
[all …]
DApfV6GeneratorBase.java66 return append(new Instruction(Opcodes.PASSDROP, Rbit0).addUnsigned(cnt)); in addCountAndPass()
74 return append(new Instruction(Opcodes.PASSDROP, Rbit1)); in addDrop()
87 return append(new Instruction(Opcodes.PASSDROP, Rbit1).addUnsigned(cnt)); in addCountAndDrop()
95 return append(new Instruction(ExtendedOpcodes.ALLOCATE)); in addAllocateR0()
105 return append(new Instruction(ExtendedOpcodes.ALLOCATE, Rbit1).addU16(size)); in addAllocate()
126 return append(new Instruction(Opcodes.JMP, Rbit1).addUnsigned(data.length) in addData()
135 return append(new Instruction(ExtendedOpcodes.EXCEPTIONBUFFER).addU16(bufSize)); in addExceptionBuffer()
154 return append(new Instruction(ExtendedOpcodes.TRANSMIT, Rbit0).addU8(ipOfs).addU8(255)); in addTransmit()
170 return append(new Instruction(ExtendedOpcodes.TRANSMIT, isUdp ? Rbit1 : Rbit0) in addTransmitL4()
178 return append(new Instruction(Opcodes.WRITE).overrideImmSize(1).addU8(val)); in addWriteU8()
[all …]
DApfV4Generator.java83 append(new Instruction(opcode, Rbit1)); // APFv2/4: R0 op= R1 in addR0ArithR1()
343 return append(new Instruction(Opcodes.LDDW, dst).addSigned(ofs)); in addLoadData()
355 return append(new Instruction(Opcodes.STDW, src).addSigned(ofs)); in addStoreData()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/src/main/java/com/android/development/
DDexToStubConverter.java18 import org.jf.dexlib2.iface.instruction.Instruction;
256 for (Instruction i : method.getImplementation().getInstructions()) { in writeClass()
/packages/modules/AdServices/adservices/apk/assets/classifier/
Dtopic_id_to_name.csv114 10113 /Beauty & Fitness/Fitness/Fitness Instruction & Personal Training
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...