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

  /art/compiler/utils/mips64/
constants_mips64.h 47 kFtShift = 16,
assembler_mips64.cc 163 static_cast<uint32_t>(ft) << kFtShift |
174 static_cast<uint32_t>(ft) << kFtShift |
    [all...]
  /art/compiler/utils/mips/
constants_mips.h 71 kFtShift = 16,
assembler_mips.cc 170 static_cast<uint32_t>(ft) << kFtShift |
181 static_cast<uint32_t>(ft) << kFtShift |
    [all...]
  /external/v8/src/mips/
constants-mips.h 307 const int kFtShift = 16;
997 return Bits(kFtShift + kFtBits - 1, kFtShift);
    [all...]
assembler-mips.cc 1061 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift)
1074 Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() << kFtShift)
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 272 const int kFtShift = 16;
1043 return Bits(kFtShift + kFtBits - 1, kFtShift);
    [all...]
assembler-mips64.cc 1028 Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift)
1041 Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() << kFtShift)
    [all...]

Completed in 513 milliseconds