OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPII
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcBaseInfo.h
22
///
SPII
- This namespace holds target specific flags for instruction info.
23
namespace
SPII
{
59
} // end namespace
SPII
/external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
79
assert(TF ==
SPII
::MO_NO_FLAG &&
82
assert((TF ==
SPII
::MO_HI || TF ==
SPII
::MO_H44 || TF ==
SPII
::MO_HH) &&
85
assert((TF ==
SPII
::MO_LO || TF ==
SPII
::MO_M44 || TF ==
SPII
::MO_L44 ||
86
TF ==
SPII
::MO_HM) &&
95
case
SPII
::MO_NO_FLAG:
98
case
SPII
::MO_LO: O << "%lo("; break
[
all
...]
SparcInstrInfo.h
25
///
SPII
- This namespace holds all of the target specific flags that
28
namespace
SPII
{
SparcISelLowering.cpp
[
all
...]
Completed in 50 milliseconds