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

1 2 3 4 5 6 7 891011>>

  /art/compiler/optimizing/
nodes.cc 291 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) {
293 DCHECK(instruction->AsPhi() == nullptr);
294 DCHECK_EQ(instruction->GetId(), -1);
297 DCHECK(!instruction->IsControlFlow());
298 instruction->next_ = cursor;
299 instruction->previous_ = cursor->previous_;
300 cursor->previous_ = instruction;
302 instructions_.first_instruction_ = instruction;
304 instruction->previous_->next_ = instruction;
    [all...]
graph_visualizer.cc 123 void VisitParallelMove(HParallelMove* instruction) {
124 output_ << instruction->DebugName();
126 for (size_t i = 0, e = instruction->NumMoves(); i < e; ++i) {
127 MoveOperands* move = instruction->MoveOperandsAt(i);
138 void VisitInstruction(HInstruction* instruction) {
139 output_ << instruction->DebugName();
140 if (instruction->InputCount() > 0) {
142 for (HInputIterator inputs(instruction); !inputs.Done(); inputs.Advance()) {
147 if (pass_name_ == kLivenessPassName && instruction->GetLifetimePosition() != kNoLifetime) {
148 output_ << " (liveness: " << instruction->GetLifetimePosition()
175 HInstruction* instruction = it.Current(); local
216 HInstruction* instruction = it.Current(); local
    [all...]
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 10 @ ADD instruction w/o 'S' suffix.
12 @ CHECK-ERRORS: error: invalid instruction
19 @ CHECK-ERRORS: error: instruction variant requires Thumb2
22 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
27 @ Out of range immediates for ASR instruction.
29 @ CHECK-ERRORS: error: invalid operand for instruction
33 @ Out of range immediates for BKPT instruction.
36 error: invalid operand for instruction
39 error: invalid operand for instruction
43 @ Out of range immediates for v8 HLT instruction
    [all...]
invalid-barrier.s 11 @ CHECK: error: invalid operand for instruction
19 @ CHECK: error: invalid operand for instruction
28 @ CHECK: error: invalid operand for instruction
single-precision-fp.s 10 @ CHECK-ERRORS: error: instruction requires: double precision VFP
12 @ CHECK-ERRORS: error: instruction requires: double precision VFP
14 @ CHECK-ERRORS: error: instruction requires: double precision VFP
16 @ CHECK-ERRORS: error: instruction requires: double precision VFP
18 @ CHECK-ERRORS: error: instruction requires: double precision VFP
29 @ CHECK-ERRORS: error: instruction requires: double precision VFP
31 @ CHECK-ERRORS: error: instruction requires: double precision VFP
33 @ CHECK-ERRORS: error: instruction requires: double precision VFP
35 @ CHECK-ERRORS: error: instruction requires: double precision VFP
37 @ CHECK-ERRORS: error: instruction requires: double precision VF
    [all...]
  /art/disassembler/
disassembler_arm64.cc 35 uint32_t instruction = ReadU32(begin); local
36 decoder.Decode(reinterpret_cast<vixl::Instruction*>(&instruction));
38 << StringPrintf(": %08x\t%s\n", instruction, disasm.GetOutput());
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
UnresolvedOdexInstructionMethodItem.java 40 @Nonnull UnresolvedOdexInstruction instruction) {
41 super(methodDef, codeAddress, instruction);
50 writer.write("#Replaced unresolvable odex instruction with a throw\n");
52 writeRegister(writer, instruction.objectRegisterNum);
  /external/chromium_org/components/copresence/handlers/audio/
audio_directive_handler_unittest.cc 80 copresence::TokenInstruction instruction; local
81 instruction.set_token_instruction_type(copresence::TRANSMIT);
82 instruction.set_token_id(token);
83 instruction.set_medium(audible ? AUDIO_AUDIBLE_DTMF
85 return instruction;
89 copresence::TokenInstruction instruction; local
90 instruction.set_token_instruction_type(copresence::RECEIVE);
91 return instruction;
  /external/chromium_org/v8/src/
disasm.h 38 // Writes one disassembled instruction into 'buffer' (0-terminated).
39 // Returns the length of the disassembled machine instruction in bytes.
40 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
42 // Returns -1 if instruction does not mark the beginning of a constant pool,
44 int ConstantPoolSizeAt(byte* instruction);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderSwitchPayload.java 35 import org.jf.dexlib2.builder.instruction.BuilderSwitchElement;
36 import org.jf.dexlib2.iface.instruction.SwitchPayload;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction10t.java 32 package org.jf.dexlib2.builder.instruction;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction10t;
BuilderInstruction10x.java 32 package org.jf.dexlib2.builder.instruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction10x;
BuilderInstruction20t.java 32 package org.jf.dexlib2.builder.instruction;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction20t;
BuilderInstruction30t.java 32 package org.jf.dexlib2.builder.instruction;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction30t;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction10t.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction10t;
DexBackedInstruction11x.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction11x;
DexBackedInstruction12x.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction12x;
DexBackedInstruction20t.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction20t;
DexBackedInstruction21ih.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction21ih;
DexBackedInstruction21lh.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction21lh;
DexBackedInstruction21s.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction21s;
DexBackedInstruction21t.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;
DexBackedInstruction22b.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction22b;
DexBackedInstruction22x.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction22x;
DexBackedInstruction23x.java 32 package org.jf.dexlib2.dexbacked.instruction;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction23x;

Completed in 511 milliseconds

1 2 3 4 5 6 7 891011>>