Home | History | Annotate | Download | only in X86

Lines Matching refs:x86mmx

874     addRegisterClass(MVT::x86mmx, &X86::VR64RegClass);
875 // No operations on x86mmx supported, everything uses intrinsics.
878 // MMX-sized vectors (other than x86mmx) are expected to be expanded
1719 case MVT::x86mmx:
1838 if (ValVT == MVT::x86mmx) {
2196 else if (RegVT == MVT::x86mmx)
15765 InputVector.getNode()->getOperand(0).getValueType() == MVT::x86mmx &&