OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HexagonII
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.cpp
35
return ((F >>
HexagonII
::TypePos) &
HexagonII
::TypeMask);
42
getType() !=
HexagonII
::TypeENDLOOP);
47
return (getType() ==
HexagonII
::TypePREFIX);
53
return ((F >>
HexagonII
::SoloPos) &
HexagonII
::SoloMask);
59
return ((F >>
HexagonII
::NewValuePos) &
HexagonII
::NewValueMask);
65
return ((F >>
HexagonII
::hasNewValuePos) &
HexagonII
::hasNewValueMask)
[
all
...]
HexagonBaseInfo.h
25
///
HexagonII
- This namespace holds all of the target specific flags that
28
namespace
HexagonII
{
179
} // End namespace
HexagonII
.
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
566
if ((F >>
HexagonII
::ExtendablePos) &
HexagonII
::ExtendableMask)
587
if ((F >>
HexagonII
::ExtendedPos) &
HexagonII
::ExtendedMask)
593
if (I->getTargetFlags() &&
HexagonII
::HMOTF_ConstExtended)
[
all
...]
Completed in 693 milliseconds