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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h234 uint32_t CTO, I; local
241 CTO = countTrailingOnes(Imm >> I);
249 CTO = CLO + countTrailingOnes(Imm) - (64 - Size);
262 // Or the CTO value into the low bits, which must be below the Nth bit
264 NImms |= (CTO-1);

Completed in 232 milliseconds