Searched refs:subopcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c650 int opcode, subopcode;
691 subopcode = get_absolute_expression ();
693 if (subopcode < 0)
695 as_bad ("negative subopcode %d", subopcode);
700 if (subopcode)
710 if (subopcode < 0x09 || subopcode == 0x3f)
712 as_bad ("invalid subopcode %d", subopcode);
647 int opcode, subopcode; local
[all...]
/freebsd-11-stable/sys/dev/amr/
H A Damrreg.h424 /* u_int8_t subopcode */
531 u_int8_t subopcode; member in struct:amr_linux_ioctl::__anon9099::__anon9100
H A Damr.c581 switch(ali.ui.fcs.subopcode) {
596 printf("Unknown subopcode\n");

Completed in 109 milliseconds