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

1 2 3 4 5 6 7 8 91011

  /external/llvm/test/MC/Mips/mips2/
invalid-mips32r2-xfail.s 0 # Instructions that are supposed to be invalid but currently aren't
  /external/llvm/test/MC/Mips/mips32/
invalid-mips32r2-xfail.s 0 # Instructions that are supposed to be invalid but currently aren't
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips4/
invalid-mips64r2-xfail.s 0 # Instructions that are supposed to be invalid but currently aren't
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64r2-xfail.s 0 # Instructions that are supposed to be invalid but currently aren't
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips64/
invalid-mips64r2-xfail.s 0 # Instructions that are supposed to be invalid but currently aren't
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips1/
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips32r2/
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
invalid.s 0 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips32r6/
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
invalid.s 0 # Instructions that are available for the current ISA but should be rejected by
  /external/llvm/test/MC/Mips/mips64r2/
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
invalid.s 0 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips64r6/
valid-xfail.s 0 # Instructions that should be valid but currently fail for known reasons (e.g.
invalid.s 0 # Instructions that are available for the current ISA but should be rejected by
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_program.c 177 struct prog_instruction *inst = prog->Instructions + i;
180 if (prog->Instructions[i].Opcode == OPCODE_CAL) {
188 if (prog->Instructions[i].Opcode == OPCODE_RET) {
196 if (prog->Instructions[i].SrcReg[r].RelAddr &&
197 prog->Instructions[i].SrcReg[r].File == PROGRAM_INPUT) {
205 prog->Instructions[i].DstReg.RelAddr &&
206 prog->Instructions[i].DstReg.File == PROGRAM_OUTPUT) {
212 if ((prog->Instructions[i].DstReg.RelAddr &&
213 prog->Instructions[i].DstReg.File == PROGRAM_TEMPORARY) ||
214 (prog->Instructions[i].SrcReg[0].RelAddr &
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.c 177 struct prog_instruction *inst = prog->Instructions + i;
180 if (prog->Instructions[i].Opcode == OPCODE_CAL) {
188 if (prog->Instructions[i].Opcode == OPCODE_RET) {
196 if (prog->Instructions[i].SrcReg[r].RelAddr &&
197 prog->Instructions[i].SrcReg[r].File == PROGRAM_INPUT) {
205 prog->Instructions[i].DstReg.RelAddr &&
206 prog->Instructions[i].DstReg.File == PROGRAM_OUTPUT) {
212 if ((prog->Instructions[i].DstReg.RelAddr &&
213 prog->Instructions[i].DstReg.File == PROGRAM_TEMPORARY) ||
214 (prog->Instructions[i].SrcReg[0].RelAddr &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program.c 46 * instructions emitted by transformations are not transformed.
57 struct rc_instruction * inst = c->Program.Instructions.Next;
59 while(inst != &c->Program.Instructions) {
114 for(inst = c->Program.Instructions.Next;
115 inst != &c->Program.Instructions; inst = inst->Next) {
209 * Return the number of instructions in the program.
216 for(inst = c->Program.Instructions.Next;
217 inst != &c->Program.Instructions;
222 c->Program.Instructions.IP = 0xcafedead;
radeon_remove_constants.c 85 for (struct rc_instruction *inst = c->Program.Instructions.Next;
86 inst != &c->Program.Instructions; inst = inst->Next) {
127 for (struct rc_instruction *inst = c->Program.Instructions.Next;
128 inst != &c->Program.Instructions; inst = inst->Next) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 46 * instructions emitted by transformations are not transformed.
57 struct rc_instruction * inst = c->Program.Instructions.Next;
59 while(inst != &c->Program.Instructions) {
114 for(inst = c->Program.Instructions.Next;
115 inst != &c->Program.Instructions; inst = inst->Next) {
209 * Return the number of instructions in the program.
216 for(inst = c->Program.Instructions.Next;
217 inst != &c->Program.Instructions;
222 c->Program.Instructions.IP = 0xcafedead;
radeon_remove_constants.c 85 for (struct rc_instruction *inst = c->Program.Instructions.Next;
86 inst != &c->Program.Instructions; inst = inst->Next) {
127 for (struct rc_instruction *inst = c->Program.Instructions.Next;
128 inst != &c->Program.Instructions; inst = inst->Next) {
  /external/llvm/utils/TableGen/
CodeGenTarget.h 68 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions;
150 if (Instructions.empty()) ReadInstructions();
151 return Instructions;
156 if (Instructions.empty()) ReadInstructions();
158 Instructions.find(InstRec);
159 assert(I != Instructions.end() && "Not an instruction");
163 /// getInstructionsByEnumValue - Return all of the instructions defined by the
174 iterator_range<inst_iterator> instructions() const { function in class:llvm::CodeGenTarget
184 /// encodings, reverse the bit order of all instructions.

Completed in 303 milliseconds

1 2 3 4 5 6 7 8 91011