OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlowFPVMLx
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
68
///
SlowFPVMLx
- If the VFP2 / NEON instructions are available, indicates
70
bool
SlowFPVMLx
;
259
bool useFPVMLx() const { return !
SlowFPVMLx
; }
ARMSubtarget.cpp
88
SlowFPVMLx
= false;
Completed in 407 milliseconds