Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:IsRegister

1115 static bool IsRegister(const MCParsedAsmOperand &op) {
1120 if (Operands.size() < 4 || !IsRegister(*Operands[1]) ||
1121 !IsRegister(*Operands[2]))