Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc5187 int topshift = clear_sign_bit_copies & ~1; in arm_gen_constant() local
5189 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()