Home | History | Annotate | Download | only in compiler

Lines Matching defs:new_inst

87 	struct rc_instruction * new_inst =
105 new_inst->U.I.Opcode = RC_ME_PRED_SEQ;
106 build_pred_dst(&new_inst->U.I.DstReg, fc_state);
107 new_inst->U.I.SrcReg[0].Index = 0;
108 new_inst->U.I.SrcReg[0].File = RC_FILE_NONE;
109 new_inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_0000;
117 build_pred_src(&new_inst->U.I.SrcReg[0], fc_state);
125 new_inst->U.I.Opcode = RC_OPCODE_ADD;
126 build_pred_dst(&new_inst->U.I.DstReg, fc_state);
127 new_inst->U.I.SrcReg[1].Index = 0;
128 new_inst->U.I.SrcReg[1].File = RC_FILE_NONE;
129 new_inst->U.I.SrcReg[1].Swizzle = RC_SWIZZLE_0000;
156 struct rc_instruction * new_inst =
159 new_inst->U.I.Opcode = RC_ME_PRED_SET_RESTORE;
160 build_pred_dst(&new_inst->U.I.DstReg, fc_state);
163 build_pred_src(&new_inst->U.I.SrcReg[0], fc_state);