Searched defs:isS16Imm (Results 1 – 3 of 3) sorted by relevance
387 bool isS16Imm() const { return isImm(-32768, 32767); } in isS16Imm() function in __anonde0c959e0111::SystemZOperand
372 bool isS16Imm() const { return isExtImm<16>(/*Signed*/ true, 1); } in isS16Imm() function
8948 bool AMDGPUOperand::isS16Imm() const { in isS16Imm() function in AMDGPUOperand