Home
last modified time | relevance | path

Searched refs:MSBIT64 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-bits.h232 #define MSBIT64(POS) ((uint64_t)1 << (64 - 1 - (POS))) macro
235 #define MSBIT(POS) MSBIT64 (POS)
259 #define BIT64 MSBIT64
Dsim-fpu.c116 #define SIGNBIT (is_double ? MSBIT64 (0) : MSBIT64 (32))
DChangeLog-20216351 MSBIT64): Force result to unsignedN.
6878 MSBIT16, MSBIT32, MSBIT64, MSBIT): New macros - single bit as