Searched refs:src3_sel (Results 1 – 3 of 3) sorted by relevance
293 bc->alu.src3_sel = src3->type != IR2_SRC_CONST; in fill_instr()312 bc->alu.src3_sel = src->type != IR2_SRC_CONST; in fill_instr()320 bc->alu.src3_sel = src->type != IR2_SRC_CONST; in fill_instr()
257 print_srcreg(alu->src3_reg, alu->src3_sel, alu->src3_swiz, in disasm_alu()292 print_srcreg(alu->src3_reg, alu->src3_sel, alu->src3_swiz, in disasm_alu()
171 uint8_t src3_sel : 1; member