Searched refs:BitcastTaggedToWordForTagAndSmiBits (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.cc | 242 map_word = BitcastTaggedToWordForTagAndSmiBits(map_word); in UnpackMapWord() 249 Node* map_word = BitcastTaggedToWordForTagAndSmiBits(map); in PackMapWord() 502 Node* GraphAssembler::BitcastTaggedToWordForTagAndSmiBits(Node* value) { in BitcastTaggedToWordForTagAndSmiBits() function in v8::internal::compiler::GraphAssembler 504 machine()->BitcastTaggedToWordForTagAndSmiBits(), value)); in BitcastTaggedToWordForTagAndSmiBits()
|
H A D | raw-machine-assembler.h | 747 Node* BitcastTaggedToWordForTagAndSmiBits(Node* a) { in BitcastTaggedToWordForTagAndSmiBits() function in v8::internal::compiler::RawMachineAssembler 748 return AddNode(machine()->BitcastTaggedToWordForTagAndSmiBits(), a); in BitcastTaggedToWordForTagAndSmiBits()
|
H A D | graph-assembler.h | 302 Node* BitcastTaggedToWordForTagAndSmiBits(Node* value);
|
H A D | machine-operator.h | 526 const Operator* BitcastTaggedToWordForTagAndSmiBits();
|
H A D | opcodes.h | 704 V(BitcastTaggedToWordForTagAndSmiBits) \
|
H A D | code-assembler.cc | 719 BitcastTaggedToWordForTagAndSmiBits(UncheckedCast<AnyTaggedT>(value)); in PackMapWord()
|
H A D | code-assembler.h | 326 V(BitcastTaggedToWordForTagAndSmiBits, IntPtrT, AnyTaggedT) \ 1112 "Should use BitcastTaggedToWordForTagAndSmiBits instead."); in BitcastTaggedToWord()
|
H A D | machine-operator.cc | 317 V(BitcastTaggedToWordForTagAndSmiBits, Operator::kNoProperties, 1, 0, 1) \
|
H A D | effect-control-linearizer.cc | 6638 TruncateWordToInt32(__ BitcastTaggedToWordForTagAndSmiBits(value)), in BuildIsStrongReference()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 607 IntPtrOpName(BitcastTaggedToWordForTagAndSmiBits(a), \ 608 BitcastTaggedToWordForTagAndSmiBits(b))); \ 612 TruncateIntPtrToInt32(BitcastTaggedToWordForTagAndSmiBits(a)), \ 613 TruncateIntPtrToInt32(BitcastTaggedToWordForTagAndSmiBits(b))))); \ 635 WordShl(BitcastTaggedToWordForTagAndSmiBits(a), shift)); in SmiShl() 648 WordAnd(WordShr(BitcastTaggedToWordForTagAndSmiBits(a), shift), in SmiShr() 649 BitcastTaggedToWordForTagAndSmiBits(SmiConstant(-1)))); in SmiShr() 656 TruncateWordToInt32(BitcastTaggedToWordForTagAndSmiBits(a)), in SmiShr() 658 BitcastTaggedToWordForTagAndSmiBits(SmiConstant(-1)))); in SmiShr() 674 WordAnd(WordSar(BitcastTaggedToWordForTagAndSmiBits( in SmiSar() [all...] |
H A D | code-stub-assembler.cc | 698 return Signed(WordSarShiftOutZeros(BitcastTaggedToWordForTagAndSmiBits(value), in TaggedIndexToIntPtr() 712 WordShl(BitcastTaggedToWordForTagAndSmiBits(value), in TaggedIndexToSmi() 727 WordSar(BitcastTaggedToWordForTagAndSmiBits(value), in SmiToTaggedIndex() 734 TruncateWordToInt32(BitcastTaggedToWordForTagAndSmiBits(value)); in SmiToTaggedIndex() 742 TruncateWordToInt32(BitcastTaggedToWordForTagAndSmiBits(smi_index)); in NormalizeSmiIndex() 795 TNode<IntPtrT> raw_bits = BitcastTaggedToWordForTagAndSmiBits(value); in SmiUntag() 806 TruncateIntPtrToInt32(BitcastTaggedToWordForTagAndSmiBits(value)), in SmiToInt32() 855 TryIntPtrAdd(BitcastTaggedToWordForTagAndSmiBits(lhs), in TrySmiAdd() 856 BitcastTaggedToWordForTagAndSmiBits(rhs), if_overflow)); in TrySmiAdd() 860 TruncateIntPtrToInt32(BitcastTaggedToWordForTagAndSmiBits(lh in TrySmiAdd() [all...] |
Completed in 46 milliseconds