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
64
///
UseMulOps
- True if non-microcoded fused integer multiply-add and
66
bool
UseMulOps
;
258
bool
useMulOps
() const { return
UseMulOps
; }
ARMSubtarget.cpp
87
UseMulOps
= UseFusedMulOps;
Completed in 28 milliseconds