Searched defs:BitF (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h619 uint8_t BitF = (Imm & 0x0000000000ff0000ULL) != 0; local
668 uint8_t BitF = (Imm & 0x00200000ULL) != 0; local
717 uint8_t BitF = (Imm & 0x0004000000000000ULL) != 0; local

Completed in 62 milliseconds