Lines Matching refs:instr_prefix

850 		 int i, char *instr_prefix, const char *op_name)
857 instr_out(ctx, i++, "%s: %s %s, %s\n", instr_prefix,
859 instr_out(ctx, i++, "%s\n", instr_prefix);
860 instr_out(ctx, i++, "%s\n", instr_prefix);
865 int i, char *instr_prefix, const char *op_name)
873 instr_out(ctx, i++, "%s: %s %s, %s, %s\n", instr_prefix,
875 instr_out(ctx, i++, "%s\n", instr_prefix);
876 instr_out(ctx, i++, "%s\n", instr_prefix);
881 int i, char *instr_prefix, const char *op_name)
890 instr_out(ctx, i++, "%s: %s %s, %s, %s, %s\n", instr_prefix,
892 instr_out(ctx, i++, "%s\n", instr_prefix);
893 instr_out(ctx, i++, "%s\n", instr_prefix);
898 const char *instr_prefix, const char *tex_name)
911 instr_out(ctx, i++, "%s: %s %s, S%d, %s\n", instr_prefix,
913 instr_out(ctx, i++, "%s\n", instr_prefix);
914 instr_out(ctx, i++, "%s\n", instr_prefix);
918 i915_decode_dcl(struct drm_intel_decode *ctx, int i, char *instr_prefix)
947 instr_prefix, dcl_nr, dcl_mask);
961 "%s: DCL DIFFUSE%s\n", instr_prefix,
965 "%s: DCL SPECULAR%s\n", instr_prefix,
969 "%s: DCL FOG%s\n", instr_prefix,
973 instr_out(ctx, i++, "%s\n", instr_prefix);
974 instr_out(ctx, i++, "%s\n", instr_prefix);
994 instr_prefix, dcl_nr, sampletype);
995 instr_out(ctx, i++, "%s\n", instr_prefix);
996 instr_out(ctx, i++, "%s\n", instr_prefix);
1000 instr_prefix, dcl_nr);
1001 instr_out(ctx, i++, "%s\n", instr_prefix);
1002 instr_out(ctx, i++, "%s\n", instr_prefix);
1008 int i, char *instr_prefix)
1012 instr_out(ctx, i++, "%s: NOP\n", instr_prefix);
1013 instr_out(ctx, i++, "%s\n", instr_prefix);
1014 instr_out(ctx, i++, "%s\n", instr_prefix);
1017 i915_decode_alu2(ctx, i, instr_prefix, "ADD");
1020 i915_decode_alu1(ctx, i, instr_prefix, "MOV");
1023 i915_decode_alu2(ctx, i, instr_prefix, "MUL");
1026 i915_decode_alu3(ctx, i, instr_prefix, "MAD");
1029 i915_decode_alu3(ctx, i, instr_prefix, "DP2ADD");
1032 i915_decode_alu2(ctx, i, instr_prefix, "DP3");
1035 i915_decode_alu2(ctx, i, instr_prefix, "DP4");
1038 i915_decode_alu1(ctx, i, instr_prefix, "FRC");
1041 i915_decode_alu1(ctx, i, instr_prefix, "RCP");
1044 i915_decode_alu1(ctx, i, instr_prefix, "RSQ");
1047 i915_decode_alu1(ctx, i, instr_prefix, "EXP");
1050 i915_decode_alu1(ctx, i, instr_prefix, "LOG");
1053 i915_decode_alu2(ctx, i, instr_prefix, "CMP");
1056 i915_decode_alu2(ctx, i, instr_prefix, "MIN");
1059 i915_decode_alu2(ctx, i, instr_prefix, "MAX");
1062 i915_decode_alu1(ctx, i, instr_prefix, "FLR");
1065 i915_decode_alu1(ctx, i, instr_prefix, "MOD");
1068 i915_decode_alu1(ctx, i, instr_prefix, "TRC");
1071 i915_decode_alu2(ctx, i, instr_prefix, "SGE");
1074 i915_decode_alu2(ctx, i, instr_prefix, "SLT");
1077 i915_decode_tex(ctx, i, instr_prefix, "TEXLD");
1080 i915_decode_tex(ctx, i, instr_prefix, "TEXLDP");
1083 i915_decode_tex(ctx, i, instr_prefix, "TEXLDB");
1086 i915_decode_dcl(ctx, i, instr_prefix);
1089 instr_out(ctx, i++, "%s: unknown\n", instr_prefix);
1090 instr_out(ctx, i++, "%s\n", instr_prefix);
1091 instr_out(ctx, i++, "%s\n", instr_prefix);
2016 char instr_prefix[10];
2018 sprintf(instr_prefix, "PS%03d", instr);
2020 instr_prefix);