Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java61 EXT(21); // Followed by immediate indicating ExtendedOpcodes. enumConstant
759 Instruction instruction = new Instruction(Opcodes.EXT, register); in addLoadFromMemory()
774 Instruction instruction = new Instruction(Opcodes.EXT, register); in addStoreToMemory()
784 Instruction instruction = new Instruction(Opcodes.EXT, register); in addNot()
794 Instruction instruction = new Instruction(Opcodes.EXT, register); in addNeg()
804 Instruction instruction = new Instruction(Opcodes.EXT); in addSwap()
815 Instruction instruction = new Instruction(Opcodes.EXT, register); in addMove()