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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h615 uint8_t BitB = (Imm & 0x00ff000000000000ULL) != 0; local
625 EncVal |= BitB;
664 uint8_t BitB = (Imm & 0x20000000ULL) != 0; local
674 EncVal |= BitB;
713 uint8_t BitB = (Imm & 0x0040000000000000ULL) != 0; local
723 EncVal |= BitB;

Completed in 113 milliseconds