Searched refs:isR6 (Results 1 – 2 of 2) sorted by relevance
2107 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleBinaryOp() local2122 if (isR6) { in HandleBinaryOp()2166 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleBinaryOp() local2207 DCHECK(isR6); in HandleBinaryOp()2571 const bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleShift() local2581 if (isR6) { in HandleShift()2597 if (isR6) { in HandleShift()2614 if (isR6) { in HandleShift()2633 if (isR6) { in HandleShift()3674 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in VisitCompare() local[all …]
250 void GenerateMinMaxInt(LocationSummary* locations, bool is_min, bool isR6, DataType::Type type);251 void GenerateMinMaxFP(LocationSummary* locations, bool is_min, bool isR6, DataType::Type type);253 void GenerateAbsFP(LocationSummary* locations, DataType::Type type, bool isR2OrNewer, bool isR6);