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

  /external/llvm/lib/Target/SystemZ/
SystemZ.h 38 const unsigned CCMASK_CMP_NE = CCMASK_CMP_LT | CCMASK_CMP_GT;
SystemZLongBranch.cpp 351 .addImm(SystemZ::CCMASK_CMP_NE)
SystemZElimCompare.cpp 186 Branch->getOperand(1).getImm() != SystemZ::CCMASK_CMP_NE)
SystemZInstrInfo.cpp 689 SystemZ::CCMASK_CMP_NE, &MI->getOperand(2));
693 SystemZ::CCMASK_CMP_NE, &MI->getOperand(2));
SystemZISelLowering.cpp     [all...]

Completed in 61 milliseconds