Lines Matching defs:Code
170 A64CC::CondCodes Code;
242 return CondCode.Code;
433 // certainly break resulting code.
719 static AArch64Operand *CreateCondCode(A64CC::CondCodes Code,
722 Op->CondCode.Code = Code;
1350 Parser.Lex(); // Eat condition code
1551 uint32_t Code = Mapper.fromString(Tok.getString().lower(), ValidName);
1561 const MCExpr *Imm = MCConstantExpr::Create(Code, getContext());
1826 // We have a condition code
1829 A64CC::CondCodes Code;
1831 Code = A64StringToCondCode(CondStr);
1833 if (Code == A64CC::Invalid) {
1834 Error(S, "invalid condition code");
1843 Operands.push_back(AArch64Operand::CreateCondCode(Code, S, E));
2014 "expected AArch64 condition code");
2152 OS << "<CondCode: " << CondCode.Code << ">";