Searched refs:OPC_ATOMIC_XOR (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 276 OPC_ATOMIC_XOR = _OPC(6, 26), enumerator in enum:__anon12988a590103 582 case OPC_ATOMIC_XOR:
|
| H A D | disasm-a3xx.c | 338 OPC(6, OPC_ATOMIC_XOR, atomic.xor),
|
| H A D | ir3_parser.y | 1067 | T_OP_ATOMIC_XOR { new_instr(OPC_ATOMIC_XOR); } 1115 | T_OP_ATOMIC_B_XOR { new_instr(OPC_ATOMIC_XOR)->flags |= IR3_INSTR_G; dummy_dst(); }
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 193 OPC_ATOMIC_XOR = _OPC(6, 26), enumerator in enum:__anon3a3a0e460103 917 case OPC_ATOMIC_XOR:
|
| H A D | disasm-a3xx.c | 567 case OPC_ATOMIC_XOR: 1017 OPC(6, OPC_ATOMIC_XOR, atomic.xor),
|
| H A D | ir3.c | 566 case OPC_ATOMIC_XOR: 618 case OPC_ATOMIC_XOR:
|
Completed in 11 milliseconds