Home
last modified time | relevance | path

Searched refs:RC_OPCODE_ADD (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c245 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 Dradeon_opcodes.h41 RC_OPCODE_ADD, enumerator
H A Dradeon_pair_translate.c45 case RC_OPCODE_ADD: in final_rewrite()
102 case RC_OPCODE_ADD: in classify_instruction()
H A Dradeon_optimize.c243 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 Dradeon_opcodes.c45 .Opcode = RC_OPCODE_ADD,
H A Dradeon_vert_fc.c148 new_inst->U.I.Opcode = RC_OPCODE_ADD; in lower_bgnloop()
H A Dradeon_program_tex.c206 inst_add->U.I.Opcode = RC_OPCODE_ADD; in radeonTransformTEX()
364 inst_add->U.I.Opcode = RC_OPCODE_ADD; in radeonTransformTEX()
H A Dr3xx_vertprog.c412 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 Dradeon_compiler.c315 inst_add->U.I.Opcode = RC_OPCODE_ADD; in rc_transform_fragment_face()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c46 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD; in translate_opcode()

Completed in 8 milliseconds