Searched refs:ChangeUint32ToUint64 (Results 1 – 20 of 20) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 549 target_bytecode = ChangeUint32ToUint64(target_bytecode); in DispatchTo() 594 next_bytecode = ChangeUint32ToUint64(next_bytecode); in DispatchWide()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 238 PURE(ChangeUint32ToUint64, 1, 0, 1), // --
|
D | int64-lowering-unittest.cc | 525 LowerGraph(graph()->NewNode(machine()->ChangeUint32ToUint64(), in TEST_F() 536 graph()->NewNode(machine()->ChangeUint32ToUint64(), in TEST_F()
|
D | machine-operator-reducer-unittest.cc | 378 Reduce(graph()->NewNode(machine()->ChangeUint32ToUint64(), in TEST_F()
|
D | node-test-utils.cc | 2302 IS_UNOP_MATCHER(ChangeUint32ToUint64)
|
/external/v8/test/unittests/compiler/x64/ |
D | instruction-selector-x64-unittest.cc | 48 m.Return(m.ChangeUint32ToUint64(m.Parameter(0))); in TEST_F() 194 TEST_P(InstructionSelectorChangeUint32ToUint64Test, ChangeUint32ToUint64) { in TEST_P() argument 200 m.Return(m.ChangeUint32ToUint64((m.*bop.constructor)(p0, p1))); in TEST_P() 1248 Node* const n = m.Word64Shl(m.ChangeUint32ToUint64(p0), m.Int64Constant(x)); in TEST_F()
|
/external/v8/src/compiler/ |
D | code-assembler.h | 133 V(ChangeUint32ToUint64) \
|
D | machine-operator.h | 292 const Operator* ChangeUint32ToUint64();
|
D | raw-machine-assembler.h | 542 Node* ChangeUint32ToUint64(Node* a) { in ChangeUint32ToUint64() function 543 return AddNode(machine()->ChangeUint32ToUint64(), a); in ChangeUint32ToUint64()
|
D | opcodes.h | 351 V(ChangeUint32ToUint64) \
|
D | memory-optimizer.cc | 389 index = graph()->NewNode(machine()->ChangeUint32ToUint64(), index); in ComputeIndex()
|
D | effect-control-linearizer.cc | 1330 machine()->ChangeUint32ToUint64(), code); in LowerStringFromCharCode() 1490 value = graph()->NewNode(machine()->ChangeUint32ToUint64(), value); in ChangeUint32ToSmi()
|
D | code-assembler.cc | 221 value = raw_assembler_->ChangeUint32ToUint64(value); in ChangeUint32ToWord()
|
D | machine-operator.cc | 137 V(ChangeUint32ToUint64, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 813 op = m->ChangeUint32ToUint64(); in Unop() 2693 load = graph()->NewNode(jsgraph()->machine()->ChangeUint32ToUint64(), in BuildUnalignedLoad() 2747 graph()->NewNode(jsgraph()->machine()->ChangeUint32ToUint64(), load); in LoadMem()
|
D | simplified-lowering.cc | 2363 ? graph()->NewNode(machine()->ChangeUint32ToUint64(), offset) in DoLoadBuffer()
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 313 {{&RawMachineAssembler::ChangeUint32ToUint64, "ChangeUint32ToUint64", 1781 Node* const n = m.Word64Shl(m.ChangeUint32ToUint64(p0), m.Int64Constant(x)); in TEST_F() 2340 m.Return(m.ChangeUint32ToUint64( in TEST_P() 2362 m.Return(m.ChangeUint32ToUint64( in TEST_F() 2375 m.Return(m.ChangeUint32ToUint64( in TEST_F() 2388 m.Return(m.ChangeUint32ToUint64( in TEST_F()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 1155 var_result.Bind(SmiTag(ChangeUint32ToUint64(value))); in ChangeUint32ToTagged()
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 5315 m.ChangeUint32ToUint64(m.Parameter(0))); in TEST()
|
/external/v8/ |
D | ChangeLog | 10128 [turbofan] Fix missing ChangeUint32ToUint64 in lowering of LoadBuffer
|