Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Di960-dis.c488 #define REG_MIN 0x580 in reg() macro
684 static struct tabent reg_tab_buf[REG_MAX - REG_MIN + 1]; in reg()
692 j = reg_init[i].opcode - REG_MIN; in reg()
699 i = opcode - REG_MIN; in reg()
701 if ((opcode<REG_MIN) || (opcode>REG_MAX) || (reg_tab[i].name==NULL)) in reg()
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Di960-dis.c488 #define REG_MIN 0x580 in reg() macro
684 static struct tabent reg_tab_buf[REG_MAX - REG_MIN + 1]; in reg()
692 j = reg_init[i].opcode - REG_MIN; in reg()
699 i = opcode - REG_MIN; in reg()
701 if ((opcode<REG_MIN) || (opcode>REG_MAX) || (reg_tab[i].name==NULL)) in reg()