Home
last modified time | relevance | path

Searched refs:ChangeUint32ToUint64 (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc549 target_bytecode = ChangeUint32ToUint64(target_bytecode); in DispatchTo()
594 next_bytecode = ChangeUint32ToUint64(next_bytecode); in DispatchWide()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc238 PURE(ChangeUint32ToUint64, 1, 0, 1), // --
Dint64-lowering-unittest.cc525 LowerGraph(graph()->NewNode(machine()->ChangeUint32ToUint64(), in TEST_F()
536 graph()->NewNode(machine()->ChangeUint32ToUint64(), in TEST_F()
Dmachine-operator-reducer-unittest.cc378 Reduce(graph()->NewNode(machine()->ChangeUint32ToUint64(), in TEST_F()
Dnode-test-utils.cc2302 IS_UNOP_MATCHER(ChangeUint32ToUint64)
/external/v8/test/unittests/compiler/x64/
Dinstruction-selector-x64-unittest.cc48 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/
Dcode-assembler.h133 V(ChangeUint32ToUint64) \
Dmachine-operator.h292 const Operator* ChangeUint32ToUint64();
Draw-machine-assembler.h542 Node* ChangeUint32ToUint64(Node* a) { in ChangeUint32ToUint64() function
543 return AddNode(machine()->ChangeUint32ToUint64(), a); in ChangeUint32ToUint64()
Dopcodes.h351 V(ChangeUint32ToUint64) \
Dmemory-optimizer.cc389 index = graph()->NewNode(machine()->ChangeUint32ToUint64(), index); in ComputeIndex()
Deffect-control-linearizer.cc1330 machine()->ChangeUint32ToUint64(), code); in LowerStringFromCharCode()
1490 value = graph()->NewNode(machine()->ChangeUint32ToUint64(), value); in ChangeUint32ToSmi()
Dcode-assembler.cc221 value = raw_assembler_->ChangeUint32ToUint64(value); in ChangeUint32ToWord()
Dmachine-operator.cc137 V(ChangeUint32ToUint64, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc813 op = m->ChangeUint32ToUint64(); in Unop()
2693 load = graph()->NewNode(jsgraph()->machine()->ChangeUint32ToUint64(), in BuildUnalignedLoad()
2747 graph()->NewNode(jsgraph()->machine()->ChangeUint32ToUint64(), load); in LoadMem()
Dsimplified-lowering.cc2363 ? graph()->NewNode(machine()->ChangeUint32ToUint64(), offset) in DoLoadBuffer()
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc313 {{&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/
Dcode-stub-assembler.cc1155 var_result.Bind(SmiTag(ChangeUint32ToUint64(value))); in ChangeUint32ToTagged()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5315 m.ChangeUint32ToUint64(m.Parameter(0))); in TEST()
/external/v8/
DChangeLog10128 [turbofan] Fix missing ChangeUint32ToUint64 in lowering of LoadBuffer