Home
last modified time | relevance | path

Searched refs:REG_MIN (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Di960-dis.c489 #define REG_MIN 0x580 in reg() macro
685 static struct tabent reg_tab_buf[REG_MAX - REG_MIN + 1]; in reg()
693 j = reg_init[i].opcode - REG_MIN; in reg()
700 i = opcode - REG_MIN; in reg()
702 if ((opcode<REG_MIN) || (opcode>REG_MAX) || (reg_tab[i].name==NULL)) in reg()