Searched refs:OPC_ATOMIC_CMPXCHG (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 271 OPC_ATOMIC_CMPXCHG = _OPC(6, 21), enumerator in enum:__anon12988a590103 577 case OPC_ATOMIC_CMPXCHG:
|
| H A D | disasm-a3xx.c | 333 OPC(6, OPC_ATOMIC_CMPXCHG, atomic.cmpxchg),
|
| H A D | ir3_parser.y | 1062 | 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 D | instr-a3xx.h | 188 OPC_ATOMIC_CMPXCHG = _OPC(6, 21), enumerator in enum:__anon3a3a0e460103 912 case OPC_ATOMIC_CMPXCHG:
|
| H A D | disasm-a3xx.c | 562 case OPC_ATOMIC_CMPXCHG: 1012 OPC(6, OPC_ATOMIC_CMPXCHG, atomic.cmpxchg),
|
| H A D | ir3.c | 561 case OPC_ATOMIC_CMPXCHG: 613 case OPC_ATOMIC_CMPXCHG:
|
Completed in 10 milliseconds