HomeSort by relevance Sort by last modified time
    Searched refs:UseMulOps (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 84 /// UseMulOps - True if non-microcoded fused integer multiply-add and
86 bool UseMulOps;
331 bool useMulOps() const { return UseMulOps; }
ARMSubtarget.cpp 184 UseMulOps = UseFusedMulOps;

Completed in 463 milliseconds