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

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-bits.h594 #define SEXT32 MSSEXT32 macro
600 #define SEXT32 LSSEXT32 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-bits.h590 #define SEXT32 MSSEXT32 macro
596 #define SEXT32 LSSEXT32 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dd10v_sim.h396 #undef SEXT32 macro
411 #define SEXT32(x) ((((x)&SIGNED64(0xffffffff))^(~SIGNED64(0x7fffffff)))+SIGNED64(0x80000000)) macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/cr16/
H A Dcr16_sim.h369 #undef SEXT32 macro
386 #define SEXT32(x) ((((x)&0xffffffff)^(~0x7fffffff))+0x80000000) macro
/netbsd-current/external/gpl3/gdb/dist/sim/cr16/
H A Dcr16_sim.h361 #undef SEXT32 macro
378 #define SEXT32(x) ((((x)&0xffffffff)^(~0x7fffffff))+0x80000000) macro
/netbsd-current/external/gpl3/gdb/dist/sim/d10v/
H A Dd10v_sim.h389 #undef SEXT32 macro
404 #define SEXT32(x) ((((x)&SIGNED64(0xffffffff))^(~SIGNED64(0x7fffffff)))+SIGNED64(0x80000000)) macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh/
H A Dinterp.c99 #undef SEXT32 macro
678 #define SEXT32(x) ((int) (x)) macro
/netbsd-current/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c89 #undef SEXT32 macro
668 #define SEXT32(x) ((int) (x)) macro

Completed in 264 milliseconds