Lines Matching defs:instructions
830 * disassembly string into instructions and add them to the array
831 * pointed to by \p instructions, which must be sufficiently large.
835 * The caller must keep \p rtld_binary alive as long as \p instructions are
840 struct si_shader_inst *instructions,
863 struct si_shader_inst *inst = &instructions[(*num)++];
882 /* If the shader is being executed, print its asm instructions, and annotate
910 /* Get the list of instructions.
916 struct si_shader_inst *instructions =
921 instructions, stage, shader->wave_size);
925 &num_inst, instructions, stage, shader->wave_size);
928 instructions, stage, shader->wave_size);
931 instructions, stage, shader->wave_size);
937 /* Print instructions with annotations. */
939 struct si_shader_inst *inst = &instructions[i];
964 free(instructions);