Searched refs:ChangeInt32ToInt64 (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | raw-machine-assembler.h | 807 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function 808 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
|
D | machine-operator.h | 565 const Operator* ChangeInt32ToInt64(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 724 V(ChangeInt32ToInt64) \
|
D | graph-assembler.h | 41 V(ChangeInt32ToInt64) \
|
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()
|
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()
|
D | representation-change.cc | 1173 op = machine()->ChangeInt32ToInt64(); in GetWord64RepresentationFor()
|
D | code-assembler.cc | 624 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeInt32ToInt64(value)); in ChangeInt32ToIntPtr()
|
D | code-assembler.h | 337 V(ChangeInt32ToInt64, Int64T, Int32T) \
|
D | machine-operator.cc | 341 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 1386 V(Word32, ChangeInt32ToInt64, kS390_SignExtendWord32ToInt64, \
|
/third_party/node/deps/v8/src/builtins/ |
D | base.tq | 1204 extern macro ChangeInt32ToInt64(int32): intptr; // Sign-extends.
|