Home
last modified time | relevance | path

Searched defs:signExtend (Results 1 – 18 of 18) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterType.cpp140 void CParameterType::signExtend(int32_t &iData) const in signExtend() function in CParameterType
145 void CParameterType::signExtend(int64_t &iData) const in signExtend() function in CParameterType
/external/llvm/lib/IR/
DConstantRange.cpp553 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp532 int64_t signExtend(uint64_t src, int bits) in signExtend() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp534 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp534 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp468 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp686 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DConstantRange.cpp785 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp698 inline int32_t signExtend(uint32_t src, int bits) in signExtend() function
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp573 static uint32_t signExtend(uint32_t value, uint32_t numBits) in signExtend() function
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1442 inline int32_t signExtend(int32_t value, int32_t srcBits, int32_t dstBits) in signExtend() function
DtcuAstcUtil.cpp91 inline int32_t signExtend(int32_t src, int numSrcBits) in signExtend() function
DtcuTexture.cpp722 inline int32_t signExtend(uint32_t src, int bits) in signExtend() function
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp140 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); in makeLibCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2065 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); in ExpandLibCall() local
DTargetLowering.cpp160 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2058 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); in ExpandLibCall() local
DTargetLowering.cpp178 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall() local