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

1 23 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 35 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
36 import org.jf.dexlib2.iface.instruction.SwitchElement;
37 import org.jf.dexlib2.iface.instruction.formats.*;
80 public void write(@Nonnull Instruction10t instruction) {
82 writer.write(instruction.getOpcode().value);
83 writer.write(instruction.getCodeOffset());
89 public void write(@Nonnull Instruction10x instruction) {
91 writer.write(instruction.getOpcode().value);
98 public void write(@Nonnull Instruction11n instruction) {
100 writer.write(instruction.getOpcode().value)
    [all...]
  /art/compiler/sea_ir/types/
type_inference_visitor.h 27 // The TypeInferenceVisitor visits each instruction and computes its type taking into account
46 void Visit(PhiInstructionNode* instruction);
48 void Visit(InstructionNode* instruction) { }
49 void Visit(UnnamedConstInstructionNode* instruction);
50 void Visit(ConstInstructionNode* instruction) { }
51 void Visit(ReturnInstructionNode* instruction) { }
52 void Visit(IfNeInstructionNode* instruction) { }
53 void Visit(MoveResultInstructionNode* instruction);
54 void Visit(InvokeStaticInstructionNode* instruction);
55 void Visit(AddIntInstructionNode* instruction);
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction11n.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction20bc.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
35 import org.jf.dexlib2.iface.instruction.VerificationErrorInstruction;
Instruction21c.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
Instruction21ih.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowHatLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction21lh.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.LongHatLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction21s.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction21t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction22b.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction22c.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction22cs.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.FieldOffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction22s.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction22t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction31c.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
Instruction31i.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction31t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction35c.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
Instruction35mi.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.InlineIndexInstruction;
Instruction35ms.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.VtableIndexInstruction;
Instruction3rc.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
35 import org.jf.dexlib2.iface.instruction.RegisterRangeInstruction;
Instruction3rmi.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.InlineIndexInstruction;
35 import org.jf.dexlib2.iface.instruction.RegisterRangeInstruction;
Instruction3rms.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.RegisterRangeInstruction;
35 import org.jf.dexlib2.iface.instruction.VtableIndexInstruction;
Instruction51l.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.WideLiteralInstruction;
  /external/llvm/test/MC/ARM/
invalid-neon-v8.s 4 @ CHECK: error: invalid operand for instruction
6 @ CHECK: error: invalid operand for instruction
8 @ CHECK: error: instruction 'vmaxnm' is not predicable, but condition code specified
11 @ CHECK: error: instruction requires: FPARMv8
13 @ CHECK: error: invalid operand for instruction
15 @ CHECK: error: invalid operand for instruction
17 @ CHECK: error: instruction 'vcvtp' is not predicable, but condition code specified
20 @ CHECK: error: invalid operand for instruction
22 @ CHECK: error: invalid operand for instruction
24 @ CHECK: error: invalid operand for instruction
    [all...]

Completed in 629 milliseconds

1 23 4 5 6 7 8 91011>>