Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h228 OPC_HRSQ = _OPC(4, 9), enumerator
Ddisasm-a3xx.c281 OPC(4, OPC_HRSQ, hrsq),
Dir3.h1105 return OPC_HRSQ; in cat4_half_opc()
1119 case OPC_HRSQ: in cat4_full_opc()
Dir3_parser.y1017 | T_OP_HRSQ { new_instr(OPC_HRSQ); }