Home
last modified time | relevance | path

Searched refs:alu_opcode_props (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dmidgard_ops.h30 extern struct mir_op_props alu_opcode_props[256];
44 const char *name = alu_opcode_props[op].name; in midgard_is_integer_op()
59 bool is_conversion = alu_opcode_props[op].props & OP_TYPE_CONVERT; in midgard_is_integer_out_op()
72 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in effective_writemask()
Dmidgard_print_constant.c38 const char *opname = alu_opcode_props[op].name; in mir_print_constant_component()
Dmidgard_print.c207 const char *name = alu_opcode_props[op].name; in mir_print_instruction()
Dmidgard_ops.c35 struct mir_op_props alu_opcode_props[256] = { variable
Dmidgard_emit.c282 bool channeled = GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props); in mir_pack_vector_srcs()
485 if (alu_opcode_props[ins->op].props & MIDGARD_ROUNDS) { in mir_lower_roundmode()
Ddisassemble.c89 if (alu_opcode_props[op].name) { in print_alu_opcode()
90 fprintf(fp, "%s", alu_opcode_props[op].name); in print_alu_opcode()
674 unsigned rep = GET_CHANNEL_COUNT(alu_opcode_props[alu_field->op].props); in print_vector_field()
Dmir.c290 unsigned props = alu_opcode_props[ins->op].props; in mir_bytemask_of_read_components_index()
Dmidgard_schedule.c557 if (alu_opcode_props[ins->op].props & unit) in mir_has_unit()
831 if (GET_CHANNEL_COUNT(alu_opcode_props[instructions[i]->op].props)) in mir_comparison_mobile()
Dmidgard_ra.c688 GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props) ? 0 : in install_registers_instr()
Dmidgard_compile.c858 unsigned opcode_props = alu_opcode_props[op].props; in emit_alu()
2324 alu_opcode_props[op].props & OP_COMMUTES) { in embedded_to_inline_constant()