Lines Matching refs:OtherDstSel
807 SdwaSel OtherDstSel = static_cast<SdwaSel>( in matchSDWAOperand() local
812 case WORD_0: DstSelAgree = ((OtherDstSel == BYTE_2) || in matchSDWAOperand()
813 (OtherDstSel == BYTE_3) || in matchSDWAOperand()
814 (OtherDstSel == WORD_1)); in matchSDWAOperand()
816 case WORD_1: DstSelAgree = ((OtherDstSel == BYTE_0) || in matchSDWAOperand()
817 (OtherDstSel == BYTE_1) || in matchSDWAOperand()
818 (OtherDstSel == WORD_0)); in matchSDWAOperand()
820 case BYTE_0: DstSelAgree = ((OtherDstSel == BYTE_1) || in matchSDWAOperand()
821 (OtherDstSel == BYTE_2) || in matchSDWAOperand()
822 (OtherDstSel == BYTE_3) || in matchSDWAOperand()
823 (OtherDstSel == WORD_1)); in matchSDWAOperand()
825 case BYTE_1: DstSelAgree = ((OtherDstSel == BYTE_0) || in matchSDWAOperand()
826 (OtherDstSel == BYTE_2) || in matchSDWAOperand()
827 (OtherDstSel == BYTE_3) || in matchSDWAOperand()
828 (OtherDstSel == WORD_1)); in matchSDWAOperand()
830 case BYTE_2: DstSelAgree = ((OtherDstSel == BYTE_0) || in matchSDWAOperand()
831 (OtherDstSel == BYTE_1) || in matchSDWAOperand()
832 (OtherDstSel == BYTE_3) || in matchSDWAOperand()
833 (OtherDstSel == WORD_0)); in matchSDWAOperand()
835 case BYTE_3: DstSelAgree = ((OtherDstSel == BYTE_0) || in matchSDWAOperand()
836 (OtherDstSel == BYTE_1) || in matchSDWAOperand()
837 (OtherDstSel == BYTE_2) || in matchSDWAOperand()
838 (OtherDstSel == WORD_0)); in matchSDWAOperand()