Home | History | Annotate | Download | only in compiler

Lines Matching refs:inst_end

240 	if (code->inst_end >= c->Base.max_alu_insts-1) {
245 ip = ++code->inst_end;
376 if (code->inst_end >= c->Base.max_alu_insts-1) {
381 ip = ++code->inst_end;
447 if (s->Code->inst_end >= s->C->max_alu_insts-1) {
452 newip = ++s->Code->inst_end;
635 code->inst_end = -1;
661 if (code->inst_end == -1 ||
662 (code->inst[code->inst_end].inst0 & R500_INST_TYPE_MASK) != R500_INST_TYPE_OUT) {
667 if (code->inst_end >= compiler->Base.max_alu_insts-1) {
672 ip = ++code->inst_end;
677 code->inst[code->inst_end].inst0 |= R500_INST_TEX_SEM_WAIT;