Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc163 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedByte()
251 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedShort()
286 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedQuad()
/external/v8/src/compiler/
Dmemory-optimizer.cc177 ? graph()->NewNode(machine()->ChangeInt32ToInt64(), size) in VisitAllocate()
243 ? graph()->NewNode(machine()->ChangeInt32ToInt64(), size) in VisitAllocate()
Dcode-assembler.h131 V(ChangeInt32ToInt64) \
Dmachine-operator.h290 const Operator* ChangeInt32ToInt64();
Draw-machine-assembler.h539 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function
540 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
Dopcodes.h349 V(ChangeInt32ToInt64) \
Dwasm-compiler.cc810 op = m->ChangeInt32ToInt64(); in Unop()
2249 num = graph()->NewNode(jsgraph()->machine()->ChangeInt32ToInt64(), num); in FromJS()
2270 value = graph()->NewNode(jsgraph()->machine()->ChangeInt32ToInt64(), value); in BuildChangeInt32ToSmi()
2691 graph()->NewNode(jsgraph()->machine()->ChangeInt32ToInt64(), load); in BuildUnalignedLoad()
2743 load = graph()->NewNode(jsgraph()->machine()->ChangeInt32ToInt64(), load); in LoadMem()
Dcode-assembler.cc228 value = raw_assembler_->ChangeInt32ToInt64(value); in ChangeInt32ToIntPtr()
Dmachine-operator.cc135 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
Deffect-control-linearizer.cc1483 value = graph()->NewNode(machine()->ChangeInt32ToInt64(), value); in ChangeInt32ToSmi()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc236 PURE(ChangeInt32ToInt64, 1, 0, 1), // --
Dint64-lowering-unittest.cc499 LowerGraph(graph()->NewNode(machine()->ChangeInt32ToInt64(), in TEST_F()
512 graph()->NewNode(machine()->ChangeInt32ToInt64(), in TEST_F()
Dmachine-operator-reducer-unittest.cc349 graph()->NewNode(machine()->ChangeInt32ToInt64(), Int32Constant(x))); in TEST_F()
444 graph()->NewNode(machine()->ChangeInt32ToInt64(), value))); in TEST_F()
Dnode-test-utils.cc2300 IS_UNOP_MATCHER(ChangeInt32ToInt64)
/external/v8/src/
Dcode-stub-assembler.cc1090 Node* result = SmiTag(ChangeInt32ToInt64(value32)); in ChangeFloat64ToTagged()
1120 return SmiTag(ChangeInt32ToInt64(value)); in ChangeInt32ToTagged()
2336 index_node = ChangeInt32ToInt64(index_node); in ElementOffsetFromIndex()
/external/v8/test/unittests/compiler/x64/
Dinstruction-selector-x64-unittest.cc30 m.Return(m.ChangeInt32ToInt64(m.Parameter(0))); in TEST_F()
1229 Node* const n = m.Word64Shl(m.ChangeInt32ToInt64(p0), m.Int64Constant(x)); in TEST_F()
/external/v8/test/unittests/compiler/mips64/
Dinstruction-selector-mips64-unittest.cc867 m.Word64Shl(m.ChangeInt32ToInt64(m.Parameter(0)), m.Int32Constant(32))); in TEST_F()
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc310 {{&RawMachineAssembler::ChangeInt32ToInt64, "ChangeInt32ToInt64",
1763 Node* const n = m.Word64Shl(m.ChangeInt32ToInt64(p0), m.Int64Constant(x)); in TEST_F()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5300 m.ChangeInt32ToInt64(m.Parameter(0))); in TEST()