Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h807 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function in v8::internal::compiler::RawMachineAssembler
808 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
H A Dgraph-assembler.h41 V(ChangeInt32ToInt64) \
H A Dmachine-operator.h565 const Operator* ChangeInt32ToInt64();
H A Dopcodes.h724 V(ChangeInt32ToInt64) \
H A 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()
H A 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()
H A Dcode-assembler.cc624 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeInt32ToInt64(value)); in ChangeInt32ToIntPtr()
H A Drepresentation-change.cc1173 op = machine()->ChangeInt32ToInt64(); in GetWord64RepresentationFor()
H A Dcode-assembler.h337 V(ChangeInt32ToInt64, Int64T, Int32T) \
H A Dmachine-operator.cc341 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1386 V(Word32, ChangeInt32ToInt64, kS390_SignExtendWord32ToInt64, \

Completed in 49 milliseconds