Searched refs:OPC_ISAMM (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dinstr-a3xx.h221 OPC_ISAMM = _OPC(5, 2), enumerator in enum:__anon12988a590103
610 case OPC_ISAMM:
H A Ddisasm-a3xx.c280 OPC(5, OPC_ISAMM, isamm),
H A Dir3_parser.y951 | T_OP_ISAMM { new_instr(OPC_ISAMM); }
H A Dir3_compiler_nir.c2510 opc = OPC_ISAMM;
2589 if (opc == OPC_ISAMM) {
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dinstr-a3xx.h141 OPC_ISAMM = _OPC(5, 2), enumerator in enum:__anon3a3a0e460103
943 case OPC_ISAMM:
H A Ddisasm-a3xx.c403 [opc_op(OPC_ISAMM)] = { true, false, true, true, },
964 OPC(5, OPC_ISAMM, isamm),
H A Dir3_compiler_nir.c1762 case nir_texop_txf_ms: opc = OPC_ISAMM; break;
1840 if (opc == OPC_ISAMM) {

Completed in 17 milliseconds