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

  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp 865 case EOpLessThan: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LT, result, left, right); break;
866 case EOpGreaterThan: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_GT, result, left, right); break;
867 case EOpLessThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, left, right); break;
868 case EOpGreaterThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_GE, result, left, right); break;
    [all...]
OutputASM.h 276 void emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNode *right, int index = 0);
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 132 bool emitCmp(unsigned DestReg, const CmpInst *CI);
591 // Because of how EmitCmp is called with fast-isel, you can
595 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) {
927 if (!emitCmp(CondReg, CI))
941 if (!emitCmp(ResultReg, CI))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 180 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 254 milliseconds