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

1 23 4 5 6 7 8 91011

  /external/llvm/include/llvm/MC/
MCWin64EH.h 68 ChainedParent(nullptr), Instructions() {}
79 std::vector<MCWin64EHInstruction> Instructions;
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 38 /// \brief Parse and store a sequence of CFI instructions from Data,
48 /// \brief Dump the entry's instructions to the given output stream.
60 /// An entry may contain CFI instructions. An instruction consists of an
72 std::vector<Instruction> Instructions;
75 /// operands to the Instructions vector.
77 Instructions.push_back(Instruction(Opcode));
81 Instructions.push_back(Instruction(Opcode));
82 Instructions.back().Ops.push_back(Operand1);
86 Instructions.push_back(Instruction(Opcode));
87 Instructions.back().Ops.push_back(Operand1)
    [all...]
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips4.s 0 # Instructions that are invalid
invalid-mips1-wrong-error.s 0 # Instructions that are invalid
invalid-mips2-wrong-error.s 0 # Instructions that are invalid and are correctly rejected but use the wrong
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 44 for (inst = c->Program.Instructions.Next;
45 inst != &c->Program.Instructions;
radeon_emulate_loops.c 219 for(inst = c->Program.Instructions.Next; inst != loop->BeginLoop;
342 if (ptr == &c->Program.Instructions) {
353 for(ptr = ptr->Next; ptr != &c->Program.Instructions;
363 if (ptr == &c->Program.Instructions) {
479 for(ptr = s->C->Program.Instructions.Next;
480 ptr != &s->C->Program.Instructions; ptr = ptr->Next) {
494 for(inst = c->Program.Instructions.Next;
495 inst != &c->Program.Instructions; inst = inst->Next) {
radeon_inline_literals.c 65 for(inst = c->Program.Instructions.Next;
66 inst != &c->Program.Instructions;
radeon_program.h 70 * Instructions are maintained by the compiler in a doubly linked list
101 * \name Extra fields for TEX, TXB, TXD, TXL, TXP instructions.
153 * Instructions.Next points to the first instruction,
154 * Instructions.Prev points to the last instruction.
156 struct rc_instruction Instructions;
  /external/oprofile/events/mips/5K/
events 16 event:0x1 counters:0 um:zero minimum:500 name:INSN_FETCHED : Instructions fetched
23 event:0xe counters:0 um:zero minimum:500 name:DUAL_ISSUED_INSNS : Dual issued instructions executed
24 event:0xf counters:0 um:zero minimum:500 name:INSNS_EXECED : Instructions executed
29 event:0x1 counters:1 um:zero minimum:500 name:INSNS_EXECED : Instructions executed
30 event:0x5 counters:1 um:zero minimum:500 name:FP_INSNS_EXECED : Floating-point instructions executed
36 event:0xf counters:1 um:zero minimum:500 name:COP2_INSNS_EXECED : COP2 instructions executed
  /external/llvm/lib/MC/
MCStreamer.cpp 92 (MAB ? MAB->generateCompactUnwindEncoding(I->Instructions) : 0);
291 CurFrame->Instructions.push_back(Instruction);
299 CurFrame->Instructions.push_back(Instruction);
307 CurFrame->Instructions.push_back(Instruction);
315 CurFrame->Instructions.push_back(Instruction);
323 CurFrame->Instructions.push_back(Instruction);
331 CurFrame->Instructions.push_back(Instruction);
353 CurFrame->Instructions.push_back(Instruction);
361 CurFrame->Instructions.push_back(Instruction);
369 CurFrame->Instructions.push_back(Instruction)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 388 if (prog->Instructions) {
389 _mesa_free_instructions(prog->Instructions, prog->NumInstructions);
500 clone->Instructions = _mesa_alloc_instructions(prog->NumInstructions);
501 if (!clone->Instructions) {
505 _mesa_copy_instructions(clone->Instructions, prog->Instructions,
572 * Insert 'count' NOP instructions at 'start' in the given program.
585 struct prog_instruction *inst = prog->Instructions + i;
593 /* Alloc storage for new instructions */
599 /* Copy 'start' instructions into new instruction buffer *
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 388 if (prog->Instructions) {
389 _mesa_free_instructions(prog->Instructions, prog->NumInstructions);
500 clone->Instructions = _mesa_alloc_instructions(prog->NumInstructions);
501 if (!clone->Instructions) {
505 _mesa_copy_instructions(clone->Instructions, prog->Instructions,
572 * Insert 'count' NOP instructions at 'start' in the given program.
585 struct prog_instruction *inst = prog->Instructions + i;
593 /* Alloc storage for new instructions */
599 /* Copy 'start' instructions into new instruction buffer *
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 1 //===-- MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions ----===//
119 // Expands assembly pseudo instructions.
122 SmallVectorImpl<MCInst> &Instructions);
125 SmallVectorImpl<MCInst> &Instructions);
128 SmallVectorImpl<MCInst> &Instructions);
131 SmallVectorImpl<MCInst> &Instructions);
134 SmallVectorImpl<MCInst> &Instructions, bool isLoad,
196 SmallVectorImpl<MCInst> &Instructions);
901 SmallVectorImpl<MCInst> &Instructions) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 219 for(inst = c->Program.Instructions.Next; inst != loop->BeginLoop;
342 if (ptr == &c->Program.Instructions) {
353 for(ptr = ptr->Next; ptr != &c->Program.Instructions;
363 if (ptr == &c->Program.Instructions) {
479 for(ptr = s->C->Program.Instructions.Next;
480 ptr != &s->C->Program.Instructions; ptr = ptr->Next) {
494 for(inst = c->Program.Instructions.Next;
495 inst != &c->Program.Instructions; inst = inst->Next) {
radeon_inline_literals.c 65 for(inst = c->Program.Instructions.Next;
66 inst != &c->Program.Instructions;
radeon_program.h 70 * Instructions are maintained by the compiler in a doubly linked list
101 * \name Extra fields for TEX, TXB, TXD, TXL, TXP instructions.
153 * Instructions.Next points to the first instruction,
154 * Instructions.Prev points to the last instruction.
156 struct rc_instruction Instructions;
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 65 // of isomorphic DAGs of instructions, with each DAG rooted at some increment
84 // where each f(i) is a set of instructions that, collectively, are a function
152 // A chain of isomorphic instructions, indentified by a single-use PHI,
157 : Valid(false), Instructions(1, P) {
168 return Instructions.front();
173 return Instructions.back();
178 return Instructions[i+1];
186 return Instructions.size()-1;
194 return std::next(Instructions.begin());
199 return std::next(Instructions.begin())
    [all...]
  /external/llvm/test/MC/Mips/
micromips-16-bit-instructions.s 6 # for arithmetic and logical instructions.
8 # MicroMIPS 16-bit Instructions
  /external/llvm/test/MC/Mips/mips1/
invalid-mips2-wrong-error.s 0 # Instructions that are invalid and are correctly rejected but use the wrong
  /external/llvm/test/MC/Mips/mips2/
invalid-mips4-wrong-error.s 0 # Instructions that are invalid and are correctly rejected but use the wrong
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips1-wrong-error.s 0 # Instructions that are invalid
invalid-mips5.s 0 # Instructions that are invalid
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 132 p->Instructions = _mesa_alloc_instructions(p->NumInstructions);
133 if (!p->Instructions) {
137 _mesa_init_instructions(p->Instructions, p->NumInstructions);
140 p->Instructions[ic].Opcode = OPCODE_TEX;
141 p->Instructions[ic].DstReg.File = PROGRAM_TEMPORARY;
142 p->Instructions[ic].DstReg.Index = 0;
143 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT;
144 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0;
145 p->Instructions[ic].TexSrcUnit = samplerIndex;
146 p->Instructions[ic].TexSrcTarget = TEXTURE_2D_INDEX
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 132 p->Instructions = _mesa_alloc_instructions(p->NumInstructions);
133 if (!p->Instructions) {
137 _mesa_init_instructions(p->Instructions, p->NumInstructions);
140 p->Instructions[ic].Opcode = OPCODE_TEX;
141 p->Instructions[ic].DstReg.File = PROGRAM_TEMPORARY;
142 p->Instructions[ic].DstReg.Index = 0;
143 p->Instructions[ic].SrcReg[0].File = PROGRAM_INPUT;
144 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0;
145 p->Instructions[ic].TexSrcUnit = samplerIndex;
146 p->Instructions[ic].TexSrcTarget = TEXTURE_2D_INDEX
    [all...]

Completed in 2000 milliseconds

1 23 4 5 6 7 8 91011