HomeSort by relevance Sort by last modified time
    Searched defs:instruction (Results 1 - 25 of 55) sorted by null

1 2 3

  /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());
disassembler_mips.cc 34 bool Matches(uint32_t instruction) const {
35 return (instruction & mask) == value;
172 uint32_t instruction = ReadU32(instr_ptr); local
174 uint32_t rs = (instruction >> 21) & 0x1f; // I-type, R-type.
175 uint32_t rt = (instruction >> 16) & 0x1f; // I-type, R-type.
176 uint32_t rd = (instruction >> 11) & 0x1f; // R-type.
177 uint32_t sa = (instruction >> 6) & 0x1f; // R-type.
183 uint32_t op = (instruction >> 26) & 0x3f;
184 uint32_t function = (instruction & 0x3f); // R-type.
188 if (gMipsInstructions[i].Matches(instruction)) {
    [all...]
  /art/compiler/optimizing/
ssa_type_propagation.cc 35 // Re-compute and update the type of the instruction. Returns
77 HPhi* instruction = worklist_.Pop(); local
78 if (UpdateType(instruction)) {
79 AddDependentInstructionsToWorklist(instruction);
84 void SsaTypePropagation::AddToWorklist(HPhi* instruction) {
85 worklist_.Add(instruction);
88 void SsaTypePropagation::AddDependentInstructionsToWorklist(HPhi* instruction) {
89 for (HUseIterator<HInstruction> it(instruction->GetUses()); !it.Done(); it.Advance()) {
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...]
ssa_liveness_analysis.cc 95 // Each instruction gets a lifetime position, and a block gets a lifetime
101 // to differentiate between the start and end of an instruction. Adding 2 to
102 // the lifetime position for each instruction ensures the start of an
103 // instruction is different than the end of the previous instruction.
166 // that instruction is defined, and killing instructions that are being visited.
198 // Kill the instruction and shorten its interval.
204 // All inputs of an instruction must be live.
219 HInstruction* instruction = environment->Get(i); local
220 if (instruction != nullptr)
    [all...]
builder.cc 39 * converting a DEX instruction to multiple HInstruction, and where those
40 * instructions do not die at the following instruction, but instead spans
49 void Add(HInstruction* instruction) {
51 DCHECK(instruction->GetType() != Primitive::kPrimLong
52 && instruction->GetType() != Primitive::kPrimDouble);
54 instruction->GetBlock()->AddInstruction(temp);
55 DCHECK(temp->GetPrevious() == instruction);
140 void HGraphBuilder::If_22t(const Instruction& instruction, uint32_t dex_offset) {
141 HInstruction* first = LoadLocal(instruction.VRegA(), Primitive::kPrimInt)
203 const Instruction& instruction = *Instruction::At(code_ptr); local
246 const Instruction& instruction = *Instruction::At(code_ptr); local
782 HIntConstant* instruction = new (arena_) HIntConstant(constant); local
790 HLongConstant* instruction = new (arena_) HLongConstant(constant); local
    [all...]
  /external/lzma/C/
BraIA64.c 29 UInt64 instruction, instNorm; local
35 instruction = 0;
37 instruction += (UInt64)data[i + j + bytePos] << (8 * j);
39 instNorm = instruction >> bitRes;
59 instruction &= (1 << bitRes) - 1;
60 instruction |= (instNorm << bitRes);
62 data[i + j + bytePos] = (Byte)(instruction >> (8 * j));
  /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/libnfc-nxp/src/
phHciNfc_CE_A.c 630 uint8_t instruction=0; local
640 /* Get the instruction bits from the Message Header */
641 instruction = (uint8_t) GET_BITS8( message->msg_header,
647 switch(instruction)
phHciNfc_CE_B.c 628 uint8_t instruction=0; local
638 /* Get the instruction bits from the Message Header */
639 instruction = (uint8_t) GET_BITS8( message->msg_header,
645 switch(instruction)
phHciNfc_ISO15693.c 584 uint8_t instruction=0, local
591 /* Get the instruction bits from the Message Header */
592 instruction = (uint8_t) GET_BITS8( message->msg_header,
595 if ((EVT_TARGET_DISCOVERED == instruction)
phHciNfc_Jewel.c 657 uint8_t instruction=0, local
664 /* Get the instruction bits from the Message Header */
665 instruction = (uint8_t) GET_BITS8( message->msg_header,
668 if ((EVT_TARGET_DISCOVERED == instruction)
phHciNfc_RFReaderB.c 633 uint8_t instruction=0, local
640 /* Get the instruction bits from the Message Header */
641 instruction = (uint8_t) GET_BITS8( message->msg_header,
644 if ((EVT_TARGET_DISCOVERED == instruction)
    [all...]
phHciNfc_Felica.c 774 uint8_t instruction=0, local
781 /* Get the instruction bits from the Message Header */
782 instruction = (uint8_t) GET_BITS8( message->msg_header,
785 HCI_DEBUG ("HCI : instruction : %02X\n", instruction);
787 if ((EVT_TARGET_DISCOVERED == instruction)
    [all...]
phHciNfc_Generic.c 212 uint8_t instruction
904 uint8_t instruction=0; local
912 /* Get the instruction bits from the Message Header */
913 instruction = (uint8_t) GET_BITS8( message->msg_header,
934 else if( ((uint8_t) ANY_OK != instruction)
995 uint8_t instruction = 0 local
1069 uint8_t instruction=0; local
1187 uint8_t instruction=0; local
    [all...]
phHciNfc_PollingLoop.c 694 uint8_t instruction=0; local
702 /* Get the instruction bits from the Message Header */
703 instruction = (uint8_t) GET_BITS8( message->msg_header,
706 switch(instruction)
phHciNfc_RFReaderA.c 824 uint8_t instruction=0, local
831 /* Get the instruction bits from the Message Header */
832 instruction = (uint8_t) GET_BITS8( message->msg_header,
835 HCI_DEBUG ("HCI : instruction : %02X\n", instruction);
838 if ((EVT_TARGET_DISCOVERED == instruction)
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 38 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET),
40 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_WIDE),
42 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_OBJECT),
44 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_BOOLEAN),
46 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_BYTE),
48 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_CHAR),
50 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_SHORT),
53 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT),
55 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_WIDE),
57 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT)
96 const Instruction* instruction = Instruction::At(code_item->insns_); local
169 const Instruction* instruction = Instruction::At(code_item->insns_); local
202 const Instruction* instruction = Instruction::At(code_item->insns_); local
265 const Instruction* instruction = Instruction::At(code_item->insns_); local
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 101 // Parse message into: instruction file_name_length file_name [file_text]
103 std::string instruction; local
108 reader >> instruction >> file_name_length;
118 // Dispatch the instruction
119 if (instruction == kLoadPrefix) {
122 } else if (instruction == kSavePrefix) {
128 } else if (instruction == kDeletePrefix) {
131 } else if (instruction == kListPrefix) {
135 } else if (instruction == kMakeDirPrefix) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c 42 /** Return number of src args for given instruction */
283 void *instruction = c->instruction; local
288 c->instruction = instruction;
308 if (!c->instruction) {
309 c->instruction = rzalloc_array(c, struct brw_wm_instruction, BRW_WM_MAX_INSN);
  /external/chromium_org/v8/src/compiler/
instruction.cc 5 #include "src/compiler/instruction.h"
253 OStream& operator<<(OStream& os, const Instruction& instr) {
340 int InstructionSequence::AddInstruction(Instruction* instr, BasicBlock* block) {
362 Instruction* instruction = InstructionAt(instruction_index--); local
363 if (instruction->IsBlockStart()) {
364 return BlockStartInstruction::cast(instruction)->block();
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 214 Instruction *instruction = instruction_list.GetInstructionAtIndex(instruction_index).get(); local
215 instruction->Dump (&stream,
  /external/lldb/source/Target/
ThreadPlanTracer.cpp 192 uint8_t buffer[16] = {0}; // Must be big enough for any single instruction
223 Instruction *instruction = instruction_list.GetInstructionAtIndex(0).get(); local
224 instruction->Dump (stream,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 42 /** Return number of src args for given instruction */
283 void *instruction = c->instruction; local
288 c->instruction = instruction;
308 if (!c->instruction) {
309 c->instruction = rzalloc_array(c, struct brw_wm_instruction, BRW_WM_MAX_INSN);
  /external/chromium_org/courgette/
assembly_program.cc 39 class Instruction {
44 explicit Instruction(OP op) : op_(op), info_(0) {}
45 Instruction(OP op, unsigned int info) : op_(op), info_(info) {}
51 DISALLOW_COPY_AND_ASSIGN(Instruction);
57 class OriginInstruction : public Instruction {
59 explicit OriginInstruction(RVA rva) : Instruction(ORIGIN, 0), rva_(rva) {}
66 class PeRelocsInstruction : public Instruction {
68 PeRelocsInstruction() : Instruction(MAKEPERELOCS) {}
72 class ElfRelocsInstruction : public Instruction {
74 ElfRelocsInstruction() : Instruction(MAKEELFRELOCS) {
149 Instruction* instruction = instructions_[i]; local
406 Instruction* instruction = instructions_[i]; local
523 Instruction* instruction = instructions_[i]; local
    [all...]

Completed in 1226 milliseconds

1 2 3