Lines Matching defs:CC
562 struct CCOp CC;
605 return CC.Val;
2588 static std::unique_ptr<ARMOperand> CreateCondCode(ARMCC::CondCodes CC,
2591 Op->CC.Val = CC;
3296 unsigned CC = StringSwitch<unsigned>(Tok.getString().lower())
3302 .Case("cc", ARMCC::LO)
3315 if (CC == ~0U)
3319 Operands.push_back(ARMOperand::CreateCondCode(ARMCC::CondCodes(CC), S));
5414 unsigned CC = StringSwitch<unsigned>(Mnemonic.substr(Mnemonic.size()-2))
5420 .Case("cc", ARMCC::LO)
5433 if (CC != ~0U) {
5435 PredicationCode = CC;