Searched defs:_LSB_POS (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dbits.h85 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT) macro
87 #define _LSB_POS(WIDTH, SHIFT) (SHIFT) macro
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.h85 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT) macro
87 #define _LSB_POS(WIDTH, SHIFT) (SHIFT) macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-bits.h155 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT) macro
157 #define _LSB_POS(WIDTH, SHIFT) (SHIFT) macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-bits.h152 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT) macro
154 #define _LSB_POS(WIDTH, SHIFT) (SHIFT) macro

Completed in 257 milliseconds