Searched refs:ZExtInt8ToInt16 (Results 1 – 6 of 6) sorted by relevance
138 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_1(pc)); in ReadInst16_0()140 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_0(pc))); in ReadInst16_0()146 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_2(pc)); in ReadInst16_1()149 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_1(pc))); in ReadInst16_1()155 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_3(pc)); in ReadInst16_2()158 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_2(pc))); in ReadInst16_2()164 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_4(pc)); in ReadInst16_3()167 return Int16Add(currentInst2, ZExtInt8ToInt16(ReadInst8_3(pc))); in ReadInst16_3()173 GateRef currentInst1 = ZExtInt8ToInt16(ReadInst8_5(pc)); in ReadInst16_4()176 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()2938 GateRef v0 = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()2948 GateRef v0 = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()2957 GateRef v0 = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER()2967 GateRef v0 = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER()3399 GateRef numVars = ZExtInt8ToInt16(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER()3889 GateRef numArgs = ZExtInt8ToInt16(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER()3890 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()3958 GateRef numArgs = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER()[all …]
1895 inline GateRef StubBuilder::ZExtInt8ToInt16(GateRef x) in ZExtInt8ToInt16() function1897 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()