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 95 /// UseMulOps - True if non-microcoded fused integer multiply-add and
97 bool UseMulOps;
352 bool useMulOps() const { return UseMulOps; }
ARMSubtarget.cpp 122 UseMulOps = UseFusedMulOps;

Completed in 1363 milliseconds