Home
last modified time | relevance | path

Searched refs:SImm (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp352 int16_t SImm = static_cast<int16_t>(Imm); in printImmediate16() local
353 if (SImm >= -16 && SImm <= 64) { in printImmediate16()
354 O << SImm; in printImmediate16()
391 int32_t SImm = static_cast<int32_t>(Imm); in printImmediate32() local
392 if (SImm >= -16 && SImm <= 64) { in printImmediate32()
393 O << SImm; in printImmediate32()
425 int64_t SImm = static_cast<int64_t>(Imm); in printImmediate64() local
426 if (SImm >= -16 && SImm <= 64) { in printImmediate64()
427 O << SImm; in printImmediate64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp605 int32_t SImm = MO1.getImm(); in EncodeAddrModeOpValues() local
609 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.td575 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 as
688 // an UImm, this takes a UImm and renders it as an SImm.
1054 let ParserMatchClass = !cast<AsmOperandClass>("SImm" # I # "AsmOperandClass");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3736 int16_t SImm; in SelectCC() local
3737 if (isIntS16Immediate(RHS, SImm)) in SelectCC()
3739 getI32Imm((int)SImm & 0xFFFF, in SelectCC()
3783 int16_t SImm; in SelectCC() local
3784 if (isIntS16Immediate(RHS, SImm)) in SelectCC()
3786 getI64Imm(SImm & 0xFFFF, dl)), in SelectCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td226 let Name = "SImm" # Width # "s" # Scale;
227 let DiagnosticType = "InvalidMemoryIndexed" # Scale # "SImm" # Width;
259 let Name = "SImm" # width;