Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
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; in midgard_is_integer_out_op()
100 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in effective_writemask()
H A Dmidgard_print.c217 const char *name = alu_opcode_props[op].name; in mir_print_instruction()
274 if (is_alu && alu_opcode_props[ins->op].props & QUIRK_FLIPPED_R24) { in mir_print_instruction()
H A Dmidgard_print_constant.c38 const char *opname = alu_opcode_props[op].name; in mir_print_constant_component()
H A Dmidgard_emit.c327 bool channeled = GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props); in mir_pack_vector_srcs()
583 if (alu_opcode_props[ins->op].props & MIDGARD_ROUNDS) { in mir_lower_roundmode()
H A Dmir.c302 unsigned props = alu_opcode_props[ins->op].props; in mir_bytemask_of_read_components_index()
H A Dmidgard_ops.c37 struct mir_op_props alu_opcode_props[256] = { variable
H A Dmidgard_schedule.c598 if (alu_opcode_props[ins->op].props & unit) in mir_has_unit()
903 if (GET_CHANNEL_COUNT(alu_opcode_props[instructions[i]->op].props)) in mir_comparison_mobile()
H A Ddisassemble.c100 if (alu_opcode_props[op].name) in print_alu_opcode()
101 fprintf(fp, "%s", alu_opcode_props[op].name); in print_alu_opcode()
829 unsigned rep = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in print_vector_field()
H A Dmidgard_ra.c759 GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props) ? 0 : in install_registers_instr()
H A Dmidgard_compile.c985 unsigned opcode_props = alu_opcode_props[op].props; in emit_alu()
2730 alu_opcode_props[op].props & OP_COMMUTES) { in embedded_to_inline_constant()

Completed in 29 milliseconds