OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsBookE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
109
bool
IsBookE
;
240
bool
isBookE
() const { return
IsBookE
; }
PPCSubtarget.cpp
90
IsBookE
= false;
/external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp
124
bool
IsBookE
= STI.getFeatureBits()[PPC::FeatureBookE];
125
if (
IsBookE
&& TH != 0 && TH != 16)
132
if (!
IsBookE
&& TH != 0 && TH != 16)
Completed in 166 milliseconds