OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FBits
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
121
// An FCVT[SU] instruction performs: convertToInt(Val * 2^
fbits
) where
fbits
126
// want THIS_NODE to be 2^
fbits
. This is much easier to deal with using
130
//
fbits
is between 1 and 64 in the worst-case, which means the fmul
137
unsigned
FBits
= IntVal.logBase2();
140
// finding
FBits
, but it must still be in range.
141
if (
FBits
== 0 ||
FBits
> RegWidth) return false;
143
FixedPos = CurDAG->getTargetConstant(64 -
FBits
, MVT::i32);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas
[
all
...]
Completed in 1070 milliseconds