Searched refs:ZExtInt8ToInt16 (Results 1 – 6 of 6) sorted by relevance
137 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 …]
325 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 …]
1896 inline GateRef StubBuilder::ZExtInt8ToInt16(GateRef x) in ZExtInt8ToInt16() function1898 return env_->GetBuilder()->ZExtInt8ToInt16(x); in ZExtInt8ToInt16()
502 GateRef ZExtInt8ToInt16(GateRef x);
94 V(ZExtInt8ToInt16, Zext, MachineType::I16) \
80 data = ZExtInt8ToInt16(Load(VariableType::INT8(), dataAddr)); in CreateFromEcmaString()