Searched refs:Instructions (Results 1 - 25 of 258) sorted by relevance

1234567891011

/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2-xfail.s0 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2-xfail.s0 # Instructions that are supposed to be invalid but currently aren't
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2-xfail.s0 # Instructions that are supposed to be invalid but currently aren't
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2-xfail.s0 # Instructions that are supposed to be invalid but currently aren't
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64/
H A Dinvalid-mips64r2-xfail.s0 # Instructions that are supposed to be invalid but currently aren't
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips1/
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
H A Dinvalid.s0 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
H A Dinvalid.s0 # Instructions that are available for the current ISA but should be rejected by
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
H A Dinvalid.s0 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips64r6/
H A Dvalid-xfail.s0 # Instructions that should be valid but currently fail for known reasons (e.g.
H A Dinvalid.s0 # 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/
H A Dbrw_program.c177 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[
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_program.c177 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[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program.c57 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) {
216 for(inst = c->Program.Instructions.Next;
217 inst != &c->Program.Instructions;
222 c->Program.Instructions.IP = 0xcafedead;
H A Dradeon_remove_constants.c85 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/
H A Dradeon_program.c57 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) {
216 for(inst = c->Program.Instructions.Next;
217 inst != &c->Program.Instructions;
222 c->Program.Instructions.IP = 0xcafedead;
H A Dradeon_remove_constants.c85 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/
H A DCodeGenTarget.h68 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions; member in class:llvm::CodeGenTarget
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");

Completed in 3737 milliseconds

1234567891011