Searched refs:alu_opcode_props (Results 1 – 10 of 10) sorted by relevance
30 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()
38 const char *opname = alu_opcode_props[op].name; in mir_print_constant_component()
207 const char *name = alu_opcode_props[op].name; in mir_print_instruction()
35 struct mir_op_props alu_opcode_props[256] = { variable
282 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()
89 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()
290 unsigned props = alu_opcode_props[ins->op].props; in mir_bytemask_of_read_components_index()
557 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()
688 GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props) ? 0 : in install_registers_instr()
858 unsigned opcode_props = alu_opcode_props[op].props; in emit_alu()2324 alu_opcode_props[op].props & OP_COMMUTES) { in embedded_to_inline_constant()