HomeSort by relevance Sort by last modified time
    Searched refs:opc_op (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
disasm-a3xx.c 385 [opc_op(OPC_ISAM)] = { true, false, true, true, },
386 [opc_op(OPC_ISAML)] = { true, true, true, true, },
387 [opc_op(OPC_ISAMM)] = { true, false, true, true, },
388 [opc_op(OPC_SAM)] = { true, false, true, true, },
389 [opc_op(OPC_SAMB)] = { true, true, true, true, },
390 [opc_op(OPC_SAML)] = { true, true, true, true, },
391 [opc_op(OPC_SAMGQ)] = { true, false, true, true, },
392 [opc_op(OPC_GETLOD)] = { true, false, true, true, },
393 [opc_op(OPC_CONV)] = { true, true, true, true, },
394 [opc_op(OPC_CONVM)] = { true, true, true, true, }
    [all...]
instr-a3xx.h 213 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1))) macro

Completed in 416 milliseconds