Lines Matching refs:instr_prefix

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