Searched refs:opc_op (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | disasm-a3xx.c | 401 [opc_op(OPC_ISAM)] = { true, false, true, true, }, 402 [opc_op(OPC_ISAML)] = { true, true, true, true, }, 403 [opc_op(OPC_ISAMM)] = { true, false, true, true, }, 404 [opc_op(OPC_SAM)] = { true, false, true, true, }, 405 [opc_op(OPC_SAMB)] = { true, true, true, true, }, 406 [opc_op(OPC_SAML)] = { true, true, true, true, }, 407 [opc_op(OPC_SAMGQ)] = { true, false, true, true, }, 408 [opc_op(OPC_GETLOD)] = { true, false, true, true, }, 409 [opc_op(OPC_CONV)] = { true, true, true, true, }, 410 [opc_op(OPC_CONV [all...] |
| H A D | instr-a3xx.h | 218 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1))) macro
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 349 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1))) macro
|
Completed in 6 milliseconds