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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 72 // HasCondMov - Conditional mov (MOVZ, MOVN) instructions.
73 bool HasCondMov;
125 bool hasCondMov() const { return HasCondMov; }
MipsISelLowering.cpp 718 if (Subtarget->hasCondMov())
    [all...]

Completed in 5309 milliseconds