Searched refs:ARMul_BitList (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darminit.c41 char ARMul_BitList[256]; /* number of bits in a byte table */ variable
61 for (i = 0; i < 256; ARMul_BitList[i++] = 0); /* how many bits in LSM */
65 ARMul_BitList[i]++;
68 ARMul_BitList[i] *= 4; /* you always need 4 times these values */
H A Darmemu.h365 #define LSMNumRegs ((ARMword) ARMul_BitList[BITS (0, 7)] + \
366 (ARMword) ARMul_BitList[BITS (8, 15)] )
452 extern char ARMul_BitList[]; /* Number of bits in a byte table. */
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darminit.c44 char ARMul_BitList[256]; /* number of bits in a byte table */ variable
64 for (i = 0; i < 256; ARMul_BitList[i++] = 0); /* how many bits in LSM */
68 ARMul_BitList[i]++;
71 ARMul_BitList[i] *= 4; /* you always need 4 times these values */
H A Darmemu.h365 #define LSMNumRegs ((ARMword) ARMul_BitList[BITS (0, 7)] + \
366 (ARMword) ARMul_BitList[BITS (8, 15)] )
452 extern char ARMul_BitList[]; /* Number of bits in a byte table. */

Completed in 201 milliseconds