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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp728 template <int Scale> bool isUImm12Offset() const { function in class:__anon3880::AArch64Operand
1389 return isSImm<9>() && !isUImm12Offset<Width / 8>();

Completed in 95 milliseconds