HomeSort by relevance Sort by last modified time
    Searched refs:SETNE (Results 26 - 31 of 31) sorted by null

12

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 250 /// if the operation does not depend on the sign of the input (setne and seteq).
255 case ISD::SETNE: return 0;
286 Op = ISD::SETNE;
311 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
312 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 628 #define SETNE(a) CHOICE(setne a, setne a, setne a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 628 #define SETNE(a) CHOICE(setne a, setne a, setne a)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 477 case ISD::SETNE:
    [all...]

Completed in 477 milliseconds

12