Home
last modified time | relevance | path

Searched refs:isSImmScaled (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp793 template <int Width> bool isSImm() const { return isSImmScaled<Width, 1>(); } in isSImm()
795 template <int Bits, int Scale> DiagnosticPredicate isSImmScaled() const { in isSImmScaled() function in __anon63d128670111::AArch64Operand
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td312 let PredicateMethod = "isSImmScaled<" # Width # ", " # Scale # ">";