Searched defs:isSImm (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ | ||
H A D | CSKYAsmParser.cpp | 259 template <unsigned num, unsigned shift = 0> bool isSImm() const { in isSImm() function |
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ | ||
H A D | LoongArchAsmParser.cpp | 227 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 D | MipsAsmParser.cpp | 1314 template <unsigned Bits> bool isSImm() const { in isSImm() function in __anona2e40b320211::MipsOperand |
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ | ||
H A D | AArch64AsmParser.cpp | 793 template <int Width> bool isSImm() const { return isSImmScaled<Width, 1>(); } in isSImm() function in __anon730428320111::AArch64Operand |