Lines Matching refs:Word32T
93 void CodeStubAssembler::Dcheck(TNode<Word32T> condition_node,
137 void CodeStubAssembler::Check(TNode<Word32T> condition_node,
627 TNode<Int32T> CodeStubAssembler::PopulationCount32(TNode<Word32T> value) {
662 TNode<Int32T> CodeStubAssembler::CountTrailingZeros32(TNode<Word32T> value) {
669 TNode<Word32T> lhs = Word32BitwiseNot(value);
670 TNode<Word32T> rhs = Int32Sub(Signed(value), Int32Constant(1));
682 TNode<Int32T> CodeStubAssembler::CountLeadingZeros32(TNode<Word32T> value) {
1526 TNode<Word32T> bitfield = LoadBigIntBitfield(bigint);
1779 TNode<Word32T> CodeStubAssembler::IsStringWrapperElementsKind(TNode<Map> map) {
2382 TVARIABLE(Word32T, var_sign, Int32Constant(BigInt::SignBits::encode(false)));
2999 TNode<Word32T> value) {
3420 TNode<Word32T> bitfield) {
3445 TNode<Word32T> CodeStubAssembler::LoadBigIntBitfield(TNode<BigInt> bigint) {
3446 return UncheckedCast<Word32T>(
3922 TNode<Word32T> new_bit_field3 = Int32Sub(
5475 TNode<Word32T> CodeStubAssembler::TruncateTaggedToWord32(TNode<Context> context,
5477 TVARIABLE(Word32T, var_result);
5489 TVariable<Word32T>* var_word32, Label* if_bigint,
5501 TVariable<Word32T>* var_word32, Label* if_bigint,
5513 TVariable<Word32T>* var_word32, Label* if_bigint,
5523 TVariable<Word32T>* var_word32,
7303 TNode<Word32T> mask = Int32Sub(
7322 TNode<Word32T> hash = Word32And(Word32Xor(low, high), mask);
7351 TNode<Word32T> hash = Word32And(SmiToInt32(smi_input.value()), mask);
7922 TNode<Uint32T> CodeStubAssembler::DecodeWord32(TNode<Word32T> word32,
7946 TNode<Word32T> CodeStubAssembler::UpdateWord32(TNode<Word32T> word,
7953 TNode<Word32T> encoded_value = Word32Shl(value, Int32Constant(shift));
7954 TNode<Word32T> masked_word;
8593 TNode<Word32T> CodeStubAssembler::ComputeSeededHash(TNode<IntPtrT> key) {
8603 return UncheckedCast<Word32T>(CallCFunction(
8913 TNode<Word32T> index = Int32Mul(entry_index, entry_size);
10701 // have to specialize the BigInt and Word32T cases. Since we can't partly
10758 TNode<Word32T> value) {
10776 TNode<Word32T> value) {
10784 TNode<Word32T> value) {
10852 std::is_same<TValue, Word32T>::value ||
10856 "Only Int32T, Word32T, Float32T, Float64T or BigInt value types "
10869 TNode<Word32T>);
10884 TVARIABLE(Word32T, var_value, int32_value);
10897 TVARIABLE(Word32T, var_value, Int32Constant(0));
10911 TNode<Word32T> CodeStubAssembler::PrepareValueForWriteToTypedArray<Word32T>(
10928 TVARIABLE(Word32T, var_result);
11087 TNode<Word32T> bitfield = LoadBigIntBitfield(bigint);
11117 TNode<Word32T> converted_value, TVariable<Object>* maybe_converted_value) {
11296 EmitElementStoreTypedArray<Word32T>(typed_array, intptr_key, value,
13934 TNode<Number> CodeStubAssembler::BitwiseOp(TNode<Word32T> left32,
13935 TNode<Word32T> right32,
15558 // with Word32T.
15793 StoreObjectFieldNoWriteBarrier<Word32T>(