Home
last modified time | relevance | path

Searched refs:BitcastWordToTaggedSigned (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc251 return BitcastWordToTaggedSigned(packed); in PackMapWord()
487 Node* GraphAssembler::BitcastWordToTaggedSigned(Node* value) { in BitcastWordToTaggedSigned() function in v8::internal::compiler::GraphAssembler
489 graph()->NewNode(machine()->BitcastWordToTaggedSigned(), value)); in BitcastWordToTaggedSigned()
H A Dcode-assembler.cc288 return UncheckedCast<Smi>(BitcastWordToTaggedSigned( in SmiConstant()
722 return BitcastWordToTaggedSigned(packed); in PackMapWord()
H A Draw-machine-assembler.h756 Node* BitcastWordToTaggedSigned(Node* a) { in BitcastWordToTaggedSigned() function in v8::internal::compiler::RawMachineAssembler
757 return AddNode(machine()->BitcastWordToTaggedSigned(), a); in BitcastWordToTaggedSigned()
H A Dgraph-assembler.h300 Node* BitcastWordToTaggedSigned(Node* value);
H A Dmachine-operator.h536 const Operator* BitcastWordToTaggedSigned();
H A Dopcodes.h706 V(BitcastWordToTaggedSigned) \
H A Dcode-assembler.h329 V(BitcastWordToTaggedSigned, Smi, WordT) \
H A Dmachine-operator.cc318 V(BitcastWordToTaggedSigned, Operator::kNoProperties, 1, 0, 1) \
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h606 return BitcastWordToTaggedSigned( \
611 return BitcastWordToTaggedSigned(ChangeInt32ToIntPtr(Int32OpName( \
634 TNode<Smi> result = BitcastWordToTaggedSigned( in SmiShl()
647 result = BitcastWordToTaggedSigned( in SmiShr()
654 result = BitcastWordToTaggedSigned(WordAnd( in SmiShr()
673 return BitcastWordToTaggedSigned( in SmiSar()
680 return BitcastWordToTaggedSigned(WordAnd( in SmiSar()
H A Dcode-stub-assembler.cc705 BitcastWordToTaggedSigned(WordShl(value, IntPtrConstant(kSmiTagSize)))); in IntPtrToTaggedIndex()
711 return BitcastWordToTaggedSigned( in TaggedIndexToSmi()
726 return ReinterpretCast<TaggedIndex>(BitcastWordToTaggedSigned( in SmiToTaggedIndex()
736 BitcastWordToTaggedSigned(ChangeInt32ToIntPtr(raw))); in SmiToTaggedIndex()
743 smi_index = BitcastWordToTaggedSigned(ChangeInt32ToIntPtr(raw)); in NormalizeSmiIndex()
752 return BitcastWordToTaggedSigned( in SmiFromInt32()
786 BitcastWordToTaggedSigned(WordShl(value, SmiShiftBitsConstant())); in SmiTag()
854 return BitcastWordToTaggedSigned( in TrySmiAdd()
865 return BitcastWordToTaggedSigned(ChangeInt32ToIntPtr(result)); in TrySmiAdd()
878 return BitcastWordToTaggedSigned(resul in TrySmiSub()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-internal-gen.cc899 BitcastWordToTaggedSigned(excluded_properties)); in TF_BUILTIN()

Completed in 31 milliseconds