OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Shamt
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp
43
unsigned
Shamt
= countTrailingZeros(Imm);
44
GetInstSeqLs(Imm >>
Shamt
, RemSize -
Shamt
, SeqLs);
45
AddInstr(SeqLs, Inst(SLL,
Shamt
));
MipsISelLowering.cpp
644
unsigned
Shamt
= CN->getZExtValue();
649
if ((
Shamt
!= SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
[
all
...]
Completed in 28 milliseconds