Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h341 OPC_ATOMIC_G_SUB = _OPC(6, 67), enumerator
686 case OPC_ATOMIC_G_SUB: in is_global_a6xx_atomic()
Ddisasm-a3xx.c375 OPC(6, OPC_ATOMIC_G_SUB, atomic.g.sub),
Dir3_parser.y1166 | T_OP_ATOMIC_G_SUB { new_instr(OPC_ATOMIC_G_SUB); }