/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 113 static constexpr Unsigned SignExtend = Unsigned(Smin << 1U); // 11000000 member
|
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 150 InferiorSizedWord SignExtend() const { in SignExtend() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ring_buffer.h | 94 static uptr SignExtend(uptr x) { return ((sptr)x) << kSizeBits >> kSizeBits; } in SignExtend() function
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 452 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { in SignExtend() function in RegisterValue
|
H A D | Scalar.cpp | 745 bool Scalar::SignExtend(uint32_t sign_bit_pos) { in SignExtend() function in Scalar
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 848 unsigned SignExtend = MI->getOperand(3).getImm(); // encoded in "option<2>". in printRangePrefetchAlias() local 1279 static void printMemExtendImpl(bool SignExtend, bool DoShift, unsigned Width, in printMemExtendImpl() 1302 bool SignExtend = MI->getOperand(OpNum).getImm(); in printMemExtend() local
|
H A D | AArch64MCCodeEmitter.cpp | 356 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); in getMemExtendOpValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 155 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() 161 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() 1234 SDValue &SignExtend) { in SelectExtendedSHL() 1266 SDValue &SignExtend, in SelectAddrModeWRO() 1355 SDValue &SignExtend, in SelectAddrModeXRO()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1292 bool SignExtend = getExtendKind(NarrowDef) == ExtendKind::Sign; in cloneArithmeticIVUser() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2469 void RISCVAsmParser::emitPseudoExtend(MCInst &Inst, bool SignExtend, in emitPseudoExtend()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 6171 unsigned SignExtend = 0; in selectExtendedSHL() local 6412 unsigned SignExtend = Ext == AArch64_AM::SXTW; in selectAddrModeWRO() local
|
/openbsd-src/sys/arch/arm64/arm64/ |
H A D | disasm.c | 593 SignExtend(int bitwidth, uint64_t imm, unsigned int multiply) in SignExtend() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1909 bool SignExtend = shouldSignExtendTypeInLibCall(RetVT, IsSigned); in makeExternalCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 1383 LLVMBool SignExtend) { in LLVMConstInt()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 18069 bool SignExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, false); in lowerToLibCall() local
|