Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc242 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 Draw-machine-assembler.h747 Node* BitcastTaggedToWordForTagAndSmiBits(Node* a) { in BitcastTaggedToWordForTagAndSmiBits() function in v8::internal::compiler::RawMachineAssembler
748 return AddNode(machine()->BitcastTaggedToWordForTagAndSmiBits(), a); in BitcastTaggedToWordForTagAndSmiBits()
H A Dgraph-assembler.h302 Node* BitcastTaggedToWordForTagAndSmiBits(Node* value);
H A Dmachine-operator.h526 const Operator* BitcastTaggedToWordForTagAndSmiBits();
H A Dopcodes.h704 V(BitcastTaggedToWordForTagAndSmiBits) \
H A Dcode-assembler.cc719 BitcastTaggedToWordForTagAndSmiBits(UncheckedCast<AnyTaggedT>(value)); in PackMapWord()
H A Dcode-assembler.h326 V(BitcastTaggedToWordForTagAndSmiBits, IntPtrT, AnyTaggedT) \
1112 "Should use BitcastTaggedToWordForTagAndSmiBits instead."); in BitcastTaggedToWord()
H A Dmachine-operator.cc317 V(BitcastTaggedToWordForTagAndSmiBits, Operator::kNoProperties, 1, 0, 1) \
H A Deffect-control-linearizer.cc6638 TruncateWordToInt32(__ BitcastTaggedToWordForTagAndSmiBits(value)), in BuildIsStrongReference()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h607 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 Dcode-stub-assembler.cc698 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