Lines Matching refs:Int32Constant

247     return Allocate(Int32Constant(size), allow_large);
313 return Word32Equal(Word32And(object, Int32Constant(kSmiTagMask)),
314 Int32Constant(kSmiTag));
499 Int32Sub(instance_type, Int32Constant(FIRST_WASM_OBJECT_TYPE));
502 Int32Constant(LAST_WASM_OBJECT_TYPE - FIRST_WASM_OBJECT_TYPE));
510 return Word32Equal(instance_type, Int32Constant(type));
716 Node* WasmGraphBuilder::Int32Constant(int32_t value) {
717 return mcgraph()->Int32Constant(value);
1132 return gasm_->Word32Equal(input, Int32Constant(0));
1392 return gasm_->Int32Sub(gasm_->Int32Constant(1), IsNull(input));
1520 TrapIfTrue(reason, gasm_->Word32Equal(node, Int32Constant(val)), position);
1567 buf[0] = Int32Constant(0);
1582 TrapIfFalse(reason, Int32Constant(0), position);
1594 if (match.ResolvedValue() != masked) node = Int32Constant(masked);
1596 node = gasm_->Word32And(node, Int32Constant(kMask32));
1656 result = Int32Constant(0);
1676 value = gasm_->Word32Shl(value, Int32Constant(16));
1680 value = gasm_->Word32Shl(value, Int32Constant(16));
1722 shiftLower = gasm_->Word32Shl(value, Int32Constant(shiftCount));
1723 shiftHigher = gasm_->Word32Shr(value, Int32Constant(shiftCount));
1725 shiftLower, Int32Constant(static_cast<uint32_t>(0xFF)
1728 shiftHigher, Int32Constant(static_cast<uint32_t>(0xFF) << i));
1775 result = Int32Constant(0);
1794 gasm_->Word32Shl(value, Int32Constant(16)));
1830 shiftLower = gasm_->Word32Shl(value, Int32Constant(shiftCount));
1831 shiftHigher = gasm_->Word32Shr(value, Int32Constant(shiftCount));
1833 shiftLower, Int32Constant(static_cast<uint32_t>(0xFF)
1836 shiftHigher, Int32Constant(static_cast<uint32_t>(0xFF) << i));
1865 shiftBitCount = Int32Constant(64 - valueSizeInBits);
1870 shiftBitCount = Int32Constant(32 - valueSizeInBits);
1887 Int32Constant(0x7FFFFFFF)),
1889 Int32Constant(0x80000000))));
1909 gasm_->Word32And(high_word_left, Int32Constant(0x7FFFFFFF)),
1910 gasm_->Word32And(high_word_right, Int32Constant(0x80000000)));
2053 return builder->Int32Constant(0);
2068 return builder->Int32Constant(std::numeric_limits<int32_t>::min());
2070 return builder->Int32Constant(std::numeric_limits<uint32_t>::min());
2083 return builder->Int32Constant(std::numeric_limits<int32_t>::max());
2085 return builder->Int32Constant(std::numeric_limits<uint32_t>::max());
2440 Node* test = Binop(wasm::kExprI32Eq, overflow, Int32Constant(0), position);
2561 BuildChangeUint31ToSmi(gasm_->Word32Shr(value, Int32Constant(16)));
2565 BuildChangeUint31ToSmi(gasm_->Word32And(value, Int32Constant(0xFFFFu)));
2575 upper = gasm_->Word32Shl(upper, Int32Constant(16));
2688 BranchExpectFalse(gasm_->Word32Equal(right, Int32Constant(-1)), &denom_is_m1,
2707 gasm_->Word32Equal(right, Int32Constant(-1)), BranchHint::kFalse);
2710 return d.Phi(MachineRepresentation::kWord32, Int32Constant(0),
2732 return Int32Constant(0);
2735 return gasm_->Int32Sub(Int32Constant(0), left);
2748 gasm_->Word32Equal(right, Int32Constant(0)), BranchHint::kFalse);
2753 gasm_->Word32Equal(right, Int32Constant(-1)), BranchHint::kFalse);
2758 Node* neg = gasm_->Int32Sub(Int32Constant(0), left);
2760 return z.Phi(MachineRepresentation::kWord32, Int32Constant(0),
2767 Node* const zero = Int32Constant(0);
2797 Node* const minus_one = Int32Constant(-1);
2872 gasm_->Word32Equal(right, Int32Constant(0)), BranchHint::kFalse);
2875 return z.Phi(MachineRepresentation::kWord32, Int32Constant(0),
2884 gasm_->Word32Equal(right, Int32Constant(0)), BranchHint::kFalse);
2889 return z.Phi(MachineRepresentation::kWord32, Int32Constant(0), rem);
3153 *ift_size = Int32Constant(table.initial_size);
3228 BuildChangeUint32ToUintPtr(gasm_->Word32Shl(key, Int32Constant(2)));
3234 gasm_->Word32Equal(loaded_sig, Int32Constant(expected_sig_id));
3266 gasm_->Int32Constant(kExternalPointerIndexShift - kSystemPointerSizeLog2);
3417 Int32Constant(32 - (m.ResolvedValue() & 0x1F)));
3420 Binop(wasm::kExprI32Sub, Int32Constant(32), right));
3469 return Int32Constant(kSmiShiftSize + kSmiTagSize);
3642 gasm_->WordShr(mem_size, Int32Constant(wasm::kWasmPageSizeLog2));
3680 inputs[count++] = Int32Constant(fun->nargs); // arity
3701 Int32Constant(global.index * kSystemPointerSize));
3786 TrapIfEq32(wasm::kTrapUnalignedAccess, Int32Constant(0), 0, position);
3799 gasm_->Word32Equal(cond, Int32Constant(0)), position);
3819 TrapIfEq32(wasm::kTrapMemOutOfBounds, Int32Constant(0), 0, position);
3832 gasm_->Word64Shr(index, Int32Constant(32)));
3934 Int32Constant(0), vals[0]);
3952 Int32Constant(field_offset), data);
3958 MachineRepresentation::kWord8, Int32Constant(is_store ? 1 : 0));
3960 MachineRepresentation::kWord8, Int32Constant(static_cast<int>(rep)));
4252 oob_value = Int32Constant(0);
5449 Int32Constant(0));
5466 gasm_->StoreUnaligned(type, stack_slot, Int32Constant(offset), value);
5484 gasm_->TruncateInt64ToInt32(gasm_->Word64Shr(*node, Int32Constant(32)));
5551 Int32Constant(1));
5642 length, Int32Constant(element_type.value_kind_size()));
5650 Int32Constant(wasm::ObjectAccess::ToTagged(WasmArray::kHeaderSize));
5651 Node* element_size = Int32Constant(element_type.value_kind_size());
5677 Int32Constant(static_cast<int32_t>(elements.size())),
5678 Int32Constant(element_type.value_kind_size()));
5681 gasm_->WasmArrayElementOffset(Int32Constant(i), element_type);
5726 gasm_->GotoIf(condition, label, hint, Int32Constant(1));
5730 gasm_->GotoIf(condition, label, hint, Int32Constant(0));
5734 gasm_->GotoIfNot(condition, label, hint, Int32Constant(0));
5875 gasm_->Goto(&done, Int32Constant(1));
5906 gasm_->Goto(&done, Int32Constant(1));
5935 gasm_->Goto(&done, Int32Constant(1));
5968 gasm_->Goto(&done, Int32Constant(1));
6123 gasm_->GotoIf(gasm_->Word32Equal(length, Int32Constant(0)), &skip,
6722 gasm_->Word32Equal(flag_value, Int32Constant(new_value ? 0 : 1));
6742 Int32Constant(new_value ? 1 : 0));
6890 Int32Constant(kSmiTagMask)),
6891 Int32Constant(kSmiTag));
7036 Int32Constant(SharedFunctionInfo::IsNativeBit::kMask |
7137 Int32Constant(JSParameterCount(wasm_count)); // argument count
7174 Int32Constant(JSParameterCount(wasm_count)); // argument count
7199 Int32Constant(JSParameterCount(wasm_count)); // argument count
7235 ? Int32Constant(0)
7284 Int32Constant(offset), Param(i + 1), effect(),
7341 Return(Int32Constant(0));
7349 Int32Constant(offset), effect(), control()));
7443 javascript_execution_assert, 0, gasm_->Int32Constant(0));
7451 javascript_execution_assert, 0, gasm_->Int32Constant(1));
7499 Int32Constant(JSParameterCount(wasm_count)); // argument count
7571 Int32Constant(offset), effect(), control()));
7603 Int32Constant(offset), value, effect(),