Home
last modified time | relevance | path

Searched refs:bi_special_op_name (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_print.h41 const char * bi_special_op_name(enum bi_special_op op);
Dbi_print.c189 bi_special_op_name(enum bi_special_op op) in bi_special_op_name() function
266 fprintf(fp, "%s", bi_special_op_name(ins->op.special)); in bi_print_instruction()