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

/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dd10v_sim.h411 #define SEXT32(x) ((((x)&SIGNED64(0xffffffff))^(~SIGNED64(0x7fffffff)))+SIGNED64(0x80000000))
414 #define SEXT40(x) ((((x)&SIGNED64(0xffffffffff))^(~SIGNED64(0x7fffffffff)))+SIGNED64(0x8000000000))
417 #define SEXT44(x) ((((x)&SIGNED64(0xfffffffffff))^(~SIGNED64(0x7ffffffffff)))+SIGNED64(0x80000000000))
420 #define SEXT56(x) ((((x)&SIGNED64(
[all...]
H A Dsimops.c2219 if (tmp > SEXT44 (SIGNED64 (0x0007fffffff)))
2224 else if (tmp < SEXT44 (SIGNED64 (0xfff80000000)))
2252 if (tmp > SEXT44 (SIGNED64 (0x0007fffffff)))
2257 else if (tmp < SEXT44 (SIGNED64 (0xfff80000000)))
/netbsd-current/external/gpl3/gdb/dist/sim/d10v/
H A Dd10v_sim.h404 #define SEXT32(x) ((((x)&SIGNED64(0xffffffff))^(~SIGNED64(0x7fffffff)))+SIGNED64(0x80000000))
407 #define SEXT40(x) ((((x)&SIGNED64(0xffffffffff))^(~SIGNED64(0x7fffffffff)))+SIGNED64(0x8000000000))
410 #define SEXT44(x) ((((x)&SIGNED64(0xfffffffffff))^(~SIGNED64(0x7ffffffffff)))+SIGNED64(0x80000000000))
413 #define SEXT56(x) ((((x)&SIGNED64(
[all...]
H A Dsimops.c2219 if (tmp > SEXT44 (SIGNED64 (0x0007fffffff)))
2224 else if (tmp < SEXT44 (SIGNED64 (0xfff80000000)))
2252 if (tmp > SEXT44 (SIGNED64 (0x0007fffffff)))
2257 else if (tmp < SEXT44 (SIGNED64 (0xfff80000000)))
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-types.h53 # define SIGNED64(X) (X##i64) macro
58 # define SIGNED64(X) ((signed64) X##LL) macro
H A Dsim-fpu.c518 if (tmp & ((SIGNED64 (1) << shift) - 1))
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-types.h60 # define SIGNED64(X) (X##i64) macro
65 # define SIGNED64(X) ((int64_t) X##LL) macro
H A Dsim-fpu.c516 if (tmp & ((SIGNED64 (1) << shift) - 1))
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Didecode_expression.h58 #define SIGNED64(val) ((signed64)(signed32)(val)) macro
142 + SIGNED64(EXTRACTED(val, 0, 31)) \
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Didecode_expression.h60 #define SIGNED64(val) ((int64_t)(int32_t)(val)) macro
144 + SIGNED64(EXTRACTED(val, 0, 31)) \

Completed in 306 milliseconds