Searched refs:alu_opcode_props (Results 1 - 13 of 13) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_schedule.c598 if (alu_opcode_props[ins->op].props & unit)
903 if (GET_CHANNEL_COUNT(alu_opcode_props[instructions[i]->op].props))
H A Dmir.c296 unsigned props = alu_opcode_props[ins->op].props;
H A Dmidgard_print_constant.c38 const char *opname = alu_opcode_props[op].name;
H A Dmidgard_ra.c714 GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props) ? 0 :
H A Dmidgard_ops.c37 struct mir_op_props alu_opcode_props[256] = { variable in typeref:struct:mir_op_props[256]
H A Dmidgard_ops.h30 extern struct mir_op_props alu_opcode_props[256];
87 bool is_conversion = alu_opcode_props[op].props & OP_TYPE_CONVERT;
100 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[op].props);
H A Dmidgard_print.c207 const char *name = alu_opcode_props[op].name;
H A Dmidgard_compile.c944 unsigned opcode_props = alu_opcode_props[op].props;
2643 alu_opcode_props[op].props & OP_COMMUTES) {
H A Dmidgard_emit.c333 bool channeled = GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props);
594 if (alu_opcode_props[ins->op].props & MIDGARD_ROUNDS) {
H A Ddisassemble.c100 if (alu_opcode_props[op].name)
101 fprintf(fp, "%s", alu_opcode_props[op].name);
851 unsigned rep = GET_CHANNEL_COUNT(alu_opcode_props[op].props);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Ddisassemble.c47 if (alu_opcode_props[op].name) {
48 printf("%s", alu_opcode_props[op].name);
H A Dhelpers.h156 } alu_opcode_props[256] = { variable in typeref:struct:__anonc984ca1d0108[256]
267 const char *name = alu_opcode_props[op].name;
H A Dmidgard_compile.c621 const char *name = alu_opcode_props[op].name;
1038 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[alu->op].props);
1386 unsigned opcode_props = alu_opcode_props[op].props;
2594 int units = alu_opcode_props[op].props;
3125 DBG("Missed non-commutative flip (%s)\n", alu_opcode_props[op].name);
3130 if (alu_opcode_props[op].props & OP_COMMUTES) {

Completed in 38 milliseconds