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

  /art/compiler/utils/mips/
constants_mips.h 72 kFtShift = 16,
assembler_mips.cc 313 static_cast<uint32_t>(ft) << kFtShift |
325 static_cast<uint32_t>(ft) << kFtShift |
    [all...]
  /art/compiler/utils/mips64/
constants_mips64.h 48 kFtShift = 16,
assembler_mips64.cc 171 static_cast<uint32_t>(ft) << kFtShift |
182 static_cast<uint32_t>(ft) << kFtShift |
    [all...]
  /external/v8/src/mips/
constants-mips.h 307 const int kFtShift = 16;
1020 return this->Bits(kFtShift + kFtBits - 1, kFtShift);
    [all...]
assembler-mips.cc 1062 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift)
1075 Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() << kFtShift)
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 272 const int kFtShift = 16;
    [all...]
assembler-mips64.cc 1030 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift)
1043 Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() << kFtShift)
    [all...]

Completed in 286 milliseconds