Home
last modified time | relevance | path

Searched refs:lane_sel (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_print_ir.cpp611 fprintf(output, " dpp8:[%d,%d,%d,%d,%d,%d,%d,%d]", dpp.lane_sel[0], dpp.lane_sel[1], in print_instr_format_specific()
612 dpp.lane_sel[2], dpp.lane_sel[3], dpp.lane_sel[4], dpp.lane_sel[5], dpp.lane_sel[6], in print_instr_format_specific()
613 dpp.lane_sel[7]); in print_instr_format_specific()
Daco_optimizer_postRA.cpp455 memcpy(dpp->lane_sel, mov->dpp8().lane_sel, sizeof(dpp->lane_sel)); in try_combine_dpp()
Daco_opt_value_numbering.cpp191 !memcmp(aDPP.lane_sel, bDPP.lane_sel, sizeof(aDPP.lane_sel)); in operator ()()
Daco_ir.cpp377 dpp->lane_sel[i] = i; in convert_to_DPP()
Daco_optimizer.cpp2453 memcpy(new_dpp->lane_sel, cmp_dpp.lane_sel, sizeof(new_dpp->lane_sel)); in combine_inverse_comparison()
4508 dpp->lane_sel[j] = info.instr->dpp8().lane_sel[j]; in select_instruction()
Daco_assembler.cpp707 encoding |= dpp.lane_sel[i] << (8 + i * 3); in emit_instruction()
Daco_ir.h1454 uint8_t lane_sel[8]; member
Daco_instruction_selection.cpp259 ret.instr->dpp8().lane_sel[i] = (((i & and_mask) | or_mask) ^ xor_mask) & 0x7; in emit_masked_swizzle()