This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add new INSN_* into mips.h


Hello,

I notice that MIPS port uses bit masks for specific CPUs, from

  #define INSN_DSP  0x00001000

to

  #define INSN_LOONGSON_2F  0x80000000

The problem is what I should do if I attempt to add a new INSN_* for a
specific CPU. Seems there're no available value to use.

Thanks for any suggestion

Eric Fisher
Dec 25 2008


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]