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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h233 uint32_t CTO, I; local
240 CTO = countTrailingOnes(Imm >> I);
248 CTO = CLO + countTrailingOnes(Imm) - (64 - Size);
261 // Or the CTO value into the low bits, which must be below the Nth bit
263 NImms |= (CTO-1);

Completed in 105 milliseconds