Lines Matching refs:instr_prefix
853 int i, char *instr_prefix, const char *op_name) in i915_decode_alu1() argument
860 instr_out(ctx, i++, "%s: %s %s, %s\n", instr_prefix, in i915_decode_alu1()
862 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_alu1()
863 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_alu1()
868 int i, char *instr_prefix, const char *op_name) in i915_decode_alu2() argument
876 instr_out(ctx, i++, "%s: %s %s, %s, %s\n", instr_prefix, in i915_decode_alu2()
878 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_alu2()
879 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_alu2()
884 int i, char *instr_prefix, const char *op_name) in i915_decode_alu3() argument
893 instr_out(ctx, i++, "%s: %s %s, %s, %s, %s\n", instr_prefix, in i915_decode_alu3()
895 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_alu3()
896 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_alu3()
901 const char *instr_prefix, const char *tex_name) in i915_decode_tex() argument
914 instr_out(ctx, i++, "%s: %s %s, S%d, %s\n", instr_prefix, in i915_decode_tex()
916 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_tex()
917 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_tex()
921 i915_decode_dcl(struct drm_intel_decode *ctx, int i, char *instr_prefix) in i915_decode_dcl() argument
950 instr_prefix, dcl_nr, dcl_mask); in i915_decode_dcl()
964 "%s: DCL DIFFUSE%s\n", instr_prefix, in i915_decode_dcl()
968 "%s: DCL SPECULAR%s\n", instr_prefix, in i915_decode_dcl()
972 "%s: DCL FOG%s\n", instr_prefix, in i915_decode_dcl()
976 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_dcl()
977 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_dcl()
997 instr_prefix, dcl_nr, sampletype); in i915_decode_dcl()
998 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_dcl()
999 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_dcl()
1003 instr_prefix, dcl_nr); in i915_decode_dcl()
1004 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_dcl()
1005 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_dcl()
1011 int i, char *instr_prefix) in i915_decode_instruction() argument
1015 instr_out(ctx, i++, "%s: NOP\n", instr_prefix); in i915_decode_instruction()
1016 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_instruction()
1017 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_instruction()
1020 i915_decode_alu2(ctx, i, instr_prefix, "ADD"); in i915_decode_instruction()
1023 i915_decode_alu1(ctx, i, instr_prefix, "MOV"); in i915_decode_instruction()
1026 i915_decode_alu2(ctx, i, instr_prefix, "MUL"); in i915_decode_instruction()
1029 i915_decode_alu3(ctx, i, instr_prefix, "MAD"); in i915_decode_instruction()
1032 i915_decode_alu3(ctx, i, instr_prefix, "DP2ADD"); in i915_decode_instruction()
1035 i915_decode_alu2(ctx, i, instr_prefix, "DP3"); in i915_decode_instruction()
1038 i915_decode_alu2(ctx, i, instr_prefix, "DP4"); in i915_decode_instruction()
1041 i915_decode_alu1(ctx, i, instr_prefix, "FRC"); in i915_decode_instruction()
1044 i915_decode_alu1(ctx, i, instr_prefix, "RCP"); in i915_decode_instruction()
1047 i915_decode_alu1(ctx, i, instr_prefix, "RSQ"); in i915_decode_instruction()
1050 i915_decode_alu1(ctx, i, instr_prefix, "EXP"); in i915_decode_instruction()
1053 i915_decode_alu1(ctx, i, instr_prefix, "LOG"); in i915_decode_instruction()
1056 i915_decode_alu2(ctx, i, instr_prefix, "CMP"); in i915_decode_instruction()
1059 i915_decode_alu2(ctx, i, instr_prefix, "MIN"); in i915_decode_instruction()
1062 i915_decode_alu2(ctx, i, instr_prefix, "MAX"); in i915_decode_instruction()
1065 i915_decode_alu1(ctx, i, instr_prefix, "FLR"); in i915_decode_instruction()
1068 i915_decode_alu1(ctx, i, instr_prefix, "MOD"); in i915_decode_instruction()
1071 i915_decode_alu1(ctx, i, instr_prefix, "TRC"); in i915_decode_instruction()
1074 i915_decode_alu2(ctx, i, instr_prefix, "SGE"); in i915_decode_instruction()
1077 i915_decode_alu2(ctx, i, instr_prefix, "SLT"); in i915_decode_instruction()
1080 i915_decode_tex(ctx, i, instr_prefix, "TEXLD"); in i915_decode_instruction()
1083 i915_decode_tex(ctx, i, instr_prefix, "TEXLDP"); in i915_decode_instruction()
1086 i915_decode_tex(ctx, i, instr_prefix, "TEXLDB"); in i915_decode_instruction()
1089 i915_decode_dcl(ctx, i, instr_prefix); in i915_decode_instruction()
1092 instr_out(ctx, i++, "%s: unknown\n", instr_prefix); in i915_decode_instruction()
1093 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_instruction()
1094 instr_out(ctx, i++, "%s\n", instr_prefix); in i915_decode_instruction()
2019 char instr_prefix[10]; in decode_3d_1d() local
2021 sprintf(instr_prefix, "PS%03d", instr); in decode_3d_1d()
2023 instr_prefix); in decode_3d_1d()