Lines Matching refs:_reg_nr
461 static int reg (FILE *file, unsigned _reg_file, unsigned _reg_nr) in reg() argument
467 _reg_nr &= ~(1 << 7); in reg()
470 switch (_reg_nr & 0xf0) { in reg()
475 format (file, "a%d", _reg_nr & 0x0f); in reg()
478 format (file, "acc%d", _reg_nr & 0x0f); in reg()
481 format (file, "f%d", _reg_nr & 0x0f); in reg()
484 format (file, "mask%d", _reg_nr & 0x0f); in reg()
487 format (file, "msd%d", _reg_nr & 0x0f); in reg()
490 format (file, "sr%d", _reg_nr & 0x0f); in reg()
493 format (file, "cr%d", _reg_nr & 0x0f); in reg()
496 format (file, "n%d", _reg_nr & 0x0f); in reg()
503 format (file, "ARF%d", _reg_nr); in reg()
508 format (file, "%d", _reg_nr); in reg()
652 unsigned _reg_nr, in src_da16() argument
665 err |= reg (file, _reg_file, _reg_nr); in src_da16()