Home
last modified time | relevance | path

Searched refs:Uint64Constant (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.h39 Node* Uint64Constant(uint64_t value) { in NON_EXPORTED_BASE()
Dmachine-graph.cc37 : Uint64Constant(static_cast<uint64_t>(value)); in UintPtrConstant()
Dmachine-operator-reducer.h47 Node* Uint64Constant(uint64_t value) { in NON_EXPORTED_BASE()
Dgraph-assembler.cc73 Node* GraphAssembler::Uint64Constant(uint64_t value) { in Uint64Constant() function in v8::internal::compiler::GraphAssembler
74 return AddClonedNode(mcgraph()->Uint64Constant(value)); in Uint64Constant()
Dmachine-operator-reducer.cc145 Node* UintNConstant(uint64_t value) { return r_->Uint64Constant(value); } in UintNConstant()
1580 node->ReplaceInput(1, Uint64Constant(k - l)); in ReduceWord64Shl()
1586 node->ReplaceInput(1, Uint64Constant(l - k)); in ReduceWord64Shl()
1595 node->ReplaceInput(1, Uint64Constant(std::numeric_limits<uint64_t>::max() in ReduceWord64Shl()
Dgraph-assembler.h247 Node* Uint64Constant(uint64_t value);
Dcode-assembler.h525 TNode<Uint64T> Uint64Constant(uint64_t value) { in Uint64Constant() function
Dsimplified-lowering.cc2989 jsgraph_->Uint64Constant(shift)); in VisitNode()
2992 jsgraph_->Uint64Constant(shift)); in VisitNode()
/third_party/node/deps/v8/src/builtins/
Dconvert.tq133 return Uint64Constant(i);
Dbase.tq1223 extern macro Uint64Constant(constexpr uint64): uint64;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc658 TNode<Word64T> rhs = Uint64Sub(Unsigned(value), Uint64Constant(1)); in CountTrailingZeros64()
15861 TNode<Uint64T> result = Uint64Constant(0); in LoadSwissNameDictionaryCtrlTableGroup()
15867 TNode<Uint64T> mask = Uint64Constant(0xffULL << src_offset); in LoadSwissNameDictionaryCtrlTableGroup()
15872 ? Word64Shl(src_data, Uint64Constant(dest_offset - src_offset)) in LoadSwissNameDictionaryCtrlTableGroup()
15873 : Word64Shr(src_data, Uint64Constant(src_offset - dest_offset)); in LoadSwissNameDictionaryCtrlTableGroup()