Searched refs:UNSIGNED64 (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dalu-tst.c38 #define MAX_INT8 UNSIGNED64 (127)
39 #define MIN_INT8 UNSIGNED64 (128)
41 #define MAX_INT16 UNSIGNED64 (32767)
42 #define MIN_INT16 UNSIGNED64 (32768)
44 #define MAX_INT32 UNSIGNED64 (0x7fffffff)
45 #define MIN_INT32 UNSIGNED64 (0x80000000)
47 #define MAX_INT64 UNSIGNED64 (0x7fffffffffffffff)
48 #define MIN_INT64 UNSIGNED64 (0x8000000000000000)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dalu-tst.c41 #define MAX_INT8 UNSIGNED64 (127)
42 #define MIN_INT8 UNSIGNED64 (128)
44 #define MAX_INT16 UNSIGNED64 (32767)
45 #define MIN_INT16 UNSIGNED64 (32768)
47 #define MAX_INT32 UNSIGNED64 (0x7fffffff)
48 #define MIN_INT32 UNSIGNED64 (0x80000000)
50 #define MAX_INT64 UNSIGNED64 (0x7fffffffffffffff)
51 #define MIN_INT64 UNSIGNED64 (0x8000000000000000)
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-types.h51 # define UNSIGNED64(X) (X##ui64) macro
56 # define UNSIGNED64(X) ((unsigned64) X##ULL) macro
H A Dsim-fpu.c1370 res2 += UNSIGNED64 (0x100000000);
1371 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-types.h58 # define UNSIGNED64(X) (X##ui64) macro
63 # define UNSIGNED64(X) ((uint64_t) X##ULL) macro
H A Dsim-fpu.c1349 res2 += UNSIGNED64 (0x100000000);
1350 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Didecode_expression.h59 #define UNSIGNED64(val) ((unsigned64)(unsigned32)(val)) macro
135 unsigned64 alu_lo = (UNSIGNED64(alu_val) \
136 + UNSIGNED64(val)); \
139 + UNSIGNED64(EXTRACTED(val, 0, 31)) \
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Didecode_expression.h61 #define UNSIGNED64(val) ((uint64_t)(uint32_t)(val)) macro
137 uint64_t alu_lo = (UNSIGNED64(alu_val) \
138 + UNSIGNED64(val)); \
141 + UNSIGNED64(EXTRACTED(val, 0, 31)) \
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dsim-main.h376 #define SEXT40(x) ((((x) & UNSIGNED64 (0xffffffffff)) \
377 ^ (~UNSIGNED64 (0x7fffffffff))) \
378 + UNSIGNED64 (0x8000000000))
381 #define SEXT44(x) ((((x) & UNSIGNED64 (0xfffffffffff)) \
382 ^ (~ UNSIGNED64 (0x7ffffffffff))) \
383 + UNSIGNED64 (0x80000000000))
386 #define SEXT60(x) ((((x) & UNSIGNED64 (0xfffffffffffffff)) \
387 ^ (~ UNSIGNED64 (0x7ffffffffffffff))) \
388 + UNSIGNED64 (0x800000000000000))
/netbsd-current/external/gpl3/gdb/dist/sim/v850/
H A Dsim-main.h357 #define SEXT40(x) ((((x) & UNSIGNED64 (0xffffffffff)) \
358 ^ (~UNSIGNED64 (0x7fffffffff))) \
359 + UNSIGNED64 (0x8000000000))
362 #define SEXT44(x) ((((x) & UNSIGNED64 (0xfffffffffff)) \
363 ^ (~ UNSIGNED64 (0x7ffffffffff))) \
364 + UNSIGNED64 (0x80000000000))
367 #define SEXT60(x) ((((x) & UNSIGNED64 (0xfffffffffffffff)) \
368 ^ (~ UNSIGNED64 (0x7ffffffffffffff))) \
369 + UNSIGNED64 (0x800000000000000))
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dcp1.c94 #define FPQNaN_DOUBLE (UNSIGNED64 (0x7FF7FFFFFFFFFFFF))
95 #define FPQNaN_LONG (UNSIGNED64 (0x7FFFFFFFFFFFFFFF))
1243 static const unsigned64 one_single = UNSIGNED64 (0x3F800000);
1244 static const unsigned64 one_double = UNSIGNED64 (0x3FF0000000000000);
1245 static const unsigned64 one_ps = (UNSIGNED64 (0x3F800000) << 32 | UNSIGNED64 (0x3F800000));
1341 static const unsigned64 half_single = UNSIGNED64 (0x3F000000);
1342 static const unsigned64 half_double = UNSIGNED64 (0x3FE0000000000000);
1343 static const unsigned64 half_ps = (UNSIGNED64 (0x3F000000) << 32 | UNSIGNED64 (
[all...]
H A Dmdmx.c55 #define MASK48 (UNSIGNED64 (0xffffffffffff))
H A Dinterp.c1674 PC = (unsigned_word) UNSIGNED64 (0xFFFFFFFFBFC00000);
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dcp1.c99 #define FPQNaN_DOUBLE (UNSIGNED64 (0x7FF7FFFFFFFFFFFF))
100 #define FPQNaN_LONG (UNSIGNED64 (0x7FFFFFFFFFFFFFFF))
1625 static const uint64_t one_single = UNSIGNED64 (0x3F800000);
1626 static const uint64_t one_double = UNSIGNED64 (0x3FF0000000000000);
1627 static const uint64_t one_ps = (UNSIGNED64 (0x3F800000) << 32 | UNSIGNED64 (0x3F800000));
1723 static const uint64_t half_single = UNSIGNED64 (0x3F000000);
1724 static const uint64_t half_double = UNSIGNED64 (0x3FE0000000000000);
1725 static const uint64_t half_ps = (UNSIGNED64 (0x3F000000) << 32 | UNSIGNED64 (
[all...]
H A Dmdmx.c58 #define MASK48 (UNSIGNED64 (0xffffffffffff))
H A Dinterp.c1769 PC = (unsigned_word) UNSIGNED64 (0xFFFFFFFFBFC00000);

Completed in 317 milliseconds