Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h292 OPC_ATOMIC_MAX = _OPC(6, 23), enumerator
650 case OPC_ATOMIC_MAX: in is_local_atomic()
Ddisasm-a3xx.c348 OPC(6, OPC_ATOMIC_MAX, atomic.max),
Dir3_parser.y1148 | T_OP_ATOMIC_MAX { new_instr(OPC_ATOMIC_MAX); }