Lines Matching refs:CondCode
203 struct CondCodeOp CondCode;
242 return CondCode.Code;
773 Op->CondCode.Code = Code;
1443 A64CC::CondCodes CondCode = A64StringToCondCode(Tok);
1445 if (CondCode == A64CC::Invalid)
1452 Operands.push_back(AArch64Operand::CreateCondCode(CondCode, S, E));
2252 OS << "<CondCode: " << CondCode.Code << ">";