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

  /art/compiler/utils/mips/
constants_mips.h 75 kFdShift = 6,
assembler_mips.cc 78 static_cast<int32_t>(fd) << kFdShift |
    [all...]
  /external/chromium_org/v8/src/mips/
constants-mips.h 234 const int kFdShift = 6;
691 return Bits(kFdShift + kFdBits - 1, kFdShift);
assembler-mips.cc 868 | (fd.code() << kFdShift) | func;
881 | (fs.code() << kFsShift) | (fd.code() << kFdShift) | func;
894 | (fs.code() << kFsShift) | (fd.code() << kFdShift) | func;
    [all...]

Completed in 116 milliseconds