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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 90 // HasFPIdx -- Floating point indexed load/store instructions.
91 bool HasFPIdx;
195 bool hasFPIdx() const { return HasFPIdx; }
MipsSubtarget.cpp 65 HasBitCount(false), HasFPIdx(false),

Completed in 237 milliseconds