Searched refs:RC_OPCODE_MOV (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_tex.c | 147 inst->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 190 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV; in radeonTransformTEX() 384 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 395 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 414 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 423 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 444 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX() 460 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in radeonTransformTEX()
|
D | radeon_optimize.c | 167 if (inst->U.I.Opcode != RC_OPCODE_MOV || in copy_propagate() 249 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mad() 263 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mad() 277 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mul() 283 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mul() 291 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mul() 296 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_mul() 310 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_add() 318 inst->U.I.Opcode = RC_OPCODE_MOV; in constant_folding_add() 937 if (cur->U.I.Opcode == RC_OPCODE_MOV && in merge_movs() [all …]
|
D | radeon_emulate_branches.c | 75 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in handle_if() 165 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in allocate_and_insert_proxies() 295 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in fix_output_writes()
|
D | radeon_opcodes.h | 120 RC_OPCODE_MOV, enumerator
|
D | radeon_pair_translate.c | 57 case RC_OPCODE_MOV: in final_rewrite() 111 case RC_OPCODE_MOV: in classify_instruction()
|
D | radeon_program_alu.c | 338 RC_OPCODE_MOV, NULL, inst->U.I.DstReg, in transform_LIT() 382 emit1(c, inst->Prev, RC_OPCODE_MOV, &inst->U.I, in transform_LIT() 685 emit1(c, inst->Prev, RC_OPCODE_MOV, NULL, in transform_r300_vertex_fix_LIT() 1101 inst->U.I.Opcode = RC_OPCODE_MOV; in radeonStubDeriv() 1203 emit1(c, inst, RC_OPCODE_MOV, NULL, inst->U.I.DstReg, in rc_force_output_alpha_to_one()
|
D | r3xx_vertprog.c | 427 case RC_OPCODE_MOV: ei_vector1(compiler->code, VE_ADD, vpi, inst); break; in translate_vertex_program() 747 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in transform_source_conflicts() 765 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in transform_source_conflicts() 791 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_vs_add_artificial_outputs()
|
D | radeon_compiler.c | 196 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_copy_output() 205 inst->U.I.Opcode = RC_OPCODE_MOV; in rc_copy_output()
|
D | radeon_opcodes.c | 209 .Opcode = RC_OPCODE_MOV,
|
D | radeon_dataflow_swizzles.c | 59 mov->U.I.Opcode = RC_OPCODE_MOV; in rewrite_source()
|
D | r500_fragprog.c | 109 inst_mov->U.I.Opcode = RC_OPCODE_MOV; in r500_transform_IF()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | radeon_compiler_optimize_tests.c | 75 inst_list[2]->U.I.Opcode != RC_OPCODE_MOV) { in test_runner_rc_optimize()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 39 case TGSI_OPCODE_MOV: return RC_OPCODE_MOV; in translate_opcode()
|