HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 226 - 250 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_IPUT_WIDE.S 71 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
74 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 29 import proguard.classfile.instruction.*;
30 import proguard.classfile.instruction.visitor.InstructionVisitor;
145 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
147 // Copy the instruction.
148 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
166 // Is the next instruction a return?
170 Instruction nextInstruction =
203 // The original return instruction will be
225 // Copy the instruction
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
PeepholeOptimizer.java 27 import proguard.classfile.instruction.visitor.InstructionVisitor;
32 * instruction visitor. The instruction visitor should be using the same
50 * @param instructionVisitor the instruction visitor that performs
67 * @param instructionVisitor the instruction visitor that performs
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S 66 r7 rINST first 16-bit code unit of current instruction
67 r8 rIBASE interpreted instruction base pointer, used for computed goto
70 one instruction to make instruction-counting easier. They MUST NOT alter
110 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
115 * Fetch the next instruction from the specified offset. Advances rPC
116 * to point to the next instruction. "_count" is in 16-bit code units.
136 * Fetch the next instruction from an offset specified by _reg. Updates
137 * rPC to point to the next instruction. "_reg" must specify the distance
164 * Put the instruction's opcode field into the specified register
    [all...]
InterpAsm-armv5te.S 66 r7 rINST first 16-bit code unit of current instruction
67 r8 rIBASE interpreted instruction base pointer, used for computed goto
70 one instruction to make instruction-counting easier. They MUST NOT alter
110 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
115 * Fetch the next instruction from the specified offset. Advances rPC
116 * to point to the next instruction. "_count" is in 16-bit code units.
136 * Fetch the next instruction from an offset specified by _reg. Updates
137 * rPC to point to the next instruction. "_reg" must specify the distance
164 * Put the instruction's opcode field into the specified register
    [all...]
InterpAsm-armv5te-vfp.S 66 r7 rINST first 16-bit code unit of current instruction
67 r8 rIBASE interpreted instruction base pointer, used for computed goto
70 one instruction to make instruction-counting easier. They MUST NOT alter
110 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
115 * Fetch the next instruction from the specified offset. Advances rPC
116 * to point to the next instruction. "_count" is in 16-bit code units.
136 * Fetch the next instruction from an offset specified by _reg. Updates
137 * rPC to point to the next instruction. "_reg" must specify the distance
164 * Put the instruction's opcode field into the specified register
    [all...]
InterpAsm-armv7-a-neon.S 66 r7 rINST first 16-bit code unit of current instruction
67 r8 rIBASE interpreted instruction base pointer, used for computed goto
70 one instruction to make instruction-counting easier. They MUST NOT alter
110 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
115 * Fetch the next instruction from the specified offset. Advances rPC
116 * to point to the next instruction. "_count" is in 16-bit code units.
136 * Fetch the next instruction from an offset specified by _reg. Updates
137 * rPC to point to the next instruction. "_reg" must specify the distance
164 * Put the instruction's opcode field into the specified register
    [all...]
InterpAsm-armv7-a.S 66 r7 rINST first 16-bit code unit of current instruction
67 r8 rIBASE interpreted instruction base pointer, used for computed goto
70 one instruction to make instruction-counting easier. They MUST NOT alter
110 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
115 * Fetch the next instruction from the specified offset. Advances rPC
116 * to point to the next instruction. "_count" is in 16-bit code units.
136 * Fetch the next instruction from an offset specified by _reg. Updates
137 * rPC to point to the next instruction. "_reg" must specify the distance
164 * Put the instruction's opcode field into the specified register
    [all...]
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 33 GOTO_OPCODE(ip) @ jump to next instruction
OP_APUT_WIDE.S 31 GOTO_OPCODE(ip) @ jump to next instruction
OP_SGET_WIDE.S 23 GOTO_OPCODE(ip) @ jump to next instruction
OP_SPUT_WIDE.S 23 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_APUT_WIDE.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_EXECUTE_INLINE_RANGE.S 4 * Execute a "native inline" instruction, using "/range" semantics.
27 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET.S 46 GOTO_OPCODE(ip) @ jump to next instruction
OP_MUL_LONG.S 41 GOTO_OPCODE(ip) @ jump to next instruction
OP_SGET.S 23 GOTO_OPCODE(ip) @ jump to next instruction
OP_SGET_WIDE.S 22 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_SPUT.S 23 GOTO_OPCODE(ip) @ jump to next instruction
OP_SPUT_WIDE.S 22 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 247 milliseconds

1 2 3 4 5 6 7 8 91011>>