Searched refs:ChangeInt32ToInt64 (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 807 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function in v8::internal::compiler::RawMachineAssembler 808 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
|
H A D | graph-assembler.h | 41 V(ChangeInt32ToInt64) \
|
H A D | machine-operator.h | 565 const Operator* ChangeInt32ToInt64();
|
H A D | opcodes.h | 724 V(ChangeInt32ToInt64) \
|
H A D | wasm-compiler.cc | 1291 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 D | effect-control-linearizer.cc | 1516 __ 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 D | code-assembler.cc | 624 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeInt32ToInt64(value)); in ChangeInt32ToIntPtr()
|
H A D | representation-change.cc | 1173 op = machine()->ChangeInt32ToInt64(); in GetWord64RepresentationFor()
|
H A D | code-assembler.h | 337 V(ChangeInt32ToInt64, Int64T, Int32T) \
|
H A D | machine-operator.cc | 341 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1386 V(Word32, ChangeInt32ToInt64, kS390_SignExtendWord32ToInt64, \
|
Completed in 49 milliseconds