Searched refs:dst_nr (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/intel/ |
D | intel_decode.c | 629 int dst_nr = (a0 >> 14) & 0xf; in i915_get_instruction_dst() local 662 if (dst_nr > 15) in i915_get_instruction_dst() 663 fprintf(out, "bad destination reg R%d\n", dst_nr); in i915_get_instruction_dst() 664 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst() 667 if (dst_nr > 0) in i915_get_instruction_dst() 668 fprintf(out, "bad destination reg oC%d\n", dst_nr); in i915_get_instruction_dst() 672 if (dst_nr > 0) in i915_get_instruction_dst() 673 fprintf(out, "bad destination reg oD%d\n", dst_nr); in i915_get_instruction_dst() 677 if (dst_nr > 3) in i915_get_instruction_dst() 678 fprintf(out, "bad destination reg U%d\n", dst_nr); in i915_get_instruction_dst() [all …]
|