Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c438 } fetch_instructions[] = { variable
464 printf("%s", fetch_instructions[fetch->opc].name); in disasm_fetch()
465 fetch_instructions[fetch->opc].fxn(fetch); in disasm_fetch()