Home
last modified time | relevance | path

Searched defs:signExtend (Results 1 – 14 of 14) 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.cpp609 deInt64 signExtend (deUint64 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/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/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp750 inline deInt32 signExtend (deUint32 src, int bits) in signExtend() function
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp523 static deUint32 signExtend (deUint32 value, deUint32 numBits) in signExtend() function
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1408 inline deInt32 signExtend (deInt32 value, deInt32 srcBits, deInt32 dstBits) in signExtend() function
DtcuAstcUtil.cpp91 inline deInt32 signExtend (deInt32 src, int numSrcBits) in signExtend() function
DtcuTexture.cpp492 inline deInt32 signExtend (deUint32 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