Home
last modified time | relevance | path

Searched refs:SExtInt1ToInt32 (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h118 return GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in ReadInstSigned8_0()
129 GateRef currentInst1 = GetEnvironment()->GetBuilder()->SExtInt1ToInt32(currentInst); in ReadInstSigned16_0()
138 return GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in ReadInstSigned32_0()
142 GateRef currentInst = GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in ReadInstSigned32_0()
715 return GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in GetHotnessCounterFromMethod()
H A Dlcr_circuit_builder.h282 return Equal(SExtInt1ToInt32(diff), Int32(0)); in DoubleIsNAN()
H A Dstub_builder-inl.h2661 inline GateRef StubBuilder::SExtInt1ToInt32(GateRef x) in SExtInt1ToInt32() function in panda::ecmascript::kungfu::StubBuilder
2663 return env_->GetBuilder()->SExtInt1ToInt32(x); in SExtInt1ToInt32()
H A Dcircuit_builder.h112 V(SExtInt1ToInt32, Sext, MachineType::I32) \
H A Dstub_builder.h701 GateRef SExtInt1ToInt32(GateRef x);
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h165 return GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in GetHotnessCounterFromMethod()
H A Dbaseline_stubs-inl.h187 return GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in GetHotnessCounterFromMethod()

Completed in 18 milliseconds