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

/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dsim-main.h74 #define CPU2INSN(addr) (IQ2000_INSN_VALUE + ((addr) & ~IQ2000_INSN_MASK))
75 #define INSN2CPU(addr) ((addr) - IQ2000_INSN_VALUE)
H A Dsim-if.c94 sim_do_commandf (sd, "memory region 0x%lx,0x%lx", IQ2000_INSN_VALUE, IQ2000_INSN_MEM_SIZE);
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Dsim-main.h59 #define CPU2INSN(addr) (IQ2000_INSN_VALUE + ((addr) & ~IQ2000_INSN_MASK))
60 #define INSN2CPU(addr) ((addr) - IQ2000_INSN_VALUE)
H A Dsim-if.c94 sim_do_commandf (sd, "memory region 0x%x,0x%x", IQ2000_INSN_VALUE, IQ2000_INSN_MEM_SIZE);
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Diq2000.h49 if ((address & IQ2000_INSN_MASK) == IQ2000_INSN_VALUE), and similarly
55 #define IQ2000_INSN_VALUE 0x80000000 macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Diq2000.h49 if ((address & IQ2000_INSN_MASK) == IQ2000_INSN_VALUE), and similarly
55 #define IQ2000_INSN_VALUE 0x80000000 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Diq2000.h49 if ((address & IQ2000_INSN_MASK) == IQ2000_INSN_VALUE), and similarly
55 #define IQ2000_INSN_VALUE 0x80000000 macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Diq2000.h49 if ((address & IQ2000_INSN_MASK) == IQ2000_INSN_VALUE), and similarly
55 #define IQ2000_INSN_VALUE 0x80000000 macro

Completed in 163 milliseconds