Searched refs:topshift (Results 1 – 1 of 1) sorted by relevance
5187 int topshift = clear_sign_bit_copies & ~1; in arm_gen_constant() local5189 temp1 = ARM_SIGN_EXTEND ((remainder + (0x00800000 >> topshift)) in arm_gen_constant()5190 & (0xff000000 >> topshift)); in arm_gen_constant()5196 if (temp1 == 0 && topshift != 0) in arm_gen_constant()5197 temp1 = 0x80000000 >> (topshift - 1); in arm_gen_constant()