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

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 63 if (FpMLxStalls == 0)
64 FpMLxStalls = 4;
75 FpMLxStalls = 0;
83 FpMLxStalls = 0;
90 if (FpMLxStalls && --FpMLxStalls == 0)
ARMHazardRecognizer.h 36 unsigned FpMLxStalls;

Completed in 121 milliseconds