Searched refs:ZExtInt16ToPtr (Results 1 – 4 of 4) sorted by relevance
2193 GateRef vdst = ZExtInt16ToPtr(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER()2194 GateRef vsrc = ZExtInt16ToPtr(ReadInst16_2(pc)); in DECLARE_ASM_HANDLER()3167 …GateRef argv = PtrAdd(sp, PtrMul(ZExtInt16ToPtr(v0), IntPtr(JSTaggedValue::TaggedTypeSize()))); //… in DECLARE_ASM_HANDLER()4156 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()4226 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()4297 GateRef ctor = GetVregValue(sp, ZExtInt16ToPtr(firstArgRegIdx)); in DECLARE_ASM_HANDLER()
112 V(ZExtInt16ToPtr, Zext, MachineType::ARCH) \
2342 inline GateRef StubBuilder::ZExtInt16ToPtr(GateRef x) in ZExtInt16ToPtr() function2344 return env_->GetBuilder()->ZExtInt16ToPtr(x); in ZExtInt16ToPtr()
594 GateRef ZExtInt16ToPtr(GateRef x);