Searched refs:HRor (Results 1 – 10 of 10) sorted by relevance
5240 class HRor FINAL : public HBitwiseBinaryOperation {5246 return new(zone) HRor(context, left, right); in New()5262 HRor(HValue* context, HValue* left, HValue* right) in HRor() function
10433 instr = AddUncasted<HRor>(operand, shift_amount); in BuildBinaryOperation()
1259 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1268 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1251 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
2256 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1299 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
1288 LInstruction* LChunkBuilder::DoRor(HRor* instr) { in DoRor()
810 HRor and HSar can deoptimize (issue 3359).