Lines Matching refs:Code
170 A64CC::CondCodes Code;
242 return CondCode.Code;
433 // certainly break resulting code.
770 static AArch64Operand *CreateCondCode(A64CC::CondCodes Code,
773 Op->CondCode.Code = Code;
1449 Parser.Lex(); // Eat condition code
1650 uint32_t Code = Mapper.fromString(Tok.getString().lower(), ValidName);
1660 const MCExpr *Imm = MCConstantExpr::Create(Code, getContext());
1926 // We have a condition code
1929 A64CC::CondCodes Code;
1931 Code = A64StringToCondCode(CondStr);
1933 if (Code == A64CC::Invalid) {
1934 Error(S, "invalid condition code");
1943 Operands.push_back(AArch64Operand::CreateCondCode(Code, S, E));
2114 "expected AArch64 condition code");
2252 OS << "<CondCode: " << CondCode.Code << ">";