Searched refs:opc_op (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | disasm-a3xx.c | 385 [opc_op(OPC_ISAM)] = { true, false, true, true, }, in print_instr_cat5() 386 [opc_op(OPC_ISAML)] = { true, true, true, true, }, in print_instr_cat5() 387 [opc_op(OPC_ISAMM)] = { true, false, true, true, }, in print_instr_cat5() 388 [opc_op(OPC_SAM)] = { true, false, true, true, }, in print_instr_cat5() 389 [opc_op(OPC_SAMB)] = { true, true, true, true, }, in print_instr_cat5() 390 [opc_op(OPC_SAML)] = { true, true, true, true, }, in print_instr_cat5() 391 [opc_op(OPC_SAMGQ)] = { true, false, true, true, }, in print_instr_cat5() 392 [opc_op(OPC_GETLOD)] = { true, false, true, true, }, in print_instr_cat5() 393 [opc_op(OPC_CONV)] = { true, true, true, true, }, in print_instr_cat5() 394 [opc_op(OPC_CONVM)] = { true, true, true, true, }, in print_instr_cat5() [all …]
|
D | instr-a3xx.h | 217 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1))) macro
|