Home
last modified time | relevance | path

Searched refs:ARMul_BitList (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/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 */ in ARMul_EmulateInit()
68 ARMul_BitList[i]++; in ARMul_EmulateInit()
71 ARMul_BitList[i] *= 4; /* you always need 4 times these values */ in ARMul_EmulateInit()
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
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. */