Searched refs:lane_sel (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_print_ir.cpp | 611 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()
|
D | aco_optimizer_postRA.cpp | 455 memcpy(dpp->lane_sel, mov->dpp8().lane_sel, sizeof(dpp->lane_sel)); in try_combine_dpp()
|
D | aco_opt_value_numbering.cpp | 191 !memcmp(aDPP.lane_sel, bDPP.lane_sel, sizeof(aDPP.lane_sel)); in operator ()()
|
D | aco_ir.cpp | 377 dpp->lane_sel[i] = i; in convert_to_DPP()
|
D | aco_optimizer.cpp | 2453 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()
|
D | aco_assembler.cpp | 707 encoding |= dpp.lane_sel[i] << (8 + i * 3); in emit_instruction()
|
D | aco_ir.h | 1454 uint8_t lane_sel[8]; member
|
D | aco_instruction_selection.cpp | 259 ret.instr->dpp8().lane_sel[i] = (((i & and_mask) | or_mask) ^ xor_mask) & 0x7; in emit_masked_swizzle()
|