Home
last modified time | relevance | path

Searched defs:_indx (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Drx-decode.c101 #define GET_SCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (SCALE) ? SCALE[(_indx)] : 0) argument
102 #define GET_PSCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (PSCALE) ? PSCALE[(_indx)] : 0) argument
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Drx-decode.c101 #define GET_SCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (SCALE) ? SCALE[(_indx)] : 0) argument
102 #define GET_PSCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (PSCALE) ? PSCALE[(_indx)] : 0) argument