Searched refs:RC_OPCODE_ADD (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_alu.c | 245 emit2(c, inst->Prev, RC_OPCODE_ADD, &inst->U.I, inst->U.I.DstReg, in transform_CEIL() 283 emit2(c, inst->Prev, RC_OPCODE_ADD, &inst->U.I, inst->U.I.DstReg, in transform_FLR() 299 emit2(c, inst->Prev, RC_OPCODE_ADD, NULL, dst, absolute(inst->U.I.SrcReg[0]), in transform_TRUNC() 439 emit2(c, inst->Prev, RC_OPCODE_ADD, NULL, add_dst, inst->U.I.SrcReg[0], in transform_ROUND() 451 emit2(c, inst->Prev, RC_OPCODE_ADD, NULL, inst->U.I.DstReg, in transform_ROUND() 467 emit2(c, inst->Prev, RC_OPCODE_ADD, NULL, dst, inst->U.I.SrcReg[0], negate(inst->U.I.SrcReg[1])); in transform_SEQ() 479 emit2(c, inst->Prev, RC_OPCODE_ADD, NULL, dst, inst->U.I.SrcReg[0], negate(inst->U.I.SrcReg[1])); in transform_SGE() 491 emit2(c, inst->Prev, RC_OPCODE_ADD, NULL, dst, negate(inst->U.I.SrcReg[0]), inst->U.I.SrcReg[1]); in transform_SGT() 503 emit2(c, inst->Prev, RC_OPCODE_ADD, NULL, dst, negate(inst->U.I.SrcReg[0]), inst->U.I.SrcReg[1]); in transform_SLE() 515 emit2(c, inst->Prev, RC_OPCODE_ADD, NUL in transform_SLT() [all...] |
H A D | radeon_opcodes.h | 41 RC_OPCODE_ADD, enumerator
|
H A D | radeon_pair_translate.c | 45 case RC_OPCODE_ADD: in final_rewrite() 102 case RC_OPCODE_ADD: in classify_instruction()
|
H A D | radeon_optimize.c | 243 inst->U.I.Opcode = RC_OPCODE_ADD; in constant_folding_mad() 257 inst->U.I.Opcode = RC_OPCODE_ADD; in constant_folding_mad() 412 else if (inst->U.I.Opcode == RC_OPCODE_ADD) in constant_folding() 542 assert(inst->U.I.Opcode == RC_OPCODE_ADD); in is_presub_candidate() 875 case RC_OPCODE_ADD: in peephole()
|
H A D | radeon_opcodes.c | 45 .Opcode = RC_OPCODE_ADD,
|
H A D | radeon_vert_fc.c | 148 new_inst->U.I.Opcode = RC_OPCODE_ADD; in lower_bgnloop()
|
H A D | radeon_program_tex.c | 206 inst_add->U.I.Opcode = RC_OPCODE_ADD; in radeonTransformTEX() 364 inst_add->U.I.Opcode = RC_OPCODE_ADD; in radeonTransformTEX()
|
H A D | r3xx_vertprog.c | 412 case RC_OPCODE_ADD: ei_vector2(compiler->code, VE_ADD, vpi, inst); break; in translate_vertex_program() 824 add->U.I.Opcode = RC_OPCODE_ADD; in transform_negative_addressing()
|
H A D | radeon_compiler.c | 315 inst_add->U.I.Opcode = RC_OPCODE_ADD; in rc_transform_fragment_face()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 46 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD; in translate_opcode()
|
Completed in 8 milliseconds