HomeSort by: relevance | last modified time | path
    Searched defs:_LSB_POS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
bits.h 85 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT)
87 #define _LSB_POS(WIDTH, SHIFT) (SHIFT)
121 _LSB_POS (WIDTH, FIRST), \
122 _LSB_POS (WIDTH, LAST))
  /src/external/gpl3/gdb.old/dist/sim/ppc/
bits.h 85 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT)
87 #define _LSB_POS(WIDTH, SHIFT) (SHIFT)
121 _LSB_POS (WIDTH, FIRST), \
122 _LSB_POS (WIDTH, LAST))
  /src/external/gpl3/gdb/dist/sim/common/
sim-bits.h 152 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT)
154 #define _LSB_POS(WIDTH, SHIFT) (SHIFT)
292 | _MASKn(64, (START), _LSB_POS (64, 0))))
304 _LSB_POS (32, 0)) \
321 _LSB_POS (16, 0)) \
336 _LSB_POS (WIDTH, FIRST), \
337 _LSB_POS (WIDTH, LAST))
344 #define LSMASK(FIRST, LAST) (MASK (_LSB_POS (64, FIRST), _LSB_POS (64, LAST)))
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.h 152 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT)
154 #define _LSB_POS(WIDTH, SHIFT) (SHIFT)
292 | _MASKn(64, (START), _LSB_POS (64, 0))))
304 _LSB_POS (32, 0)) \
321 _LSB_POS (16, 0)) \
336 _LSB_POS (WIDTH, FIRST), \
337 _LSB_POS (WIDTH, LAST))
344 #define LSMASK(FIRST, LAST) (MASK (_LSB_POS (64, FIRST), _LSB_POS (64, LAST)))

Completed in 45 milliseconds