Home
last modified time | relevance | path

Searched refs:isR6 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc2107 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleBinaryOp() local
2122 if (isR6) { in HandleBinaryOp()
2166 bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleBinaryOp() local
2207 DCHECK(isR6); in HandleBinaryOp()
2571 const bool isR6 = codegen_->GetInstructionSetFeatures().IsR6(); in HandleShift() local
2581 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 …]
Dcode_generator_mips.h250 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);