Searched defs:INST2OFFSET (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmoxie-dis.c36 #define INST2OFFSET(o) (((((o) & 0x3ff) ^ 0x200) - 0x200) * 2) macro
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmoxie-dis.c36 #define INST2OFFSET(o) (((((o) & 0x3ff) ^ 0x200) - 0x200) * 2) macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmoxie-dis.c36 #define INST2OFFSET(o) (((((o) & 0x3ff) ^ 0x200) - 0x200) * 2) macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmoxie-dis.c36 #define INST2OFFSET(o) (((((o) & 0x3ff) ^ 0x200) - 0x200) * 2) macro
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmoxie-tdep.c292 #define INST2OFFSET(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1) macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/moxie/
H A Dinterp.c42 #define INST2OFFSET(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1) macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmoxie-tdep.c294 #define INST2OFFSET(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1) macro
/netbsd-current/external/gpl3/gdb/dist/sim/moxie/
H A Dinterp.c45 #define INST2OFFSET(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1) macro
[all...]

Completed in 286 milliseconds