Searched refs:HSar (Results 1 – 11 of 11) sorted by relevance
1003 HInstruction* sar = HSar::New(zone, context, in ApplyIndexChange()3093 Range* HSar::InferRange(Zone* zone) { in InferRange()4384 DEFINE_NEW_H_BITWISE_INSTR(HSar,
5201 class HSar FINAL : public HBitwiseBinaryOperation {5235 HSar(HValue* context, HValue* left, HValue* right) in HSar() function
1900 mask = AddUncasted<HSar>(mask, graph()->GetConstant1()); in BuildNumberToString()10440 instr = AddUncasted<HSar>(left, right); in BuildBinaryOperation()
1269 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1261 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1309 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1278 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
1298 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
2261 LInstruction* LChunkBuilder::DoSar(HSar* instr) { in DoSar()
810 HRor and HSar can deoptimize (issue 3359).