Home | History | Annotate | Download | only in opcodes

Lines Matching defs:bit

568     return _("Bit number for indexing general register is out of range 0-15");
580 unsigned long bit;
586 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit);
591 return "Missing base for bit,base:8";
603 bitbase = (unsigned long long) bit + ((unsigned long long) base * 8);
606 return _("bit,base is out of range");
613 return _("bit,base out of range for symbol");
618 return _("bit,base out of range for symbol");
634 unsigned long bit;
641 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit);
646 return "Missing base for bit,base:8";
658 bitbase = (long long)bit + ((long long)base * 8);
662 return _("bit,base is out of range");
666 return _("bit,base out of range for symbol");