Home | History | Annotate | Download | only in compiler

Lines Matching refs:Opcode

42 	c->Program.Instructions.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
119 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
122 for (i = 0; i < opcode->NumSrcRegs; ++i) {
127 if (opcode->HasDstReg) {
145 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
148 for(i = 0; i < opcode->NumSrcRegs; ++i) {
177 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
179 if (opcode->HasDstReg) {
200 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
202 if (opcode->HasDstReg) {
211 inst->U.I.Opcode = RC_OPCODE_MOV;
220 inst->U.I.Opcode = RC_OPCODE_MOV;
249 inst_rcp->U.I.Opcode = RC_OPCODE_RCP;
260 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
275 inst_mad->U.I.Opcode = RC_OPCODE_MAD;
300 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
303 for(i = 0; i < opcode->NumSrcRegs; i++) {
329 inst_add->U.I.Opcode = RC_OPCODE_ADD;
344 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
347 for(i = 0; i < opcode->NumSrcRegs; i++) {
377 info = rc_get_opcode_info(tmp->U.I.Opcode);
378 if (info->Opcode == RC_OPCODE_BEGIN_TEX)
380 if (tmp->U.I.PreSub.Opcode != RC_PRESUB_NONE)
389 if (tmp->U.P.Alpha.Opcode != RC_OPCODE_NOP)
391 if (tmp->U.P.RGB.Opcode != RC_OPCODE_NOP)
401 info = rc_get_opcode_info(tmp->U.P.RGB.Opcode);