Home
last modified time | relevance | path

Searched refs:ZExtInt16ToInt32 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp316 GateRef restIdx = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER()
694 GateRef level = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER()
695 GateRef slot = ZExtInt16ToInt32(ReadInst16_3(pc)); in DECLARE_ASM_HANDLER()
772 GateRef level = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER()
773 GateRef slot = ZExtInt16ToInt32(ReadInst16_3(pc)); in DECLARE_ASM_HANDLER()
798 GateRef level = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER()
799 GateRef slot = ZExtInt16ToInt32(ReadInst16_3(pc)); in DECLARE_ASM_HANDLER()
1249 GateRef str = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1347 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER()
1447 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
[all …]
Dinterpreter_stub-inl.h686 stringId = ZExtInt16ToInt32(ReadInst16_0(info.pc)); in GetStringId()
694 stringId = ZExtInt16ToInt32(ReadInst16_1(info.pc)); in GetStringId()
704 stringId = ZExtInt16ToInt32(ReadInst16_2(info.pc)); in GetStringId()
Dtyped_array_stub_builder.cpp259 result = IntToTaggedPtr(ZExtInt16ToInt32(re)); in GetValueFromBuffer()
Dstub_builder-inl.h1940 inline GateRef StubBuilder::ZExtInt16ToInt32(GateRef x) in ZExtInt16ToInt32() function
1942 return env_->GetBuilder()->ZExtInt16ToInt32(x); in ZExtInt16ToInt32()
Dstub_builder.h511 GateRef ZExtInt16ToInt32(GateRef x);
Dcircuit_builder.h104 V(ZExtInt16ToInt32, Zext, MachineType::I32) \
Dtype_mcr_lowering.cpp793 result = builder_.ZExtInt16ToInt32(result); in LowerTypedArrayLoadElement()
Dslowpath_lowering.cpp709 GateRef slotId = builder_.ZExtInt16ToInt32(acc_.GetValueIn(gate, 0)); in LowerCallStubWithIC()
1115 … builder_.ZExtInt16ToInt32(acc_.GetValueIn(gate, 0)), in LowerThrowUndefinedIfHoleWithName()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp39 result = ZExtInt16ToInt32(Load(VariableType::INT16(), PtrAdd(dataUtf16, in StringAt()
307 Branch(IsASCIICharacter(ZExtInt16ToInt32(tmp)), &loopEnd, &isNotASCIICharacter); in CanBeCompressed()
368 return ZExtInt16ToInt32(Load(VariableType::INT16(), PtrAdd(stringData, in GetUtf16Data()
409 first = ZExtInt16ToInt32(Load(VariableType::INT16(), rhsData)); in StringIndexOf()