Searched refs:Int32ASR (Results 1 – 6 of 6) sorted by relevance
162 auto temp = builder_.Int32ASR(value, builder_.Int32(JSTaggedValue::INT_SIGN_BIT_OFFSET)); in TypedAbs()
712 value = builder_.Int32ASR(left, shift, GateType::NJSValue()); in ShiftInts()
529 inline GateRef StubBuilder::Int32ASR(GateRef x, GateRef y) in Int32ASR() function531 return env_->GetBuilder()->Int32ASR(x, y); in Int32ASR()
196 GateRef Int32ASR(GateRef x, GateRef y);
82 V(Int32ASR, Asr, MachineType::I32)
923 GateRef val = Int32ASR(*opNumber0, shift); in Ashr()