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

12 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler.c 40 c->Program.Instructions.Prev = &c->Program.Instructions;
41 c->Program.Instructions.Next = &c->Program.Instructions;
42 c->Program.Instructions.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
108 * in program instructions.
117 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next)
144 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next)
    [all...]
radeon_rename_regs.c 44 * This function assumes all the instructions are still of type
56 for(inst = c->Program.Instructions.Next;
57 inst != &c->Program.Instructions;
radeon_dataflow_deadcode.c 61 struct instruction_state * Instructions;
155 struct instruction_state * insts = &s->Instructions[inst->IP];
225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions);
226 memset(s.Instructions, 0, sizeof(struct instruction_state)*nr_instructions);
230 for(struct rc_instruction * inst = c->Program.Instructions.Prev;
231 inst != &c->Program.Instructions;
313 for(struct rc_instruction * inst = c->Program.Instructions.Next;
314 inst != &c->Program.Instructions;
324 inst->U.I.DstReg.WriteMask = s.Instructions[ip].WriteMask;
325 if (s.Instructions[ip].WriteMask
    [all...]
radeon_pair_dead_sources.c 44 for (inst = c->Program.Instructions.Next;
45 inst != &c->Program.Instructions;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.c 40 c->Program.Instructions.Prev = &c->Program.Instructions;
41 c->Program.Instructions.Next = &c->Program.Instructions;
42 c->Program.Instructions.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
108 * in program instructions.
117 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next)
144 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next)
    [all...]
radeon_rename_regs.c 44 * This function assumes all the instructions are still of type
56 for(inst = c->Program.Instructions.Next;
57 inst != &c->Program.Instructions;
radeon_dataflow_deadcode.c 61 struct instruction_state * Instructions;
155 struct instruction_state * insts = &s->Instructions[inst->IP];
225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions);
226 memset(s.Instructions, 0, sizeof(struct instruction_state)*nr_instructions);
230 for(struct rc_instruction * inst = c->Program.Instructions.Prev;
231 inst != &c->Program.Instructions;
313 for(struct rc_instruction * inst = c->Program.Instructions.Next;
314 inst != &c->Program.Instructions;
324 inst->U.I.DstReg.WriteMask = s.Instructions[ip].WriteMask;
325 if (s.Instructions[ip].WriteMask
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
arbprogparse.c 36 The instructions we emit will use six kinds of source registers:
125 if (program->Base.Instructions)
126 free(program->Base.Instructions);
127 program->Base.Instructions = prog.Instructions;
133 /* Append fog instructions now if the program has "OPTION ARB_fog_exp"
205 if (program->Base.Instructions)
206 free(program->Base.Instructions);
207 program->Base.Instructions = prog.Instructions;
    [all...]
programopt.c 44 * This function inserts instructions for coordinate modelview * projection
73 /* Alloc storage for new instructions */
82 * Generated instructions:
102 /* Append original instructions after new instructions */
103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
105 /* free old instructions */
106 _mesa_free_instructions(vprog->Base.Instructions, origLen);
108 /* install new instructions */
109 vprog->Base.Instructions = newInst
    [all...]
  /external/llvm/test/MC/Mips/mips1/
invalid-mips32.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips3/
invalid-mips32.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips32/
invalid-mips64.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips32r2/
invalid-mips64r2.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips5-wrong-error.s 0 # Instructions that are invalid but currently emit the wrong error message.
invalid-mips5.s 0 # Instructions that are invalid
valid.s 0 # Instructions that are valid
17 # FIXME: Add the instructions carried forward from older ISA's
  /external/llvm/test/MC/Mips/mips4/
invalid-mips32.s 0 # Instructions that are invalid
invalid-mips5.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips5/
invalid-mips32.s 0 # Instructions that are invalid
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 0 # Instructions that are valid
17 # FIXME: Add the instructions carried forward from older ISA's
  /external/mesa3d/src/mesa/program/
arbprogparse.c 36 The instructions we emit will use six kinds of source registers:
125 if (program->Base.Instructions)
126 free(program->Base.Instructions);
127 program->Base.Instructions = prog.Instructions;
133 /* Append fog instructions now if the program has "OPTION ARB_fog_exp"
205 if (program->Base.Instructions)
206 free(program->Base.Instructions);
207 program->Base.Instructions = prog.Instructions;
    [all...]
programopt.c 44 * This function inserts instructions for coordinate modelview * projection
73 /* Alloc storage for new instructions */
82 * Generated instructions:
102 /* Append original instructions after new instructions */
103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
105 /* free old instructions */
106 _mesa_free_instructions(vprog->Base.Instructions, origLen);
108 /* install new instructions */
109 vprog->Base.Instructions = newInst
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 38 #include "llvm/IR/Instructions.h"
82 // sext instructions.
101 typedef SmallVector<Instruction *, 16> Instructions;
102 typedef DenseMap<Value *, Instructions> ValueToInsts;
119 /// Move sext operations through safe to sext instructions.
120 bool propagateSignExtension(Instructions &SExtInsts);
134 void analyzeSExtension(Instructions &SExtInsts);
226 // - SExtInsts contains all the sext instructions that are use direclty in
251 AArch64AddressTypePromotion::propagateSignExtension(Instructions &SExtInsts) {
344 // If more sext are required, new instructions will have to be created
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 3 // Instructions for /etc/dnsextd.conf (this file)
14 // Instructions for /etc/named.conf
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 18 typedef std::vector<Instruction*> Instructions;
25 // graph of BPF instructions into a well-formed stream of BPF instructions.
27 // the limit of 255 instructions imposed by the instruction set.
30 // build a DAG of Instructions. They'll eventually call Compile() to convert
63 // Create a new instruction. Instructions form a DAG. The instruction objects
75 // Traverse the graph of instructions and visit each instruction once.
83 // Compiles the graph of instructions into a BPF program that can be passed
86 void Compile(Instruction* instructions, SandboxBPF::Program* program);
91 // Find all the instructions that are the target of BPF_JMPs
    [all...]

Completed in 324 milliseconds

12 3 4 5 6 7 8 91011