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

1 2 3 4 56 7 8 91011

  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 31 void FindBranchTargets(const Instruction& instructions,
33 CodeGen::FindBranchTargets(instructions, branch_targets);
72 // N.B.: As the instructions in both sides of the branch are already
111 // We explicitly duplicate instructions so that MergeTails() can coalesce
147 // The two "LOAD 0" instructions are blocks of their own. MergeTails() could
183 // crash as the two "LOAD 0" instructions would get merged.
208 // instructions 2 and 4 are now RET instructions.
272 // targets of BPF_JMP instructions are represented in the "branch_targets".
274 // instructions in the program
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
state.c 81 && ctx->VertexProgram.Current->Base.Instructions;
83 && ctx->FragmentProgram.Current->Base.Instructions;
85 && ctx->ATIFragmentShader.Current->Instructions[0];
nvprogram.c 535 struct prog_instruction *inst = &program->Instructions[i];
549 inst = &program->Instructions[i];
569 struct prog_instruction *inst = &program->Instructions[i];
  /external/mesa3d/src/mesa/main/
state.c 81 && ctx->VertexProgram.Current->Base.Instructions;
83 && ctx->FragmentProgram.Current->Base.Instructions;
85 && ctx->ATIFragmentShader.Current->Instructions[0];
nvprogram.c 535 struct prog_instruction *inst = &program->Instructions[i];
549 inst = &program->Instructions[i];
569 struct prog_instruction *inst = &program->Instructions[i];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 320 * of its friends are normal instructions,
599 for (inst = s->C->Program.Instructions.Next;
600 inst != &s->C->Program.Instructions;
748 for (struct rc_instruction *inst = s.C->Program.Instructions.Next;
749 inst != &s.C->Program.Instructions;
radeon_pair_translate.c 351 * Translate all ALU instructions into corresponding pair instructions,
358 for(struct rc_instruction * inst = c->Base.Program.Instructions.Next;
359 inst != &c->Base.Program.Instructions;
radeon_variable.c 359 for (inst = c->Program.Instructions.Next;
360 inst != &c->Program.Instructions;
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 10 // Collect the sequence of machine instructions for a basic block.
63 typedef ilist<MachineInstr> Instructions;
64 Instructions Insts;
205 typedef Instructions::iterator instr_iterator;
206 typedef Instructions::const_iterator const_instr_iterator;
372 /// updateTerminator - Update the terminator instructions in block to account
440 /// PHINode instruction. When adding instructions to the beginning of the
482 /// alone can't be used to prepend or append instructions to bundles. See
486 /// Insert a range of instructions into the instruction list before I.
508 /// If the instruction is part of a bundle, the other instructions in th
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 320 * of its friends are normal instructions,
599 for (inst = s->C->Program.Instructions.Next;
600 inst != &s->C->Program.Instructions;
748 for (struct rc_instruction *inst = s.C->Program.Instructions.Next;
749 inst != &s.C->Program.Instructions;
radeon_pair_translate.c 351 * Translate all ALU instructions into corresponding pair instructions,
358 for(struct rc_instruction * inst = c->Base.Program.Instructions.Next;
359 inst != &c->Base.Program.Instructions;
  /external/llvm/include/llvm/MC/
MCDwarf.h 155 /// for a compile unit where machine instructions have been assembled after seeing
403 /// was at the beginning of the function, after all initial instructions added
469 Instructions(), PersonalityEncoding(), LsdaEncoding(0),
475 std::vector<MCCFIInstruction> Instructions;
  /external/llvm/test/MC/Mips/
micromips-control-instructions.s 6 # for control instructions.
8 # microMIPS Control Instructions
micromips-branch-instructions.s 6 # for arithmetic and logical instructions.
8 # Branch Instructions
  /external/llvm/test/MC/Mips/mips1/
invalid-mips2.s 0 # Instructions that are invalid
invalid-mips5-wrong-error.s 0 # Instructions that are invalid and are correctly rejected but use the wrong
  /external/llvm/test/MC/Mips/mips3/
invalid-mips4.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips2.s 0 # Instructions that are invalid
invalid-mips32.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips4/
invalid-mips64.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips64/
invalid-mips64r2.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips1.s 0 # Instructions that are invalid
invalid-mips2.s 0 # Instructions that are invalid
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 11 // represent the patterns present in a .td file for instructions.
504 /// TreePattern - Represent a pattern, used for instructions, pattern
707 std::map<Record*, DAGInstruction, LessRecordByID> Instructions;
805 assert(Instructions.count(R) && "Unknown instruction!");
806 return Instructions.find(R)->second;
  /external/llvm/test/MC/Mips/mips2/
invalid-mips5-wrong-error.s 0 # Instructions that are invalid and are correctly rejected but use the wrong

Completed in 468 milliseconds

1 2 3 4 56 7 8 91011