Searched defs:_LSB_SHIFT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-bits.h133 #define _LSB_SHIFT(WIDTH, POS) (WIDTH - 1 - POS) macro
135 #define _LSB_SHIFT(WIDTH, POS) (POS) macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-bits.h130 #define _LSB_SHIFT(WIDTH, POS) (WIDTH - 1 - POS) macro
132 #define _LSB_SHIFT(WIDTH, POS) (POS) macro

Completed in 195 milliseconds