/art/compiler/optimizing/ |
instruction_simplifier_arm.cc | 23 void InstructionSimplifierArmVisitor::VisitMul(HMul* instruction) { 24 if (TryCombineMultiplyAccumulate(instruction, kArm)) { 29 void InstructionSimplifierArmVisitor::VisitOr(HOr* instruction) { 30 if (TryMergeNegatedInput(instruction)) { 35 void InstructionSimplifierArmVisitor::VisitAnd(HAnd* instruction) { 36 if (TryMergeNegatedInput(instruction)) {
|
constant_folding.cc | 50 void VisitAbove(HAbove* instruction) OVERRIDE; 51 void VisitAboveOrEqual(HAboveOrEqual* instruction) OVERRIDE; 52 void VisitBelow(HBelow* instruction) OVERRIDE; 53 void VisitBelowOrEqual(HBelowOrEqual* instruction) OVERRIDE; 55 void VisitAnd(HAnd* instruction) OVERRIDE; 56 void VisitCompare(HCompare* instruction) OVERRIDE; 57 void VisitMul(HMul* instruction) OVERRIDE; 58 void VisitOr(HOr* instruction) OVERRIDE; 59 void VisitRem(HRem* instruction) OVERRIDE; 60 void VisitShl(HShl* instruction) OVERRIDE [all...] |
/external/valgrind/none/tests/mips64/ |
macro_load_store.h | 3 #define TEST1(instruction, offset, mem) \ 11 instruction" $t1, 0($t0)" "\n\t" \ 18 instruction, offset, out); \ 21 #define TEST2(instruction, offset) \ 33 instruction" $t3, 0($t1)" "\n\t" \ 44 instruction, offset, out, outHI); \ 47 #define TEST3(instruction, offset, mem) \ 55 instruction" $f0, 0($t0)" "\n\t" \ 62 instruction, offset, out); \ 65 #define TEST3w(instruction, offset, mem) [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
InstructionRewriter.java | 36 import org.jf.dexlib2.iface.instruction.Instruction; 37 import org.jf.dexlib2.iface.instruction.ReferenceInstruction; 38 import org.jf.dexlib2.iface.instruction.formats.*; 46 public class InstructionRewriter implements Rewriter<Instruction> { 53 @Nonnull @Override public Instruction rewrite(@Nonnull Instruction instruction) { 54 if (instruction instanceof ReferenceInstruction) { 55 switch (instruction.getOpcode().format) 77 @Nonnull protected T instruction; field in class:InstructionRewriter.BaseRewrittenReferenceInstruction [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
InstructionTest.java | 20 * Unit tests for {@link Instruction}. 24 private Instruction instruction; field in class:InstructionTest 28 instruction = new Instruction(123); 33 assertEquals(123, instruction.getLine()); 34 assertEquals(0, instruction.getBranches()); 35 assertEquals(0, instruction.getCoveredBranches()); 40 instruction.addBranch(); 41 assertEquals(1, instruction.getBranches()) [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/ |
Instruction10t.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
|
Instruction10x.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.Instruction; 36 public interface Instruction10x extends Instruction {
|
Instruction11x.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
|
Instruction12x.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
|
Instruction20t.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
|
Instruction22x.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
|
Instruction23x.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.ThreeRegisterInstruction;
|
Instruction25x.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.OneFixedFourParameterRegisterInstruction;
|
Instruction30t.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
|
Instruction32x.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
|
PackedSwitchPayload.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
|
SparseSwitchPayload.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
parallel-bad-2.l | 2 [^:]*:5: Error: parallel instruction not following another instruction 3 [^:]*:8: Error: parallel instruction not following another instruction
|
predicate-bad-3.l | 2 [^:]*:5: Error: instruction 'nop' cannot be predicated 3 [^:]*:6: Error: instruction 'nop' cannot be predicated 4 [^:]*:7: Error: instruction 'addab' cannot be predicated 5 [^:]*:8: Error: instruction 'addah' cannot be predicated 6 [^:]*:9: Error: instruction 'addaw' cannot be predicated 7 [^:]*:10: Error: instruction 'callp' cannot be predicated 8 [^:]*:11: Error: instruction 'addsub' cannot be predicated 9 [^:]*:12: Error: instruction 'addsub2' cannot be predicated 10 [^:]*:13: Error: instruction 'cmpy' cannot be predicated 11 [^:]*:14: Error: instruction 'cmpyr' cannot be predicate [all...] |
predicate-bad-2.l | 3 [^:]*:5: Error: instruction 'nop' cannot be predicated 4 [^:]*:6: Error: instruction 'nop' cannot be predicated 5 [^:]*:7: Error: instruction 'nop' cannot be predicated 6 [^:]*:8: Error: instruction 'nop' cannot be predicated 7 [^:]*:9: Error: instruction 'nop' cannot be predicated 8 [^:]*:10: Error: instruction 'nop' cannot be predicated 10 [^:]*:11: Error: instruction 'nop' cannot be predicated 11 [^:]*:12: Error: instruction 'nop' cannot be predicated 12 [^:]*:13: Error: instruction 'nop' cannot be predicated 13 [^:]*:14: Error: instruction 'nop' cannot be predicate [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction.java | 32 package org.jf.dexlib2.immutable.instruction; 37 import org.jf.dexlib2.iface.instruction.Instruction; 38 import org.jf.dexlib2.iface.instruction.formats.*; 44 public abstract class ImmutableInstruction implements Instruction { 53 public static ImmutableInstruction of(Instruction instruction) { 54 if (instruction instanceof ImmutableInstruction) { 55 return (ImmutableInstruction)instruction; 58 switch (instruction.getOpcode().format) [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/ |
FieldOffsetInstruction.java | 32 package org.jf.dexlib2.iface.instruction; 34 public interface FieldOffsetInstruction extends Instruction {
|
HatLiteralInstruction.java | 32 package org.jf.dexlib2.iface.instruction; 34 public interface HatLiteralInstruction extends Instruction {
|
InlineIndexInstruction.java | 32 package org.jf.dexlib2.iface.instruction; 34 public interface InlineIndexInstruction extends Instruction {
|
LongHatLiteralInstruction.java | 32 package org.jf.dexlib2.iface.instruction;
|