Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h807 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function
808 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
Dmachine-operator.h565 const Operator* ChangeInt32ToInt64(); in NON_EXPORTED_BASE()
Dopcodes.h724 V(ChangeInt32ToInt64) \
Dgraph-assembler.h41 V(ChangeInt32ToInt64) \
Deffect-control-linearizer.cc1516 __ GotoIfNot(__ Word64Equal(__ ChangeInt32ToInt64(value32), value), in LowerChangeInt64ToTagged()
2439 Node* check = __ Word64Equal(__ ChangeInt32ToInt64(value32), value); in LowerCheckedInt64ToInt32()
2451 Node* check = __ Word64Equal(__ ChangeInt32ToInt64(value32), value); in LowerCheckedInt64ToTaggedSigned()
4580 value = __ ChangeInt32ToInt64(value); in ChangeInt32ToIntPtr()
4629 __ ChangeInt32ToInt64(__ TruncateInt64ToInt32(value)), in ChangeSmiToIntPtr()
5382 index = __ ChangeInt32ToInt64(index); in LowerLoadFieldByIndex()
Dwasm-compiler.cc1291 op = m->ChangeInt32ToInt64(); in Unop()
1867 gasm_->Word64Shl(gasm_->ChangeInt32ToInt64(result), shiftBitCount), in BuildChangeEndiannessLoad()
2475 Node* grow_result = gasm_->ChangeInt32ToInt64(gasm_->CallRuntimeStub( in MemoryGrow()
3444 return mcgraph()->machine()->Is64() ? gasm_->ChangeInt32ToInt64(value) in BuildChangeInt32ToIntPtr()
3449 return mcgraph()->machine()->Is32() ? gasm_->ChangeInt32ToInt64(value) in BuildChangeIntPtrToInt64()
4144 ? gasm_->ChangeInt32ToInt64(load) // sign extend in LoadMem()
Drepresentation-change.cc1173 op = machine()->ChangeInt32ToInt64(); in GetWord64RepresentationFor()
Dcode-assembler.cc624 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeInt32ToInt64(value)); in ChangeInt32ToIntPtr()
Dcode-assembler.h337 V(ChangeInt32ToInt64, Int64T, Int32T) \
Dmachine-operator.cc341 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1386 V(Word32, ChangeInt32ToInt64, kS390_SignExtendWord32ToInt64, \
/third_party/node/deps/v8/src/builtins/
Dbase.tq1204 extern macro ChangeInt32ToInt64(int32): intptr; // Sign-extends.