Searched refs:opc_op (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | disasm-a3xx.c | 690 [opc_op(OPC_ISAM)] = { true, false, true, true, }, in print_instr_cat5() 691 [opc_op(OPC_ISAML)] = { true, true, true, true, }, in print_instr_cat5() 692 [opc_op(OPC_ISAMM)] = { true, false, true, true, }, in print_instr_cat5() 693 [opc_op(OPC_SAM)] = { true, false, true, true, }, in print_instr_cat5() 694 [opc_op(OPC_SAMB)] = { true, true, true, true, }, in print_instr_cat5() 695 [opc_op(OPC_SAML)] = { true, true, true, true, }, in print_instr_cat5() 696 [opc_op(OPC_SAMGQ)] = { true, false, true, true, }, in print_instr_cat5() 697 [opc_op(OPC_GETLOD)] = { true, false, true, true, }, in print_instr_cat5() 698 [opc_op(OPC_CONV)] = { true, true, true, true, }, in print_instr_cat5() 699 [opc_op(OPC_CONVM)] = { true, true, true, true, }, in print_instr_cat5() [all …]
|
D | instr-a3xx.h | 266 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1))) macro
|