Home
last modified time | relevance | path

Searched refs:SExtInt1ToInt32 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h109 return GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in ReadInstSigned8_0()
116 GateRef currentInst1 = GetEnvironment()->GetBuilder()->SExtInt1ToInt32(currentInst); in ReadInstSigned16_0()
125 GateRef currentInst = GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in ReadInstSigned32_0()
589 return GetEnvironment()->GetBuilder()->SExtInt1ToInt32(x); in GetHotnessCounterFromMethod()
Dstub_builder-inl.h1891 inline GateRef StubBuilder::SExtInt1ToInt32(GateRef x) in SExtInt1ToInt32() function
1893 return env_->GetBuilder()->SExtInt1ToInt32(x); in SExtInt1ToInt32()
Dstub_builder.h501 GateRef SExtInt1ToInt32(GateRef x);
Dcircuit_builder.h93 V(SExtInt1ToInt32, Sext, MachineType::I32) \
Dcircuit_builder-inl.h554 return Equal(SExtInt1ToInt32(diff), Int32(0)); in DoubleIsNAN()