Home
last modified time | relevance | path

Searched defs:isSImm5 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp263 bool isSImm5() const { return isSImm<5>(); } in isSImm5() function in __anon571544da0111::LoongArchOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp760 bool isSImm5() const { in isSImm5() function