Searched refs:opertype (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c403 arc_extoper (int opertype)
452 if (opertype)
496 if (1 == opertype)
530 if ((opertype == 1) && number > 60)
538 if ((opertype == 0) && number > 31)
548 if (opertype)
575 ext_oper->operand.type = arc_operand_type (opertype);
589 switch (opertype)
628 as_bad ("invalid opertype");
400 arc_extoper(int opertype) argument
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c1730 arc_operand_type (int opertype)
1732 switch (opertype)
1725 arc_operand_type(int opertype) argument

Completed in 110 milliseconds