Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dfp_mips.cc186 static RegStorage GetWideArgFP(bool fpuIs32Bit, size_t base) { in GetWideArgFP() argument
189 if (fpuIs32Bit) { in GetWideArgFP()
204 LOG(FATAL) << "Unsupported Mips.GetWideFP: " << fpuIs32Bit << " " << base; in GetWideArgFP()