Home | History | Annotate | Download | only in X86

Lines Matching refs:x86mmx

887     addRegisterClass(MVT::x86mmx, &X86::VR64RegClass);
888 // No operations on x86mmx supported, everything uses intrinsics.
891 // MMX-sized vectors (other than x86mmx) are expected to be expanded
1801 case MVT::x86mmx:
1935 if (ValVT == MVT::x86mmx) {
2291 else if (RegVT == MVT::x86mmx)
19006 InputVector.getNode()->getOperand(0).getValueType() == MVT::x86mmx &&