Searched refs:HRor (Results 1 – 9 of 9) sorted by relevance
5206 class HRor V8_FINAL : public HBitwiseBinaryOperation {5212 return new(zone) HRor(context, left, right); in New()5228 HRor(HValue* context, HValue* left, HValue* right) in HRor() function
10272 instr = AddUncasted<HRor>(operand, shift_amount); in BuildBinaryOperation()
1233 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1227 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1261 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
2235 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1235 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1266 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
141 HRor and HSar can deoptimize (issue 3359).