Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c101 static const char *float_imms[] = { variable
136 if (is_float && full && reg.iim_val < ARRAY_SIZE(float_imms)) { in print_reg()
137 fprintf(ctx->out, "(%s)", float_imms[reg.iim_val]); in print_reg()