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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h620 uint8_t BitG = (Imm & 0x000000000000ff00ULL) != 0; local
635 EncVal |= BitG;
669 uint8_t BitG = (Imm & 0x00100000ULL) != 0; local
684 EncVal |= BitG;
718 uint8_t BitG = (Imm & 0x0002000000000000ULL) != 0; local
733 EncVal |= BitG;

Completed in 48 milliseconds