Lines Matching full:i128
485 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, MVT::i128, Custom);
1785 setOperationAction(ISD::SDIV, MVT::i128, Custom);
1786 setOperationAction(ISD::UDIV, MVT::i128, Custom);
1787 setOperationAction(ISD::SREM, MVT::i128, Custom);
1788 setOperationAction(ISD::UREM, MVT::i128, Custom);
1789 setOperationAction(ISD::SDIVREM, MVT::i128, Custom);
1790 setOperationAction(ISD::UDIVREM, MVT::i128, Custom);
11285 i128
20306 assert((T == MVT::i64 || T == MVT::i128) && "can only expand cmpxchg pair");
20307 bool Regs64bit = T == MVT::i128;
20734 assert(Ty1->getPrimitiveSizeInBits() <= 64 && "i128 is probably not a noop");
28378 // TODO: Handle f128 and i128 in FR128RegClass after it is tested well.
28491 // TODO: Handle f128 and i128 in FR128RegClass after it is tested well.