Searched refs:ChangeInt32ToInt64 (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 163 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedByte() 251 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedShort() 286 load = ChangeInt32ToInt64(load); in BytecodeOperandSignedQuad()
|
/external/v8/src/compiler/ |
D | memory-optimizer.cc | 177 ? graph()->NewNode(machine()->ChangeInt32ToInt64(), size) in VisitAllocate() 243 ? graph()->NewNode(machine()->ChangeInt32ToInt64(), size) in VisitAllocate()
|
D | code-assembler.h | 131 V(ChangeInt32ToInt64) \
|
D | machine-operator.h | 290 const Operator* ChangeInt32ToInt64();
|
D | raw-machine-assembler.h | 539 Node* ChangeInt32ToInt64(Node* a) { in ChangeInt32ToInt64() function 540 return AddNode(machine()->ChangeInt32ToInt64(), a); in ChangeInt32ToInt64()
|
D | opcodes.h | 349 V(ChangeInt32ToInt64) \
|
D | wasm-compiler.cc | 810 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()
|
D | code-assembler.cc | 228 value = raw_assembler_->ChangeInt32ToInt64(value); in ChangeInt32ToIntPtr()
|
D | machine-operator.cc | 135 V(ChangeInt32ToInt64, Operator::kNoProperties, 1, 0, 1) \
|
D | effect-control-linearizer.cc | 1483 value = graph()->NewNode(machine()->ChangeInt32ToInt64(), value); in ChangeInt32ToSmi()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 236 PURE(ChangeInt32ToInt64, 1, 0, 1), // --
|
D | int64-lowering-unittest.cc | 499 LowerGraph(graph()->NewNode(machine()->ChangeInt32ToInt64(), in TEST_F() 512 graph()->NewNode(machine()->ChangeInt32ToInt64(), in TEST_F()
|
D | machine-operator-reducer-unittest.cc | 349 graph()->NewNode(machine()->ChangeInt32ToInt64(), Int32Constant(x))); in TEST_F() 444 graph()->NewNode(machine()->ChangeInt32ToInt64(), value))); in TEST_F()
|
D | node-test-utils.cc | 2300 IS_UNOP_MATCHER(ChangeInt32ToInt64)
|
/external/v8/src/ |
D | code-stub-assembler.cc | 1090 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/ |
D | instruction-selector-x64-unittest.cc | 30 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/ |
D | instruction-selector-mips64-unittest.cc | 867 m.Word64Shl(m.ChangeInt32ToInt64(m.Parameter(0)), m.Int32Constant(32))); in TEST_F()
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 310 {{&RawMachineAssembler::ChangeInt32ToInt64, "ChangeInt32ToInt64", 1763 Node* const n = m.Word64Shl(m.ChangeInt32ToInt64(p0), m.Int64Constant(x)); in TEST_F()
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 5300 m.ChangeInt32ToInt64(m.Parameter(0))); in TEST()
|