OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasThumb2
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/libbcc/lib/Support/
TargetCompilerConfigs.cpp
35
bool ARMBaseCompilerConfig::
HasThumb2
() {
63
if (
HasThumb2
()) {
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
82
///
HasThumb2
- True if Thumb2 instructions are supported.
83
bool
HasThumb2
;
296
bool isThumb1Only() const { return InThumbMode && !
HasThumb2
; }
297
bool isThumb2() const { return InThumbMode &&
HasThumb2
; }
298
bool
hasThumb2
() const { return
HasThumb2
; }
ARMSubtarget.cpp
92
HasThumb2
= false;
154
if (!HasV6T2Ops &&
hasThumb2
())
180
if (!isThumb() ||
hasThumb2
())
/frameworks/compile/libbcc/include/bcc/Support/
TargetCompilerConfigs.h
34
static bool
HasThumb2
();
Completed in 545 milliseconds