Home
last modified time | relevance | path

Searched refs:ZExtInt8ToInt16 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h137 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_1(pc)); in ReadInst16_0()
139 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_0(pc))); in ReadInst16_0()
145 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_2(pc)); in ReadInst16_1()
148 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_1(pc))); in ReadInst16_1()
154 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_3(pc)); in ReadInst16_2()
157 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_2(pc))); in ReadInst16_2()
163 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_4(pc)); in ReadInst16_3()
166 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_3(pc))); in ReadInst16_3()
172 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_5(pc)); in ReadInst16_4()
175 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_4(pc))); in ReadInst16_4()
[all …]
Dinterpreter_stub.cpp325 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
335 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_4(pc)); in DECLARE_ASM_HANDLER()
2935 GateRef v0 = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
2945 GateRef v0 = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
2954 GateRef v0 = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER()
2964 GateRef v0 = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER()
3396 GateRef numVars = ZExtInt8ToInt16(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER()
3886 GateRef numArgs = ZExtInt8ToInt16(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER()
3887 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
3955 GateRef numArgs = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()
[all …]
Dstub_builder-inl.h1896 inline GateRef StubBuilder::ZExtInt8ToInt16(GateRef x) in ZExtInt8ToInt16() function
1898 return env_->GetBuilder()->ZExtInt8ToInt16(x); in ZExtInt8ToInt16()
Dstub_builder.h502 GateRef ZExtInt8ToInt16(GateRef x);
Dcircuit_builder.h94 V(ZExtInt8ToInt16, Zext, MachineType::I16) \
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp80 data = ZExtInt8ToInt16(Load(VariableType::INT8(), dataAddr)); in CreateFromEcmaString()