Lines Matching refs:UintPtrT
614 TNode<UintPtrT> CodeAssembler::ChangeUint32ToWord(TNode<Word32T> value) {
616 return UncheckedCast<UintPtrT>(
619 return ReinterpretCast<UintPtrT>(value);
636 TNode<UintPtrT> CodeAssembler::ChangeFloat64ToUintPtr(TNode<Float64T> value) {
638 return UncheckedCast<UintPtrT>(
641 return UncheckedCast<UintPtrT>(raw_assembler()->ChangeFloat64ToUint32(value));
644 TNode<Float64T> CodeAssembler::ChangeUintPtrToFloat64(TNode<UintPtrT> value) {
884 TNode<WordT> offset, TNode<UintPtrT> value,
885 TNode<UintPtrT> value_high) {
894 MachineType type, TNode<RawPtrT> base, TNode<UintPtrT> offset, \
901 TNode<RawPtrT> base, TNode<UintPtrT> offset, TNode<UintPtrT> value, \
902 TNode<UintPtrT> value_high) { \
907 (TNode<RawPtrT> base, TNode<UintPtrT> offset, TNode<UintPtrT> value, \
908 TNode<UintPtrT> value_high); \
910 AtomicUint64 > (TNode<RawPtrT> base, TNode<UintPtrT> offset, \
911 TNode<UintPtrT> value, TNode<UintPtrT> value_high);
931 TNode<RawPtrT> base, TNode<WordT> offset, TNode<UintPtrT> old_value,
932 TNode<UintPtrT> new_value, TNode<UintPtrT> old_value_high,
933 TNode<UintPtrT> new_value_high) {
942 TNode<RawPtrT> base, TNode<WordT> offset, TNode<UintPtrT> old_value,
943 TNode<UintPtrT> new_value, TNode<UintPtrT> old_value_high,
944 TNode<UintPtrT> new_value_high);
947 TNode<RawPtrT> base, TNode<WordT> offset, TNode<UintPtrT> old_value,
948 TNode<UintPtrT> new_value, TNode<UintPtrT> old_value_high,
949 TNode<UintPtrT> new_value_high);