Searched refs:ByteSel (Results 1 – 4 of 4) sorted by relevance
656 defvar bytesel = (ins ByteSel:$byte_sel);
591 defvar bytesel = (ins VGPR_32:$vdst_in, ByteSel:$byte_sel);
1161 def ByteSel : NamedIntOperand<i8, "byte_sel"> {
11671 uint32_t ByteSel = 0xff << I; in performAndCombine() local11672 if ((LHSMask & ByteSel) == 0x0c || (RHSMask & ByteSel) == 0x0c) in performAndCombine()