Home | History | Annotate | Download | only in nv30

Lines Matching refs:insn_len

84    fp->insn_len += size;
85 fp->insn = realloc(fp->insn, sizeof(uint32_t) * fp->insn_len);
196 fpc->inst_offset = fp->insn_len;
248 fpc->inst_offset = fpc->fp->insn_len;
272 fpc->inst_offset = fpc->fp->insn_len;
291 fpc->inst_offset = fpc->fp->insn_len;
308 fpc->inst_offset = fpc->fp->insn_len;
337 fpc->inst_offset = fpc->fp->insn_len;
362 fpc->inst_offset = fpc->fp->insn_len;
802 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len;
814 hw[2] = NV40_FP_OP_OPCODE_IS_BRANCH | fpc->fp->insn_len;
815 hw[3] = fpc->fp->insn_len;
1131 util_dynarray_append(&insns, unsigned, fp->insn_len);
1141 util_dynarray_append(&insns, unsigned, fp->insn_len);
1160 fpc->inst_offset = fp->insn_len;
1173 for (unsigned i = 0; i < fp->insn_len; i += 4)