/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 1 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" 4 %struct.rs_allocation = type { i64*, i64*, i64*, i64* } 412 define void @rsSetElementAtImpl_long(%struct.rs_allocation* nocapture readonly %a, i64 %val, i32 %x… 414 %2 = bitcast i8* %1 to i64* 415 store i64 %val, i64* %2, align 8, !tbaa !45 419 define i64 @rsGetElementAtImpl_long(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i… 421 %2 = bitcast i8* %1 to i64* 422 %3 = load i64, i64* %2, align 8, !tbaa !45 423 ret i64 %3 427 define void @rsSetElementAtImpl_long2(%struct.rs_allocation* nocapture readonly %a, <2 x i64> %val,… [all …]
|
D | math.ll | 1 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v… 404 define void @rsSetElementAtImpl_long([1 x i32] %a.coerce, i64 %val, i32 %x, i32 %y, i32 %z) #1 { 406 %2 = bitcast i8* %1 to i64* 407 store i64 %val, i64* %2, align 8, !tbaa !45 411 define i64 @rsGetElementAtImpl_long([1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #0 { 413 %2 = bitcast i8* %1 to i64* 414 %3 = load i64, i64* %2, align 8, !tbaa !45 415 ret i64 %3 419 define void @rsSetElementAtImpl_long2([1 x i32] %a.coerce, <2 x i64> %val, i32 %x, i32 %y, i32 %z) … 421 %2 = bitcast i8* %1 to <2 x i64>* [all …]
|
D | math.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v…
|
/frameworks/rs/driver/runtime/arch/ |
D | x86_sse3.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v… 4 declare <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64>, i32) nounwind readnone 19 %3 = bitcast <4 x float> %2 to <2 x i64> 20 %4 = tail call <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64> %3, i32 32) 21 %5 = bitcast <2 x i64> %4 to <4 x float> 53 %3 = bitcast <4 x float> %2 to <2 x i64> 54 %4 = tail call <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64> %3, i32 32) 55 %5 = bitcast <2 x i64> %4 to <4 x float>
|
D | neon.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v… 28 declare <2 x i32> @llvm.arm.neon.vqshiftns.v2i32(<2 x i64>, <2 x i64>) nounwind readnone 32 declare <2 x i32> @llvm.arm.neon.vqshiftnu.v2i32(<2 x i64>, <2 x i64>) nounwind readnone 36 declare <2 x i32> @llvm.arm.neon.vqshiftnsu.v2i32(<2 x i64>, <2 x i64>) nounwind readnone 460 define i64 @_Z3maxxx(i64 %v1, i64 %v2) nounwind readnone { 461 %1 = icmp sgt i64 %v1, %v2 462 %2 = select i1 %1, i64 %v1, i64 %v2 463 ret i64 %2 691 define i64 @_Z3minxx(i64 %v1, i64 %v2) nounwind readnone { 692 %1 = icmp slt i64 %v1, %v2 [all …]
|
D | asimd.ll | 1 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" 28 declare <2 x i32> @llvm.aarch64.neon.sqshl.v2i32(<2 x i64>, <2 x i64>) nounwind readnone 32 declare <2 x i32> @llvm.aarch64.neon.sqshrun.v2i32(<2 x i64>, <2 x i64>) nounwind readnone 456 define i64 @_Z3maxxx(i64 %v1, i64 %v2) nounwind readnone { 457 %1 = icmp sgt i64 %v1, %v2 458 %2 = select i1 %1, i64 %v1, i64 %v2 459 ret i64 %2 687 define i64 @_Z3minxx(i64 %v1, i64 %v2) nounwind readnone { 688 %1 = icmp slt i64 %v1, %v2 689 %2 = select i1 %1, i64 %v1, i64 %v2 [all …]
|
D | x86_sse2.ll | 1 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v…
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | omxtypes.h | 100 #define OMX_MIN_S64 (0x8000000000000000i64) 101 #define OMX_MIN_U64 (0x0000000000000000i64) 102 #define OMX_MAX_S64 (0x7FFFFFFFFFFFFFFFi64) 103 #define OMX_MAX_U64 (0xFFFFFFFFFFFFFFFFi64)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
D | omxtypes.h | 100 #define OMX_MIN_S64 (0x8000000000000000i64) 101 #define OMX_MIN_U64 (0x0000000000000000i64) 102 #define OMX_MAX_S64 (0x7FFFFFFFFFFFFFFFi64) 103 #define OMX_MAX_U64 (0xFFFFFFFFFFFFFFFFi64)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | omxtypes.h | 100 #define OMX_MIN_S64 (0x8000000000000000i64) 101 #define OMX_MIN_U64 (0x0000000000000000i64) 102 #define OMX_MAX_S64 (0x7FFFFFFFFFFFFFFFi64) 103 #define OMX_MAX_U64 (0xFFFFFFFFFFFFFFFFi64)
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 90 mDefaultValue.u.i64 = defaultValue; in MtpProperty() 273 mMinimumValue.u.i64 = min; in setFormRange() 274 mMaximumValue.u.i64 = max; in setFormRange() 275 mStepSize.u.i64 = step; in setFormRange() 316 mEnumValues[i].u.i64 = value; in setFormEnum() 401 buffer.appendFormat("%" PRId64, value.u.i64); in print() 453 if (!packet.getInt64(value.u.i64)) return false; in readValue() 508 packet.putInt64(value.u.i64); in writeValue()
|
D | MtpProperty.h | 34 int64_t i64; member
|
/frameworks/rs/api/ |
D | rs_convert.spec | 50 t: u64, i64, f64 51 t: u64, i64, f64 60 t: u64, i64, f64 71 t: u64, i64, f64
|
D | rs_debug.spec | 28 t: i32, u32, i64, u64, f64 44 t: i32, u32, i64, u64
|
D | rs_math.spec | 394 t: u8, u16, u32, u64, i8, i16, i32, i64 405 t: u8, u16, u32, u64, i8, i16, i32, i64 1065 t: i8, i16, i32, i64, u8, u16, u32, u64 1158 t: i8, i16, i32, i64, u8, u16, u32, u64
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | ZslProcessor.cpp | 83 nsecs_t timestamp = entry.data.i64[0]; in onResultAvailable() 497 frameTimestamp = entry.data.i64[0]; in findMatchesLocked() 515 nsecs_t frameTimestamp = entry.data.i64[0]; in findMatchesLocked() 554 if (entry.count > 0) frameTimestamp = entry.data.i64[0]; in dumpZslQueue()
|
D | ZslProcessor3.cpp | 106 nsecs_t timestamp = entry.data.i64[0]; in onResultAvailable() 491 if (entry.count > 0) frameTimestamp = entry.data.i64[0]; in dumpZslQueue() 548 nsecs_t frameTimestamp = entry.data.i64[0]; in getCandidateTimestampLocked()
|
D | CaptureSequencer.cpp | 649 if (entry.data.i64[0] != mCaptureTimestamp) { in manageStandardCaptureWait() 652 entry.data.i64[0], in manageStandardCaptureWait()
|
D | Parameters.cpp | 2842 int64_t format = availableStreamMinDurations.data.i64[i + STREAM_FORMAT_OFFSET]; in getJpegStreamMinFrameDurationNs() 2843 int64_t width = availableStreamMinDurations.data.i64[i + STREAM_WIDTH_OFFSET]; in getJpegStreamMinFrameDurationNs() 2844 int64_t height = availableStreamMinDurations.data.i64[i + STREAM_HEIGHT_OFFSET]; in getJpegStreamMinFrameDurationNs() 2845 int64_t duration = availableStreamMinDurations.data.i64[i + STREAM_DURATION_OFFSET]; in getJpegStreamMinFrameDurationNs() 2864 return jpegMinDurations.data.i64[streamIdx]; in getJpegStreamMinFrameDurationNs()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1303 int64_t exposureTime = *(entry.data.i64); in DngCreator_setup()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 2344 request.sensorTimestamp = entry.data.i64[0]; in processCaptureResult()
|