Searched refs:SImm (Results 1 – 5 of 5) sorted by relevance
352 int16_t SImm = static_cast<int16_t>(Imm); in printImmediate16() local353 if (SImm >= -16 && SImm <= 64) { in printImmediate16()354 O << SImm; in printImmediate16()391 int32_t SImm = static_cast<int32_t>(Imm); in printImmediate32() local392 if (SImm >= -16 && SImm <= 64) { in printImmediate32()393 O << SImm; in printImmediate32()425 int64_t SImm = static_cast<int64_t>(Imm); in printImmediate64() local426 if (SImm >= -16 && SImm <= 64) { in printImmediate64()427 O << SImm; in printImmediate64()
605 int32_t SImm = MO1.getImm(); in EncodeAddrModeOpValues() local609 if (SImm == INT32_MIN) { in EncodeAddrModeOpValues()610 SImm = 0; in EncodeAddrModeOpValues()615 if (SImm < 0) { in EncodeAddrModeOpValues()616 SImm = -SImm; in EncodeAddrModeOpValues()620 Imm = SImm; in EncodeAddrModeOpValues()
575 let DiagnosticType = "SImm" # Bits # "_" # Offset;584 let DiagnosticType = "SImm" # Bits # "_Lsl" # Shift;608 let Name = "SImm" # Bits;612 let DiagnosticType = "SImm" # Bits;687 // Similar to the relaxed classes which take an SImm and render it as688 // an UImm, this takes a UImm and renders it as an SImm.1054 let ParserMatchClass = !cast<AsmOperandClass>("SImm" # I # "AsmOperandClass");
3736 int16_t SImm; in SelectCC() local3737 if (isIntS16Immediate(RHS, SImm)) in SelectCC()3739 getI32Imm((int)SImm & 0xFFFF, in SelectCC()3783 int16_t SImm; in SelectCC() local3784 if (isIntS16Immediate(RHS, SImm)) in SelectCC()3786 getI64Imm(SImm & 0xFFFF, dl)), in SelectCC()
226 let Name = "SImm" # Width # "s" # Scale;227 let DiagnosticType = "InvalidMemoryIndexed" # Scale # "SImm" # Width;259 let Name = "SImm" # width;