HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 151 - 175 of 417) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_SHL_LONG_2ADDR.S 41 FINISH 1 # jump to next instruction
OP_USHR_LONG.S 39 FINISH 2 # jump to next instruction
OP_USHR_LONG_2ADDR.S 41 FINISH 1 # jump to next instruction
binopWide2addr.S 20 * "instr" line to specify an instruction that performs
41 FINISH 1 # jump to next instruction
OP_CONST_CLASS.S 42 FINISH 2 # jump to next instruction
67 FINISH 2 # jump to next instruction
OP_CONST_STRING_JUMBO.S 42 FINISH 3 # jump to next instruction
66 FINISH 3 # jump to next instruction
OP_EXECUTE_INLINE_RANGE.S 19 * Code: Executes a "native inline" instruction. Uses no substitutions.
23 * Description: Executes a "native inline" instruction. This instruction
72 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
75 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp
OP_SGET.S 57 FFETCH_ADV 2, %edx # %edx<- next instruction hi; fetch, advance
60 FGETOP_JMP 2, %edx # jump to next instruction; getop, jmp
  /external/llvm/test/MC/ARM/
thumb2_instructions.s 7 @ FIXME: This is not the correct instruction representation, but at least we are
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequencesReplacer.java 25 import proguard.classfile.instruction.Instruction;
26 import proguard.classfile.instruction.visitor.*;
29 * This InstructionVisitor replaces multiple instruction sequences at once.
45 * instruction.
46 * @param instructionSequences the instruction sequences to be replaced,
49 * and the instruction index in the sequence.
57 Instruction[][][] instructionSequences,
72 * instruction.
73 * @param instructionSequences the instruction sequences to be replaced
    [all...]
ReachableCodeMarker.java 26 import proguard.classfile.instruction.*;
27 import proguard.classfile.instruction.visitor.InstructionVisitor;
31 * This AttributeVisitor finds all instruction offsets, branch targets, and
49 * Returns whether the instruction at the given offset is reachable in
200 * Marks the branch targets of the given jump offsets for the instruction
234 // Continue with the current instruction as long as we haven't marked it
238 // Get the current instruction.
239 Instruction instruction = InstructionFactory.create(code, offset); local
245 // instruction in a moment
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 6 # instruction. On most x86 processors the retired_instruction
7 # performance counter counts this as one instruction. However,
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 6 # instruction. On most x86 processors the retired_instruction
7 # performance counter counts this as one instruction. However,
  /external/proguard/src/proguard/classfile/util/
DynamicMemberReferenceInitializer.java 28 import proguard.classfile.instruction.*;
29 import proguard.classfile.instruction.visitor.InstructionVisitor;
109 private final Instruction[] CONSTANT_GET_FIELD_INSTRUCTIONS = new Instruction[]
117 private final Instruction[] CONSTANT_GET_METHOD_INSTRUCTIONS0 = new Instruction[]
127 private final Instruction[] CONSTANT_GET_METHOD_INSTRUCTIONS1 = new Instruction[]
141 private final Instruction[] CONSTANT_GET_METHOD_INSTRUCTIONS2 = new Instruction[]
    [all...]
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 27 import proguard.classfile.instruction.*;
28 import proguard.classfile.instruction.visitor.InstructionVisitor;
33 * This class can tell whether an instruction has any side effects. Return
59 public boolean hasSideEffects(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
63 instruction.accept(clazz, method, codeAttribute, offset, this);
71 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
AccessMethodMarker.java 27 import proguard.classfile.instruction.*;
28 import proguard.classfile.instruction.visitor.InstructionVisitor;
50 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
ReadWriteFieldMarker.java 27 import proguard.classfile.instruction.*;
28 import proguard.classfile.instruction.visitor.InstructionVisitor;
50 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 53 * %ebx rINST first 16-bit code unit of current instruction
151 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
159 * Fetch the next instruction from the specified offset. Advances rPC
160 * to point to the next instruction. "_count" is in 16-bit code units.
173 * Fetch the next instruction from an offset specified by _reg. Updates
174 * rPC to point to the next instruction. "_reg" must specify the distance
186 * For example, given instruction of format: AA|op BBBB, it
207 * For example, given instruction of format: AA|op CC|BB, it
218 * For example, given instruction of format: AA|op CC|BB, it
248 * Put the instruction's opcode field into the specified register
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 50 for (DecodedInstruction instruction : mappedInstructions) {
51 if (instruction != null) {
52 instruction.encode(out);
  /external/proguard/src/proguard/classfile/editor/
VariableRemapper.java 26 import proguard.classfile.instruction.*;
27 import proguard.classfile.instruction.visitor.InstructionVisitor;
123 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
133 // Replace the instruction.
134 Instruction replacementInstruction =
  /external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java 29 import proguard.classfile.instruction.*;
30 import proguard.classfile.instruction.visitor.InstructionVisitor;
98 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
110 Instruction extraInstruction =
  /dalvik/vm/mterp/armv5te/
OP_CONST_CLASS.S 16 GOTO_OPCODE(ip) @ jump to next instruction
35 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_CLASS_JUMBO.S 18 GOTO_OPCODE(ip) @ jump to next instruction
37 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_STRING.S 16 GOTO_OPCODE(ip) @ jump to next instruction
34 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_STRING_JUMBO.S 18 GOTO_OPCODE(ip) @ jump to next instruction
36 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 1828 milliseconds

1 2 3 4 5 67 8 91011>>