OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFtShift
(Results
1 - 6
of
6
) sorted by null
/art/compiler/utils/mips/
constants_mips.h
71
kFtShift
= 16,
assembler_mips.cc
88
static_cast<int32_t>(ft) <<
kFtShift
|
[
all
...]
/external/chromium_org/v8/src/mips/
constants-mips.h
224
const int
kFtShift
= 16;
688
return Bits(
kFtShift
+ kFtBits - 1,
kFtShift
);
assembler-mips.cc
882
Instr instr = opcode | fmt | (ft.code() <<
kFtShift
) | (fs.code() << kFsShift)
895
Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() <<
kFtShift
)
954
Instr instr = opcode | (rs.code() << kRsShift) | (ft.code() <<
kFtShift
)
[
all
...]
/external/v8/src/mips/
constants-mips.h
221
const int
kFtShift
= 16;
677
return Bits(
kFtShift
+ kFtBits - 1,
kFtShift
);
assembler-mips.cc
887
Instr instr = opcode | fmt | (ft.code() <<
kFtShift
) | (fs.code() << kFsShift)
949
Instr instr = opcode | (rs.code() << kRsShift) | (ft.code() <<
kFtShift
)
[
all
...]
Completed in 966 milliseconds