Searched refs:BitcastWordToTaggedSigned (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.cc | 251 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 D | code-assembler.cc | 288 return UncheckedCast<Smi>(BitcastWordToTaggedSigned( in SmiConstant() 722 return BitcastWordToTaggedSigned(packed); in PackMapWord()
|
H A D | raw-machine-assembler.h | 756 Node* BitcastWordToTaggedSigned(Node* a) { in BitcastWordToTaggedSigned() function in v8::internal::compiler::RawMachineAssembler 757 return AddNode(machine()->BitcastWordToTaggedSigned(), a); in BitcastWordToTaggedSigned()
|
H A D | graph-assembler.h | 300 Node* BitcastWordToTaggedSigned(Node* value);
|
H A D | machine-operator.h | 536 const Operator* BitcastWordToTaggedSigned();
|
H A D | opcodes.h | 706 V(BitcastWordToTaggedSigned) \
|
H A D | code-assembler.h | 329 V(BitcastWordToTaggedSigned, Smi, WordT) \
|
H A D | machine-operator.cc | 318 V(BitcastWordToTaggedSigned, Operator::kNoProperties, 1, 0, 1) \
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 606 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 D | code-stub-assembler.cc | 705 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 D | builtins-internal-gen.cc | 899 BitcastWordToTaggedSigned(excluded_properties)); in TF_BUILTIN()
|
Completed in 31 milliseconds