/external/parameter-framework/upstream/parameter/ |
D | ParameterType.cpp | 140 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/ |
D | ConstantRange.cpp | 553 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 532 int64_t signExtend(uint64_t src, int bits) in signExtend() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 534 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 534 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 468 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 686 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 785 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 698 inline int32_t signExtend(uint32_t src, int bits) in signExtend() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 573 static uint32_t signExtend(uint32_t value, uint32_t numBits) in signExtend() function
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1442 inline int32_t signExtend(int32_t value, int32_t srcBits, int32_t dstBits) in signExtend() function
|
D | tcuAstcUtil.cpp | 91 inline int32_t signExtend(int32_t src, int numSrcBits) in signExtend() function
|
D | tcuTexture.cpp | 722 inline int32_t signExtend(uint32_t src, int bits) in signExtend() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 140 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); in makeLibCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2065 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); in ExpandLibCall() local
|
D | TargetLowering.cpp | 160 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2058 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); in ExpandLibCall() local
|
D | TargetLowering.cpp | 178 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall() local
|