Searched refs:ZExtInt16ToInt32 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 316 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 …]
|
| D | interpreter_stub-inl.h | 686 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()
|
| D | typed_array_stub_builder.cpp | 259 result = IntToTaggedPtr(ZExtInt16ToInt32(re)); in GetValueFromBuffer()
|
| D | stub_builder-inl.h | 1940 inline GateRef StubBuilder::ZExtInt16ToInt32(GateRef x) in ZExtInt16ToInt32() function 1942 return env_->GetBuilder()->ZExtInt16ToInt32(x); in ZExtInt16ToInt32()
|
| D | stub_builder.h | 511 GateRef ZExtInt16ToInt32(GateRef x);
|
| D | circuit_builder.h | 104 V(ZExtInt16ToInt32, Zext, MachineType::I32) \
|
| D | type_mcr_lowering.cpp | 793 result = builder_.ZExtInt16ToInt32(result); in LowerTypedArrayLoadElement()
|
| D | slowpath_lowering.cpp | 709 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/ |
| D | builtins_string_stub_builder.cpp | 39 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()
|