Home
last modified time | relevance | path

Searched refs:RET (Results 1 – 25 of 144) sorted by relevance

123456

/external/llvm/test/CodeGen/PowerPC/
Dvec_cmp.ll56 ; CHECK: vcmpequb [[RET:[0-9]+]], 2, 3
57 ; CHECK-NEXT: vnor 2, [[RET]], [[RET]]
66 ; CHECK: vcmpgtsb [[RET:[0-9]+]], 2, 3
67 ; CHECK-NEXT: vnor 2, [[RET]], [[RET]]
76 ; CHECK: vcmpgtub [[RET:[0-9]+]], 2, 3
77 ; CHECK-NEXT: vnor 2, [[RET]], [[RET]]
122 ; CHECK: vcmpgtsb [[RET:[0-9]+]], 3, 2
123 ; CHECK-NEXT: vnor 2, [[RET]], [[RET]]
132 ; CHECK: vcmpgtub [[RET:[0-9]+]], 3, 2
133 ; CHECK-NEXT: vnor 2, [[RET]], [[RET]]
[all …]
/external/llvm/test/CodeGen/R600/
Dglobal_atomics.ll13 ; SI: buffer_atomic_add [[RET:v[0-9]+]], s[{{[0-9]+}}:{{[0-9]+}}], 0 offset:16 glc {{$}}
14 ; SI: buffer_store_dword [[RET]]
34 ; SI: buffer_atomic_add [[RET:v[0-9]+]], v[{{[0-9]+}}:{{[0-9]+}}], s[{{[0-9]+}}:{{[0-9]+}}], 0 addr…
35 ; SI: buffer_store_dword [[RET]]
54 ; SI: buffer_atomic_add [[RET:v[0-9]+]], s[{{[0-9]+}}:{{[0-9]+}}], 0 glc
55 ; SI: buffer_store_dword [[RET]]
73 ; SI: buffer_atomic_add [[RET:v[0-9]+]], v[{{[0-9]+}}:{{[0-9]+}}], s[{{[0-9]+}}:{{[0-9]+}}], 0 addr…
74 ; SI: buffer_store_dword [[RET]]
93 ; SI: buffer_atomic_and [[RET:v[0-9]+]], s[{{[0-9]+}}:{{[0-9]+}}], 0 offset:16 glc {{$}}
94 ; SI: buffer_store_dword [[RET]]
[all …]
/external/mesa3d/src/mesa/x86/
Dcommon_x86_asm.S69 RET
94 RET
107 RET
121 RET
135 RET
149 RET
170 RET
213 RET
D3dnow_xform1.S96 RET
144 RET
202 RET
256 RET
312 RET
366 RET
431 RET
Dsse_xform1.S97 RET
149 RET
210 RET
270 RET
325 RET
381 RET
440 RET
D3dnow_xform2.S112 RET
168 RET
245 RET
304 RET
368 RET
424 RET
472 RET
Dsse_xform2.S102 RET
155 RET
216 RET
274 RET
337 RET
394 RET
460 RET
Dx86_xform2.S152 RET
218 RET
300 RET
370 RET
443 RET
508 RET
569 RET
/external/skia/platform_tools/ios/bin/
Dios_setup.sh75 RET="$(cat $TARGET)"
77 echo -e "$RET"
139 local RET=1
142 RET=0
145 return $RET
Dios_path_exists23 RET=ios_path_exists $1
24 exit $RET
/external/llvm/test/Transforms/InstCombine/
Dabs-1.ll18 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i32 %x, i32 [[NEG]]
20 ; CHECK-NEXT: ret i32 [[RET]]
28 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i64 %x, i64 [[NEG]]
30 ; CHECK-NEXT: ret i64 [[RET]]
38 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i64 %x, i64 [[NEG]]
40 ; CHECK-NEXT: ret i64 [[RET]]
Dffs-1.ll108 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[INC]], i32 0
110 ; CHECK-NEXT: ret i32 [[RET]]
119 ; CHECK-LINUX-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[INC]], i32 0
121 ; CHECK-LINUX-NEXT: ret i32 [[RET]]
131 ; CHECK-LINUX-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[CMP]], i32 [[TRUNC]], i32 0
133 ; CHECK-LINUX-NEXT: ret i32 [[RET]]
/external/skia/include/gpu/gl/
DSkGLContext.h75 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X; \ argument
78 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X argument
/external/clang/test/CodeGenObjC/
Dgetter-property-type-mismatch.m32 // CHECK: define internal [[RET:%.*]]* @"\01-[BPXLAppDelegate arrayOfThings
33 // CHECK: [[THREE:%.*]] = bitcast [[OPQ:%.*]]* [[TWO:%.*]] to [[RET]]*
34 // CHECK: ret [[RET]]* [[THREE]]
Dautorelease.m43 // CHECK: [[RET:%.*]] = alloca i32,
47 // CHECK: store i32 [[T2]], i32* [[RET]]
52 // CHECK-NEXT: store i32 0, i32* [[RET]]
/external/llvm/test/Transforms/InstSimplify/
Dcall-callconv.ll12 ; CHECK: %[[RET:.*]] = select i1 %[[ISPOS]], i32 %i, i32 %[[NEG]]
13 ; CHECK: ret i32 %[[RET]]
24 ; CHECK: %[[RET:.*]] = select i1 %[[ISPOS]], i32 %i, i32 %[[NEG]]
25 ; CHECK: ret i32 %[[RET]]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_subtract_sse2.asm67 RET
78 RET
89 RET
115 RET
127 RET
Dvp9_sad_sse2.asm81 RET
124 RET
170 RET
214 RET
260 RET
/external/skia/src/gpu/gl/
DGrGLUtil.h180 #define GR_GL_CALL_RET(IFACE, RET, X) \ argument
182 GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X); \
187 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \ argument
190 (RET) = (IFACE)->fFunctions.f##X; \
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_copy_sse2.asm49 RET
72 RET
97 RET
123 RET
152 RET
/external/google-breakpad/android/
Dcommon-functions.sh337 local RET ADB_LOG
343 RET=$(sed -e '$!d' "$ADB_LOG") # Last line contains status code.
346 return $RET
/external/llvm/test/CodeGen/AArch64/
Daddsub.ll111 ; CHECK: b.ne [[RET:.?LBB[0-9]+_[0-9]+]]
117 ; CHECK: b.lo [[RET]]
125 ; CHECK: b.lt [[RET]]
133 ; CHECK: b.gt [[RET]]
141 ; CHECK: b.gt [[RET]]
/external/llvm/test/Transforms/IPConstantProp/
Dreturn-argument.ll46 br label %RET
51 br label %RET
53 RET:
/external/llvm/test/CodeGen/X86/
D2011-20-21-zext-ui2fp.ll10 define void @ui_to_fp_conv(<8 x float> * nocapture %aFOO, <8 x float>* nocapture %RET) nounwind {
14 store <8 x float> %bool2float, <8 x float>* %RET, align 4
Davx-basic.ll27 define void @ones([0 x float]* nocapture %RET, [0 x float]* nocapture %aFOO) nounwind {
29 %ptr2vec615 = bitcast [0 x float]* %RET to <8 x float>*
39 define void @ones2([0 x i32]* nocapture %RET, [0 x i32]* nocapture %aFOO) nounwind {
41 %ptr2vec615 = bitcast [0 x i32]* %RET to <8 x i32>*

123456