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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h594 uint64_t ByteA = Imm & 0xff00000000000000ULL; local
603 return (ByteA == 0ULL || ByteA == 0xff00000000000000ULL) &&

Completed in 364 milliseconds