OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVFP2
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
231
bool
hasVFP2
() const { return HasVFPv2; }
ARMFastISel.cpp
538
if (!Subtarget->
hasVFP2
()) return false;
[
all
...]
ARMISelLowering.cpp
179
if (Subtarget->isThumb() && Subtarget->
hasVFP2
()) {
434
if (!TM.Options.UseSoftFloat && Subtarget->
hasVFP2
() &&
[
all
...]
ARMAsmPrinter.cpp
814
} else if (Subtarget->
hasVFP2
()) {
[
all
...]
ARMBaseInstrInfo.cpp
115
if (Subtarget.isThumb2() || Subtarget.
hasVFP2
())
[
all
...]
Completed in 911 milliseconds