Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h333 OPC_ATOMIC_S_CMPXCHG = _OPC(6, 60), enumerator
669 case OPC_ATOMIC_S_CMPXCHG: in is_global_a3xx_atomic()
Ddisasm-a3xx.c368 OPC(6, OPC_ATOMIC_S_CMPXCHG, atomic.s.cmpxchg),
Dir3_parser.y1158 | T_OP_ATOMIC_S_CMPXCHG { new_instr(OPC_ATOMIC_S_CMPXCHG); }