Home
last modified time | relevance | path

Searched refs:BitcastTaggedToWordForTagAndSmiBits (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/codegen/
Dcode-stub-assembler.h584 IntPtrOpName(BitcastTaggedToWordForTagAndSmiBits(a), \
585 BitcastTaggedToWordForTagAndSmiBits(b))); \
589 TruncateIntPtrToInt32(BitcastTaggedToWordForTagAndSmiBits(a)), \
590 TruncateIntPtrToInt32(BitcastTaggedToWordForTagAndSmiBits(b))))); \
611 WordShl(BitcastTaggedToWordForTagAndSmiBits(a), shift)); in SmiShl()
617 WordAnd(WordShr(BitcastTaggedToWordForTagAndSmiBits(a), shift), in SmiShr()
618 BitcastTaggedToWordForTagAndSmiBits(SmiConstant(-1)))); in SmiShr()
625 TruncateWordToInt32(BitcastTaggedToWordForTagAndSmiBits(a)), in SmiShr()
627 BitcastTaggedToWordForTagAndSmiBits(SmiConstant(-1)))); in SmiShr()
634 WordAnd(WordSar(BitcastTaggedToWordForTagAndSmiBits(a), shift), in SmiSar()
[all …]
Dcode-stub-assembler.cc563 return Signed(WordSarShiftOutZeros(BitcastTaggedToWordForTagAndSmiBits(value), in TaggedIndexToIntPtr()
577 WordShl(BitcastTaggedToWordForTagAndSmiBits(value), in TaggedIndexToSmi()
592 WordSar(BitcastTaggedToWordForTagAndSmiBits(value), in SmiToTaggedIndex()
599 TruncateWordToInt32(BitcastTaggedToWordForTagAndSmiBits(value)); in SmiToTaggedIndex()
607 TruncateWordToInt32(BitcastTaggedToWordForTagAndSmiBits(smi_index)); in NormalizeSmiIndex()
659 TNode<IntPtrT> raw_bits = BitcastTaggedToWordForTagAndSmiBits(value); in SmiUntag()
670 TruncateIntPtrToInt32(BitcastTaggedToWordForTagAndSmiBits(value)), in SmiToInt32()
719 TryIntPtrAdd(BitcastTaggedToWordForTagAndSmiBits(lhs), in TrySmiAdd()
720 BitcastTaggedToWordForTagAndSmiBits(rhs), if_overflow)); in TrySmiAdd()
724 TruncateIntPtrToInt32(BitcastTaggedToWordForTagAndSmiBits(lhs)), in TrySmiAdd()
[all …]
/external/v8/src/builtins/
Dframes.tq27 Convert<int32>(BitcastTaggedToWordForTagAndSmiBits(o)) <
Dbase.tq1027 extern macro BitcastTaggedToWordForTagAndSmiBits(Tagged): intptr;
/external/v8/src/compiler/
Dgraph-assembler.cc758 Node* GraphAssembler::BitcastTaggedToWordForTagAndSmiBits(Node* value) { in BitcastTaggedToWordForTagAndSmiBits() function in v8::internal::compiler::GraphAssembler
760 machine()->BitcastTaggedToWordForTagAndSmiBits(), value)); in BitcastTaggedToWordForTagAndSmiBits()
Draw-machine-assembler.h685 Node* BitcastTaggedToWordForTagAndSmiBits(Node* a) { in BitcastTaggedToWordForTagAndSmiBits() function
686 return AddNode(machine()->BitcastTaggedToWordForTagAndSmiBits(), a); in BitcastTaggedToWordForTagAndSmiBits()
Dmachine-operator.h439 const Operator* BitcastTaggedToWordForTagAndSmiBits(); in NON_EXPORTED_BASE()
Dopcodes.h694 V(BitcastTaggedToWordForTagAndSmiBits) \
Dgraph-assembler.h291 Node* BitcastTaggedToWordForTagAndSmiBits(Node* value);
Dmachine-operator.cc266 V(BitcastTaggedToWordForTagAndSmiBits, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h324 V(BitcastTaggedToWordForTagAndSmiBits, IntPtrT, AnyTaggedT) \
Deffect-control-linearizer.cc6417 TruncateWordToInt32(__ BitcastTaggedToWordForTagAndSmiBits(value)), in BuildIsStrongReference()