Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp212 static const char *ldstSubOpStr[] = variable
670 if (subOp < ARRAY_SIZE(ldstSubOpStr)) in print()
671 PRINT("%s ", ldstSubOpStr[subOp]); in print()