Searched refs:dst_nr (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/intel/ |
D | intel_decode.c | 626 int dst_nr = (a0 >> 14) & 0xf; in i915_get_instruction_dst() local 659 if (dst_nr > 15) in i915_get_instruction_dst() 660 fprintf(out, "bad destination reg R%d\n", dst_nr); in i915_get_instruction_dst() 661 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst() 664 if (dst_nr > 0) in i915_get_instruction_dst() 665 fprintf(out, "bad destination reg oC%d\n", dst_nr); in i915_get_instruction_dst() 669 if (dst_nr > 0) in i915_get_instruction_dst() 670 fprintf(out, "bad destination reg oD%d\n", dst_nr); in i915_get_instruction_dst() 674 if (dst_nr > 3) in i915_get_instruction_dst() 675 fprintf(out, "bad destination reg U%d\n", dst_nr); in i915_get_instruction_dst() [all …]
|