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.h527 GateRef currentInst = ZExtInt8ToInt64(ReadInst8_7(pc)); in ReadInst64_0()
529 GateRef currentInst2 = Int64Add(currentInst1, ZExtInt8ToInt64(ReadInst8_6(pc))); in ReadInst64_0()
531 GateRef currentInst4 = Int64Add(currentInst3, ZExtInt8ToInt64(ReadInst8_5(pc))); in ReadInst64_0()
533 GateRef currentInst6 = Int64Add(currentInst5, ZExtInt8ToInt64(ReadInst8_4(pc))); in ReadInst64_0()
535 GateRef currentInst8 = Int64Add(currentInst7, ZExtInt8ToInt64(ReadInst8_3(pc))); in ReadInst64_0()
537 GateRef currentInst10 = Int64Add(currentInst9, ZExtInt8ToInt64(ReadInst8_2(pc))); in ReadInst64_0()
539 GateRef currentInst12 = Int64Add(currentInst11, ZExtInt8ToInt64(ReadInst8_1(pc))); in ReadInst64_0()
541 return Int64Add(currentInst13, ZExtInt8ToInt64(ReadInst8_0(pc))); in ReadInst64_0()
Dstub_builder-inl.h1920 inline GateRef StubBuilder::ZExtInt8ToInt64(GateRef x) in ZExtInt8ToInt64() function
1922 return env_->GetBuilder()->ZExtInt8ToInt64(x); in ZExtInt8ToInt64()
Dstub_builder.h507 GateRef ZExtInt8ToInt64(GateRef x);
Dcircuit_builder.h99 V(ZExtInt8ToInt64, Zext, MachineType::I64) \