Searched refs:HRor (Results 1 – 12 of 12) sorted by relevance
4544 class HRor final : public HBitwiseBinaryOperation {4548 return new (zone) HRor(context, left, right); in New()4564 HRor(HValue* context, HValue* left, HValue* right) in HRor() function
10922 instr = AddUncasted<HRor>(operand, shift_amount); in BuildBinaryOperation()
1082 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1181 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1196 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1173 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1219 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1226 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1209 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
2041 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
18024 HRor and HSar can deoptimize (issue 3359).