Lines Matching defs:rep
497 boolean loop_or_rep[NINE_MAX_LOOP_DEPTH]; /* true: loop, false: rep */
936 /* loop or rep ctr creation */
940 /* loop - rep - endloop - endrep not allowed */
952 /* handle loop - rep - endrep - endloop case */
1908 struct ureg_src rep = tx_src_param(tx, &tx->insn.src[0]);
1917 /* NOTE: rep must be constant, so we don't have to save the count */
1918 assert(rep.File == TGSI_FILE_CONSTANT || rep.File == TGSI_FILE_IMMEDIATE);
1920 /* rep: num_iterations - 0 - 0 - 0 */
1921 ureg_MOV(ureg, ctr, rep);