Searched refs:OPC_ATOMIC_CMPXCHG (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dinstr-a3xx.h271 OPC_ATOMIC_CMPXCHG = _OPC(6, 21), enumerator in enum:__anon12988a590103
577 case OPC_ATOMIC_CMPXCHG:
H A Ddisasm-a3xx.c333 OPC(6, OPC_ATOMIC_CMPXCHG, atomic.cmpxchg),
H A 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; dummy_dst(); }
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dinstr-a3xx.h188 OPC_ATOMIC_CMPXCHG = _OPC(6, 21), enumerator in enum:__anon3a3a0e460103
912 case OPC_ATOMIC_CMPXCHG:
H A Ddisasm-a3xx.c562 case OPC_ATOMIC_CMPXCHG:
1012 OPC(6, OPC_ATOMIC_CMPXCHG, atomic.cmpxchg),
H A Dir3.c561 case OPC_ATOMIC_CMPXCHG:
613 case OPC_ATOMIC_CMPXCHG:

Completed in 10 milliseconds