OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseMulOps
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
114
///
UseMulOps
- True if non-microcoded fused integer multiply-add and
116
bool
UseMulOps
= false;
446
bool
useMulOps
() const { return
UseMulOps
; }
ARMSubtarget.cpp
91
: ARMGenSubtargetInfo(TT, CPU, FS),
UseMulOps
(UseFusedMulOps),
Completed in 3382 milliseconds