HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 526 - 550 of 1019) sorted by null

<<21222324252627282930>>

  /dalvik/vm/mterp/armv6t2/
OP_MUL_LONG_2ADDR.S 23 GET_INST_OPCODE(ip) @ extract opcode from rINST
bincmp.S 28 GET_INST_OPCODE(ip) @ extract opcode from rINST
binopWide2addr.S 31 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /dalvik/vm/mterp/mips/
OP_AGET.S 29 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_APUT.S 24 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_APUT_WIDE.S 24 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_GOTO_32.S 31 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_IPUT_OBJECT_QUICK.S 20 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_IPUT_WIDE_QUICK.S 15 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_MUL_LONG_2ADDR.S 24 GET_INST_OPCODE(t1) # extract opcode from rINST
OP_PACKED_SWITCH.S 33 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_SHL_LONG_2ADDR.S 25 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_USHR_LONG_2ADDR.S 24 GET_INST_OPCODE(t0) # extract opcode from rINST
bincmp.S 34 GET_INST_OPCODE(t0) # extract opcode from rINST
binflop.S 41 GET_INST_OPCODE(t0) # extract opcode from rINST
binflop2addr.S 42 GET_INST_OPCODE(t0) # extract opcode from rINST
binflopWide2addr.S 43 GET_INST_OPCODE(t0) # extract opcode from rINST
binopWide.S 34 GET_INST_OPCODE(t0) # extract opcode from rINST
binopWide2addr.S 30 GET_INST_OPCODE(t0) # extract opcode from rINST
zcmp.S 32 GET_INST_OPCODE(t0) # extract opcode from rINST
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 206 if (instructionToAnalyze.originalInstruction.opcode.odexOnly()) {
224 ex.addContext(String.format("opcode: %s", instructionToAnalyze.instruction.opcode.name));
261 if (instruction.opcode.odexOnly()) {
330 ex.addContext(String.format("opcode: %s", instructionToVerify.instruction.opcode.name));
506 Opcode instructionOpcode = instruction.instruction.opcode;
549 Opcode instructionOpcode = instruction.instruction.opcode;
3596 Opcode opcode = OdexedFieldInstructionMapper.getAndCheckDeodexedOpcodeForOdexedOpcode(fieldType, instruction.opcode); local
3663 Opcode opcode; local
3674 Opcode opcode; local
3702 Opcode opcode = OdexedFieldInstructionMapper.getAndCheckDeodexedOpcodeForOdexedOpcode(fieldType, local
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
ArrayDataPseudoInstruction.java 32 import org.jf.dexlib.Code.Opcode;
50 super(Opcode.NOP);
61 super(Opcode.NOP);
65 throw new RuntimeException("Invalid opcode byte for an ArrayData pseudo-instruction");
70 throw new RuntimeException("Invalid sub-opcode byte for an ArrayData pseudo-instruction");
145 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
146 if (opcode != Opcode.NOP) {
147 throw new RuntimeException("The opcode for an ArrayDataPseudoInstruction must be NOP")
    [all...]
PackedSwitchDataPseudoInstruction.java 33 import org.jf.dexlib.Code.Opcode;
51 super(Opcode.NOP);
63 super(Opcode.NOP);
67 throw new RuntimeException("Invalid opcode byte for a PackedSwitchData pseudo-instruction");
71 throw new RuntimeException("Invalid sub-opcode byte for a PackedSwitchData pseudo-instruction");
151 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
152 if (opcode != Opcode.NOP) {
153 throw new RuntimeException("The opcode for a PackedSwitchDataPseudoInstruction must be NOP")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 53 unsigned opcode: 4; /* purpose of message */ member in struct:__anon26091
69 unsigned opcode :4; /* purpose of message */ member in struct:__anon26091
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 53 unsigned opcode: 4; /* purpose of message */ member in struct:__anon27681
69 unsigned opcode :4; /* purpose of message */ member in struct:__anon27681

Completed in 1394 milliseconds

<<21222324252627282930>>