Searched refs:isS16Imm (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp381 bool isS16Imm() const { return isImm(-32768, 32767); } function in class:__anon4315::SystemZOperand
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp668 bool isS16Imm() const;
5956 } else if (Opr.isImm() && !Opr.isS16Imm()) {
6630 bool AMDGPUOperand::isS16Imm() const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp344 bool isS16Imm() const { function in struct:__anon4249::PPCOperand

Completed in 180 milliseconds