Searched defs:isa_decode_options (Results 1 – 1 of 1) sorted by relevance
44 struct isa_decode_options { struct45 uint32_t gpu_id;48 bool show_errors;55 unsigned max_errors;58 bool branch_labels;82 void isa_decode(void *bin, int sz, FILE *out, const struct isa_decode_options *options); argument