Home
last modified time | relevance | path

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

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