OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TZ
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
143
unsigned
TZ
= countTrailingZeros(Imm);
147
unsigned RotAmt =
TZ
& ~1;
/external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
355
// (add X1, (shl (and (srl X2, c1), (c2>>
tz
)),
tz
)) where
tz
is the number
371
unsigned
TZ
= countTrailingZeros(And_imm);
372
if (
TZ
!= 1 &&
TZ
!= 2)
383
And_imm >>=
TZ
;
411
CurDAG->getConstant(Srl_imm +
TZ
, SDLoc(Srl),
417
N1, CurDAG->getConstant(
TZ
, SDLoc(Srl), MVT::i32));
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
175
unsigned
TZ
= countTrailingZeros(ITState.Mask);
176
if (++ITState.CurPosition == 5 -
TZ
)
[
all
...]
Completed in 84 milliseconds