HomeSort by relevance Sort by last modified time
    Searched refs:isaIsR6_ (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/mips/
codegen_mips.h 263 const bool isaIsR6_;
utility_mips.cc 318 opcode = isaIsR6_ ? kMipsR6Mul : kMipsR2Mul;
438 opcode = isaIsR6_ ? kMipsR6Mul : kMipsR2Mul;
    [all...]
int_mips.cc 307 if (isaIsR6_) {
target_mips.cc     [all...]

Completed in 931 milliseconds