Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h216 OPC_HEXP2 = _OPC(4, 11), enumerator
Ddisasm-a3xx.c275 OPC(4, OPC_HEXP2, hexp2),
Dir3.h1030 return OPC_HEXP2; in cat4_half_opc()
1044 case OPC_HEXP2: in cat4_full_opc()
Dir3_parser.y942 | T_OP_HEXP2 { new_instr(OPC_HEXP2); }