Home
last modified time | relevance | path

Searched defs:isSImm (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp259 template <unsigned num, unsigned shift = 0> bool isSImm() const { in isSImm() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp227 template <unsigned N, unsigned S = 0> bool isSImm() const { in isSImm() function in __anon571544da0111::LoongArchOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1314 template <unsigned Bits> bool isSImm() const { in isSImm() function in __anona2e40b320211::MipsOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp793 template <int Width> bool isSImm() const { return isSImmScaled<Width, 1>(); } in isSImm() function in __anon730428320111::AArch64Operand