Searched refs:OPC_GATHER4G (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 236 OPC_GATHER4G = _OPC(5, 17), enumerator in enum:__anon12988a590103
|
| H A D | disasm-a3xx.c | 295 OPC(5, OPC_GATHER4G, gather4g),
|
| H A D | ir3_parser.y | 966 | T_OP_GATHER4G { new_instr(OPC_GATHER4G); }
|
| H A D | ir3_compiler_nir.c | 2498 opc = OPC_GATHER4G;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 156 OPC_GATHER4G = _OPC(5, 17), enumerator in enum:__anon3a3a0e460103
|
| H A D | disasm-a3xx.c | 418 [opc_op(OPC_GATHER4G)] = { true, false, true, true, }, 979 OPC(5, OPC_GATHER4G, gather4g),
|
| H A D | ir3_compiler_nir.c | 1756 case 1: opc = OPC_GATHER4G; break;
|
Completed in 18 milliseconds