Home | History | Annotate | Download | only in X86

Lines Matching full:i128

592     setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, Custom);
13005 assert((T == MVT::i64 || T == MVT::i128) && "can only expand cmpxchg pair");
13006 bool Regs64bit = T == MVT::i128;
13334 assert(Ty1->getPrimitiveSizeInBits() <= 64 && "i128 is probably not a noop");