Searched refs:opsel_hi (Results 1 – 5 of 5) sorted by relevance
750 if ((vop3->opsel_lo & (1 << i)) || !(vop3->opsel_hi & (1 << i))) { in aco_print_instr()753 vop3->opsel_hi & (1 << i) ? 'y' : 'x'); in aco_print_instr()
615 encoding |= (vop3->opsel_hi & 0x4) ? 1 : 0 << 14; in emit_instruction()623 encoding |= vop3->opsel_hi & 0x3 << 27; in emit_instruction()
1048 uint8_t opsel_hi : 3; member1357 return vop3p->opsel_lo || vop3p->opsel_hi || vop3p->clamp; in usesModifiers()
19 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.
21 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.