Home
last modified time | relevance | path

Searched refs:ZExtInt8ToInt16 (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h157 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_1(pc)); in ReadInst16_0()
159 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_0(pc))); in ReadInst16_0()
168 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_2(pc)); in ReadInst16_1()
171 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_1(pc))); in ReadInst16_1()
180 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_3(pc)); in ReadInst16_2()
183 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_2(pc))); in ReadInst16_2()
192 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_4(pc)); in ReadInst16_3()
195 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_3(pc))); in ReadInst16_3()
204 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_5(pc)); in ReadInst16_4()
207 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_ in ReadInst16_4()
[all...]
H A Dinterpreter_stub.cpp635 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
645 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_4(pc)); in DECLARE_ASM_HANDLER()
3524 GateRef range = ZExtInt8ToInt16(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER()
3525 GateRef v0 = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
3596 GateRef v0 = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
3605 GateRef v0 = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER()
3615 GateRef v0 = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER()
4055 GateRef numVars = ZExtInt8ToInt16(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER()
4603 GateRef numArgs = ZExtInt8ToInt16(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER()
4604 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_ in DECLARE_ASM_HANDLER()
[all...]
H A Dprofiler_stub_builder.cpp798 hight = Int16LSL(ZExtInt8ToInt16(hight), Int16(8)); // 8 : set as high 8 bits in GetSlotID()
800 auto result = Int16Add(hight, ZExtInt8ToInt16(low)); in GetSlotID()
H A Dstub_builder-inl.h2666 inline GateRef StubBuilder::ZExtInt8ToInt16(GateRef x) in ZExtInt8ToInt16() function in panda::ecmascript::kungfu::StubBuilder
2668 return env_->GetBuilder()->ZExtInt8ToInt16(x); in ZExtInt8ToInt16()
H A Dcircuit_builder.h113 V(ZExtInt8ToInt16, Zext, MachineType::I16) \
H A Dstub_builder.h702 GateRef ZExtInt8ToInt16(GateRef x);
H A Dmcr_circuit_builder.cpp1418 Store(VariableType::INT16(), glue, *dstTmp, IntPtr(0), ZExtInt8ToInt16(i)); in CopyUtf8AsUtf16()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp1302 data = ZExtInt8ToInt16(Load(VariableType::INT8(), dataAddr)); in CreateFromEcmaString()
1687 Store(VariableType::INT16(), glue, *dstTmp, IntPtr(0), ZExtInt8ToInt16(i)); in CopyUtf8AsUtf16()

Completed in 37 milliseconds