HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 51 - 75 of 430) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 25 import proguard.classfile.instruction.*;
26 import proguard.classfile.instruction.visitor.InstructionVisitor;
106 * Applies the given instruction visitor to all instructions.
115 * Applies the given instruction visitor to the instruction at the specified
120 Instruction instruction = InstructionFactory.create(code, offset); local
121 instruction.accept(clazz, method, this, offset, instructionVisitor);
126 * Applies the given instruction visitor to all instructions in the
135 // Note that the instruction is only volatile
136 Instruction instruction = InstructionFactory.create(code, offset); local
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 41 import org.jf.dexlib.Code.Instruction;
71 Instruction[] instructions = encodedMethod.codeItem.getInstructions();
79 Instruction instruction = instructions[i]; local
80 if (instruction.opcode == Opcode.PACKED_SWITCH) {
83 ((OffsetInstruction)instruction).getTargetAddressOffset(),
85 } else if (instruction.opcode == Opcode.SPARSE_SWITCH) {
88 ((OffsetInstruction)instruction).getTargetAddressOffset(),
92 currentCodeAddress += instruction.getSize(currentCodeAddress);
242 Instruction[] instructions = encodedMethod.codeItem.getInstructions()
328 Instruction instruction = instructions[i]; local
400 AnalyzedInstruction instruction = instructions.get(i); local
    [all...]
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 22 @ CHECK-ERRORS: error: too many conditions on IT instruction
39 @ CHECK-ERRORS: error: invalid operand for instruction
40 @ CHECK-ERRORS: error: invalid operand for instruction
41 @ CHECK-ERRORS: error: invalid operand for instruction
42 @ CHECK-ERRORS: error: invalid operand for instruction
diagnostics.s 6 @ 's' bit on an instruction that can't accept it.
8 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
54 @ CHECK-ERRORS: error: invalid operand for instruction
64 @ CHECK-ERRORS: error: invalid operand for instruction
65 @ CHECK-ERRORS: error: invalid operand for instruction
66 @ CHECK-ERRORS: error: invalid operand for instruction
67 @ CHECK-ERRORS: error: invalid operand for instruction
85 @ CHECK-ERRORS: error: invalid operand for instruction
86 @ CHECK-ERRORS: error: invalid operand for instruction
87 @ CHECK-ERRORS: error: invalid operand for instruction
    [all...]
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 3 valgrind: Unrecognised instruction at address 0x.........
5 Your program just tried to execute an instruction that Valgrind
10 2. The instruction is legitimate but Valgrind doesn't handle it,
  /build/core/combo/arch/arm/
armv4t.mk 5 # it's mostly an obsoleted instruction set architecture (only available
7 # code in assembler source since the bx (branch and exchange) instruction is
  /external/proguard/src/proguard/classfile/instruction/
InstructionUtil.java 21 package proguard.classfile.instruction;
SwitchInstruction.java 21 package proguard.classfile.instruction;
24 * This Instruction represents a simple instruction without variable arguments
29 public abstract class SwitchInstruction extends Instruction
55 * Copies the given instruction into this instruction.
56 * @param switchInstruction the instruction to be copied.
57 * @return this instruction.
69 // Implementations for Instruction.
  /external/proguard/src/proguard/classfile/instruction/visitor/
AllInstructionVisitor.java 21 package proguard.classfile.instruction.visitor;
29 * This AttributeVisitor lets a given InstructionVisitor visit all Instruction
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 25 import proguard.classfile.instruction.ConstantInstruction;
54 * field or method reference instruction.
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
PackedSwitchMethodItem.java 47 PackedSwitchDataPseudoInstruction instruction) {
48 super(codeItem, codeAddress, instruction);
53 Iterator<PackedSwitchDataPseudoInstruction.PackedSwitchTarget> iterator = instruction.iterateKeysAndTargets();
81 IntegerRenderer.writeTo(writer, instruction.getFirstKey());
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 29 import proguard.classfile.instruction.*;
30 import proguard.classfile.instruction.visitor.InstructionVisitor;
169 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
172 instruction.accept(clazz, method, codeAttribute, offset, unusedParameterSimplifier);
196 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
199 // Mark that the instruction is necessary if it is an infinite loop.
200 if (instruction.opcode == InstructionConstants.OP_GOTO &&
201 ((BranchInstruction)instruction).branchOffset == 0
238 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
309 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
365 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
382 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
411 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 884 // Only allowed in IT (if then) block if last instruction.
891 // Only allowed in IT (if then) block if last instruction.
899 // Only allowed in IT (if then) block if last instruction.
1007 // rt == ARMRegisters::pc only allowed if last instruction in IT (if then) block.
1936 uint16_t* instruction = static_cast<uint16_t*>(address); local
1942 uint16_t* instruction = static_cast<uint16_t*>(address); local
1948 uint16_t* instruction = static_cast<uint16_t*>(address); local
1954 uint16_t* instruction = static_cast<uint16_t*>(address); local
1960 uint16_t* instruction = static_cast<uint16_t*>(address); local
1966 uint16_t* instruction = static_cast<uint16_t*>(address); local
    [all...]
  /dalvik/vm/mterp/arm-vfp/
fbinop2addr.S 3 * an "instr" line that specifies an instruction that performs
21 GOTO_OPCODE(ip) @ jump to next instruction
fbinopWide2addr.S 3 * an "instr" line that specifies an instruction that performs
22 GOTO_OPCODE(ip) @ jump to next instruction
funop.S 3 * line that specifies an instruction that performs "s1 = op s0".
18 GOTO_OPCODE(ip) @ jump to next instruction
funopNarrower.S 3 * "instr" line that specifies an instruction that performs "s0 = op d0".
18 GOTO_OPCODE(ip) @ jump to next instruction
funopWider.S 3 * "instr" line that specifies an instruction that performs "d0 = op s0".
18 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv5te/
OP_ARRAY_LENGTH.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_4.S 10 GOTO_OPCODE(ip) @ execute next instruction
OP_CONST_HIGH16.S 9 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_32.S 12 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_HIGH16.S 11 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 393 milliseconds

1 23 4 5 6 7 8 91011>>