Home
last modified time | relevance | path

Searched refs:ZExtInt8ToInt64 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h557 GateRef currentInst = ZExtInt8ToInt64(ReadInst8_7(pc)); in ReadInst64_0()
559 GateRef currentInst2 = Int64Add(currentInst1, ZExtInt8ToInt64(ReadInst8_6(pc))); in ReadInst64_0()
561 GateRef currentInst4 = Int64Add(currentInst3, ZExtInt8ToInt64(ReadInst8_5(pc))); in ReadInst64_0()
563 GateRef currentInst6 = Int64Add(currentInst5, ZExtInt8ToInt64(ReadInst8_4(pc))); in ReadInst64_0()
565 GateRef currentInst8 = Int64Add(currentInst7, ZExtInt8ToInt64(ReadInst8_3(pc))); in ReadInst64_0()
567 GateRef currentInst10 = Int64Add(currentInst9, ZExtInt8ToInt64(ReadInst8_2(pc))); in ReadInst64_0()
569 GateRef currentInst12 = Int64Add(currentInst11, ZExtInt8ToInt64(ReadInst8_1(pc))); in ReadInst64_0()
571 return Int64Add(currentInst13, ZExtInt8ToInt64(ReadInst8_0(pc))); in ReadInst64_0()
Dcircuit_builder.h110 V(ZExtInt8ToInt64, Zext, MachineType::I64) \
Dstub_builder-inl.h2332 inline GateRef StubBuilder::ZExtInt8ToInt64(GateRef x) in ZExtInt8ToInt64() function
2334 return env_->GetBuilder()->ZExtInt8ToInt64(x); in ZExtInt8ToInt64()
Dstub_builder.h592 GateRef ZExtInt8ToInt64(GateRef x);