Lines Matching refs:instructions
339 * to by "instructions". */
343 struct radv_shader_inst *instructions)
345 struct radv_shader_inst *last_inst = *num ? &instructions[*num - 1] : NULL;
349 struct radv_shader_inst *inst = &instructions[*num];
399 /* Get the list of instructions.
403 struct radv_shader_inst *instructions =
407 start_addr, &num_inst, instructions);
412 /* Print instructions with annotations. */
414 struct radv_shader_inst *inst = &instructions[i];
441 free(instructions);