Home
last modified time | relevance | path

Searched defs:SImm (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp430 int16_t SImm = static_cast<int16_t>(Imm); in printImmediateInt16() local
442 int16_t SImm = static_cast<int16_t>(Imm); in printImmediate16() local
483 int32_t SImm = static_cast<int32_t>(Imm); in printImmediate32() local
517 int64_t SImm = static_cast<int64_t>(Imm); in printImmediate64() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp599 int32_t SImm = MO1.getImm(); in EncodeAddrModeOpValues() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4010 int16_t SImm; in SelectCC() local
4057 int16_t SImm; in SelectCC() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1803 if (auto SImm = Int.trySExtValue(); Int.isSigned() && SImm.has_value()) in parseImmediateOperand() local