Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h271 OPC_ATOMIC_CMPXCHG = _OPC(6, 21), enumerator
577 case OPC_ATOMIC_CMPXCHG: in is_atomic()
Ddisasm-a3xx.c333 OPC(6, OPC_ATOMIC_CMPXCHG, atomic.cmpxchg),
Dir3_parser.y1062 | T_OP_ATOMIC_CMPXCHG { new_instr(OPC_ATOMIC_CMPXCHG); }
1110 | T_OP_ATOMIC_B_CMPXCHG { new_instr(OPC_ATOMIC_CMPXCHG)->flags |= IR3_INSTR_G; …