Searched refs:ARMul_BitList (Results 1 – 2 of 2) sorted by relevance
44 char ARMul_BitList[256]; /* number of bits in a byte table */ variable64 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()
365 #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. */