Home
last modified time | relevance | path

Searched refs:Int32ASR (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp162 auto temp = builder_.Int32ASR(value, builder_.Int32(JSTaggedValue::INT_SIGN_BIT_OFFSET)); in TypedAbs()
Dnumber_speculative_lowering.cpp712 value = builder_.Int32ASR(left, shift, GateType::NJSValue()); in ShiftInts()
Dstub_builder-inl.h529 inline GateRef StubBuilder::Int32ASR(GateRef x, GateRef y) in Int32ASR() function
531 return env_->GetBuilder()->Int32ASR(x, y); in Int32ASR()
Dstub_builder.h196 GateRef Int32ASR(GateRef x, GateRef y);
Dcircuit_builder.h82 V(Int32ASR, Asr, MachineType::I32)
Doperations_stub_builder.cpp923 GateRef val = Int32ASR(*opNumber0, shift); in Ashr()