Home
last modified time | relevance | path

Searched refs:isUImm3 (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
HDVEAsmParser.cpp275 bool isUImm3() { in isUImm3() function in __anon3c82f8af0211::VEOperand
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
HDCSKYAsmParser.cpp270 bool isUImm3() const { return isUImm<3>(); } in isUImm3() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
HDLoongArchAsmParser.cpp261 bool isUImm3() const { return isUImm<3>(); } in isUImm3() function in __anon3683cad30111::LoongArchOperand
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
HDRISCVAsmParser.cpp700 bool isUImm3() const { return IsUImm<3>(); } in isUImm3() function