Searched refs:OPC_ISAMM (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 221 OPC_ISAMM = _OPC(5, 2), enumerator in enum:__anon12988a590103 610 case OPC_ISAMM:
|
| H A D | disasm-a3xx.c | 280 OPC(5, OPC_ISAMM, isamm),
|
| H A D | ir3_parser.y | 951 | T_OP_ISAMM { new_instr(OPC_ISAMM); }
|
| H A D | ir3_compiler_nir.c | 2510 opc = OPC_ISAMM; 2589 if (opc == OPC_ISAMM) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 141 OPC_ISAMM = _OPC(5, 2), enumerator in enum:__anon3a3a0e460103 943 case OPC_ISAMM:
|
| H A D | disasm-a3xx.c | 403 [opc_op(OPC_ISAMM)] = { true, false, true, true, }, 964 OPC(5, OPC_ISAMM, isamm),
|
| H A D | ir3_compiler_nir.c | 1762 case nir_texop_txf_ms: opc = OPC_ISAMM; break; 1840 if (opc == OPC_ISAMM) {
|
Completed in 17 milliseconds