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

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Di960-dis.c489 #define REG_MIN 0x580
685 static struct tabent reg_tab_buf[REG_MAX - REG_MIN + 1];
693 j = reg_init[i].opcode - REG_MIN;
700 i = opcode - REG_MIN;
702 if ((opcode<REG_MIN) || (opcode>REG_MAX) || (reg_tab[i].name==NULL))
488 #define REG_MIN macro

Completed in 182 milliseconds