Searched refs:RC_OPCODE_MOV (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h129 RC_OPCODE_MOV, enumerator in enum:__anon28d1b50a0103
H A Dradeon_optimize.c165 if (inst->U.I.Opcode != RC_OPCODE_MOV ||
247 inst->U.I.Opcode = RC_OPCODE_MOV;
261 inst->U.I.Opcode = RC_OPCODE_MOV;
275 inst->U.I.Opcode = RC_OPCODE_MOV;
281 inst->U.I.Opcode = RC_OPCODE_MOV;
289 inst->U.I.Opcode = RC_OPCODE_MOV;
294 inst->U.I.Opcode = RC_OPCODE_MOV;
308 inst->U.I.Opcode = RC_OPCODE_MOV;
316 inst->U.I.Opcode = RC_OPCODE_MOV;
889 if (cur->U.I.Opcode == RC_OPCODE_MOV) {
[all...]
H A Dradeon_program_tex.c148 inst->U.I.Opcode = RC_OPCODE_MOV;
191 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV;
385 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
396 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
415 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
424 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
445 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
461 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_emulate_branches.c75 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
165 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
295 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_pair_translate.c55 case RC_OPCODE_MOV:
109 case RC_OPCODE_MOV:
H A Dradeon_program_alu.c235 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I, inst->U.I.DstReg, src);
374 RC_OPCODE_MOV, 0, inst->U.I.DstReg,
418 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I,
513 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I, inst->U.I.DstReg, builtin_zero);
625 inst->U.I.Opcode = RC_OPCODE_MOV;
767 emit1(c, inst->Prev, RC_OPCODE_MOV, 0,
1301 emit1(c, inst, RC_OPCODE_MOV, 0, inst->U.I.DstReg,
H A Dradeon_compiler.c213 inst->U.I.Opcode = RC_OPCODE_MOV;
222 inst->U.I.Opcode = RC_OPCODE_MOV;
H A Dr3xx_vertprog.c421 case RC_OPCODE_MOV: ei_vector1(compiler->code, VE_ADD, vpi, inst); break;
721 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
736 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
759 inst->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_dataflow_swizzles.c60 mov->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_opcodes.c227 .Opcode = RC_OPCODE_MOV,
H A Dr500_fragprog.c108 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_emulate_loops.c99 case RC_OPCODE_MOV:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Dradeon_compiler_optimize_tests.c75 inst_list[2]->U.I.Opcode != RC_OPCODE_MOV) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h129 RC_OPCODE_MOV, enumerator in enum:__anon497cc89d0103
H A Dradeon_optimize.c167 if (inst->U.I.Opcode != RC_OPCODE_MOV ||
249 inst->U.I.Opcode = RC_OPCODE_MOV;
263 inst->U.I.Opcode = RC_OPCODE_MOV;
277 inst->U.I.Opcode = RC_OPCODE_MOV;
283 inst->U.I.Opcode = RC_OPCODE_MOV;
291 inst->U.I.Opcode = RC_OPCODE_MOV;
296 inst->U.I.Opcode = RC_OPCODE_MOV;
310 inst->U.I.Opcode = RC_OPCODE_MOV;
318 inst->U.I.Opcode = RC_OPCODE_MOV;
899 if (cur->U.I.Opcode == RC_OPCODE_MOV) {
[all...]
H A Dradeon_program_tex.c148 inst->U.I.Opcode = RC_OPCODE_MOV;
191 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV;
385 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
396 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
415 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
424 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
445 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
461 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_emulate_branches.c75 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
165 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
295 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_pair_translate.c57 case RC_OPCODE_MOV:
111 case RC_OPCODE_MOV:
H A Dradeon_program_alu.c235 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I, inst->U.I.DstReg, src);
374 RC_OPCODE_MOV, 0, inst->U.I.DstReg,
418 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I,
513 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I, inst->U.I.DstReg, builtin_zero);
625 inst->U.I.Opcode = RC_OPCODE_MOV;
767 emit1(c, inst->Prev, RC_OPCODE_MOV, 0,
1280 emit1(c, inst, RC_OPCODE_MOV, 0, inst->U.I.DstReg,
H A Dradeon_compiler.c213 inst->U.I.Opcode = RC_OPCODE_MOV;
222 inst->U.I.Opcode = RC_OPCODE_MOV;
H A Dr3xx_vertprog.c424 case RC_OPCODE_MOV: ei_vector1(compiler->code, VE_ADD, vpi, inst); break;
731 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
749 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
775 inst->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_dataflow_swizzles.c60 mov->U.I.Opcode = RC_OPCODE_MOV;
H A Dradeon_opcodes.c229 .Opcode = RC_OPCODE_MOV,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Dradeon_compiler_optimize_tests.c75 inst_list[2]->U.I.Opcode != RC_OPCODE_MOV) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c37 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV;

Completed in 166 milliseconds

12