Home
last modified time | relevance | path

Searched refs:res3 (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/test/Bitcode/
DbinaryIntInstructions.3.2.ll16 ; CHECK-NEXT: %res3 = add i16 %x3, %x3
17 %res3 = add i16 %x3, %x3
45 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i8> %x3, %x3
46 %res3 = add nuw nsw <4 x i8> %x3, %x3
65 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i16> %x3, %x3
66 %res3 = add nuw nsw <4 x i16> %x3, %x3
85 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i32> %x3, %x3
86 %res3 = add nuw nsw <4 x i32> %x3, %x3
105 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i64> %x3, %x3
106 %res3 = add nuw nsw <4 x i64> %x3, %x3
[all …]
DbinaryFloatInstructions.3.2.ll16 ; CHECK-NEXT: %res3 = fadd half %x3, %x3
17 %res3 = fadd half %x3, %x3
39 ; CHECK-NEXT: %res3 = fadd <4 x float> %x3, %x3
40 %res3 = fadd <4 x float> %x3, %x3
59 ; CHECK-NEXT: %res3 = fadd <4 x double> %x3, %x3
60 %res3 = fadd <4 x double> %x3, %x3
79 ; CHECK-NEXT: %res3 = fadd <4 x half> %x3, %x3
80 %res3 = fadd <4 x half> %x3, %x3
DmiscInstructions.3.2.ll75 ; CHECK-NEXT: %res3 = icmp ugt i32 %x1, %x2
76 %res3 = icmp ugt i32 %x1, %x2
117 ; CHECK-NEXT: %res3 = fcmp ugt float %x1, %x2
118 %res3 = fcmp ugt float %x1, %x2
176 ; CHECK-NEXT: %res3 = call i32 (i8*, ...) @printf(i8* %msg, i32 12, i8 42)
177 %res3 = call i32 (i8*, ...) @printf(i8* %msg, i32 12, i8 42)
DconstantsTest.3.2.ll29 ; CHECK-NEXT: %res3 = add i32 0, 0
30 %res3 = add i32 0, 0
50 ; CHECK-NEXT: %res3 = add <2 x i32> <i32 1, i32 1>, <i32 1, i32 1>
51 %res3 = add <2 x i32> <i32 1, i32 1>, <i32 1, i32 1>
DaggregateInstructions.3.2.ll16 ; CHECK-NEXT: %res3 = extractvalue [4 x [4 x i8]] %x2, 0, 1
17 %res3 = extractvalue [4 x [4 x i8 ]] %x2, 0, 1
DmemInstructions.3.2.ll16 ; CHECK-NEXT: %res3 = alloca i8, i32 2, align 4
17 %res3 = alloca i8, i32 2, align 4
36 ; CHECK-NEXT: %res3 = load i8, i8* %ptr1, align 1
37 %res3 = load i8, i8* %ptr1, align 1
92 ; CHECK-NEXT: %res3 = load atomic i8, i8* %ptr1 acquire, align 1
93 %res3 = load atomic i8, i8* %ptr1 acquire, align 1
236 ; CHECK-NEXT: %res3 = extractvalue { i32, i1 } [[TMP]], 0
237 %res3 = cmpxchg i32* %ptr, i32 %cmp, i32 %new singlethread monotonic monotonic
322 ; CHECK-NEXT: %res3 = getelementptr i8, <4 x i8*> %ptrs, <4 x i64> %offsets
323 %res3 = getelementptr i8, <4 x i8*> %ptrs, <4 x i64> %offsets
DbitwiseInstructions.3.2.ll16 ; CHECK: %res3 = shl nsw i8 %x1, %x1
17 %res3 = shl nsw i8 %x1, %x1
/external/valgrind/memcheck/tests/
Dbuflen_check.c8 int res1, res2, res3; in main() local
19 res3 = getsockname(res1, &name, NULL); /* NULL is bogus */ in main()
23 if (res3 == -1) { in main()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp122 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local
131 res3 = cur_fr->format(d, res3, pos1); in testAPI()
132 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res3); in testAPI()
330 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local
338 f3->format(n, res3); in testRegistration()
349 logln((UnicodeString)"f3 reg cur: " + res3); in testRegistration()
363 if (res3 != res0) { in testRegistration()
Ddtfmapts.cpp164 UnicodeString res1, res2, res3; in testAPI() local
177 res3 = de->format(d, res3); in testAPI()
178 logln( (UnicodeString) "" + d + " formatted to " + res3); in testAPI()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_intrapred8_dspr2.c161 int32_t res0, res1, res2, res3; in vp9_tm_predictor_8x8_dspr2() local
603 [left0] "=&r" (left0), [res2] "=&r" (res2), [res3] "=&r" (res3), in vp9_tm_predictor_8x8_dspr2()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java84 StringBuffer res3 = new StringBuffer(); in TestAPI() local
99 res3 = cur_fr.format(d, res3, pos1); in TestAPI()
100 logln( "" + d + " formatted to " + res3); in TestAPI()
DIntlTestDateFormatAPI.java101 String res3 = new String(); in TestAPI() local
111 res3 = de.format(d); in TestAPI()
112 logln("" + d.getTime() + " formatted to " + res3); in TestAPI()
DIntlTestDecimalFormatAPI.java142 StringBuffer res3 = new StringBuffer(); in TestAPI() local
155 res3 = cust1.format(d, res3, pos3); in TestAPI()
156 logln("" + d + " formatted to " + res3); in TestAPI()
DIntlTestDecimalFormatAPIC.java83 StringBuffer res3 = new StringBuffer(); in TestAPI() local
96 res3 = cust1.format(d, res3, pos3); in TestAPI()
97 logln("" + Double.toString(d) + " formatted to " + res3); in TestAPI()
/external/llvm/test/CodeGen/SystemZ/
Dasm-18.ll372 %res3 = call i32 asm "stepc $0, $1", "=h,h"(i32 %or2)
373 %or3 = or i32 %res3, 12345678
393 %res3 = call i32 asm "stepc $0, $1", "=r,r"(i32 %or2)
394 %or3 = or i32 %res3, 12345678
414 %res3 = call i32 asm "stepc $0, $1", "=h,h"(i32 %xor2)
415 %xor3 = xor i32 %res3, 12345678
435 %res3 = call i32 asm "stepc $0, $1", "=r,r"(i32 %xor2)
436 %xor3 = xor i32 %res3, 12345678
456 %res3 = call i32 asm "stepc $0, $1", "=h,h"(i32 %and2)
457 %and3 = and i32 %res3, 12345678
[all …]
/external/llvm/test/CodeGen/X86/
Davx512bw-intrinsics.ll79 %res3 = call i64 @llvm.x86.avx512.mask.cmp.b.512(<64 x i8> %a0, <64 x i8> %a1, i8 3, i64 -1)
80 %vec3 = insertelement <8 x i64> %vec2, i64 %res3, i32 3
108 %res3 = call i64 @llvm.x86.avx512.mask.cmp.b.512(<64 x i8> %a0, <64 x i8> %a1, i8 3, i64 %mask)
109 %vec3 = insertelement <8 x i64> %vec2, i64 %res3, i32 3
139 %res3 = call i64 @llvm.x86.avx512.mask.ucmp.b.512(<64 x i8> %a0, <64 x i8> %a1, i8 3, i64 -1)
140 %vec3 = insertelement <8 x i64> %vec2, i64 %res3, i32 3
168 %res3 = call i64 @llvm.x86.avx512.mask.ucmp.b.512(<64 x i8> %a0, <64 x i8> %a1, i8 3, i64 %mask)
169 %vec3 = insertelement <8 x i64> %vec2, i64 %res3, i32 3
199 %res3 = call i32 @llvm.x86.avx512.mask.cmp.w.512(<32 x i16> %a0, <32 x i16> %a1, i8 3, i32 -1)
200 %vec3 = insertelement <8 x i32> %vec2, i32 %res3, i32 3
[all …]
Davx512vl-intrinsics.ll81 %res3 = call i8 @llvm.x86.avx512.mask.cmp.d.256(<8 x i32> %a0, <8 x i32> %a1, i8 3, i8 -1)
82 %vec3 = insertelement <8 x i8> %vec2, i8 %res3, i32 3
110 %res3 = call i8 @llvm.x86.avx512.mask.cmp.d.256(<8 x i32> %a0, <8 x i32> %a1, i8 3, i8 %mask)
111 %vec3 = insertelement <8 x i8> %vec2, i8 %res3, i32 3
141 %res3 = call i8 @llvm.x86.avx512.mask.ucmp.d.256(<8 x i32> %a0, <8 x i32> %a1, i8 3, i8 -1)
142 %vec3 = insertelement <8 x i8> %vec2, i8 %res3, i32 3
170 %res3 = call i8 @llvm.x86.avx512.mask.ucmp.d.256(<8 x i32> %a0, <8 x i32> %a1, i8 3, i8 %mask)
171 %vec3 = insertelement <8 x i8> %vec2, i8 %res3, i32 3
201 %res3 = call i8 @llvm.x86.avx512.mask.cmp.q.256(<4 x i64> %a0, <4 x i64> %a1, i8 3, i8 -1)
202 %vec3 = insertelement <8 x i8> %vec2, i8 %res3, i32 3
[all …]
Davx512bwvl-intrinsics.ll81 %res3 = call i32 @llvm.x86.avx512.mask.cmp.b.256(<32 x i8> %a0, <32 x i8> %a1, i8 3, i32 -1)
82 %vec3 = insertelement <8 x i32> %vec2, i32 %res3, i32 3
110 %res3 = call i32 @llvm.x86.avx512.mask.cmp.b.256(<32 x i8> %a0, <32 x i8> %a1, i8 3, i32 %mask)
111 %vec3 = insertelement <8 x i32> %vec2, i32 %res3, i32 3
141 %res3 = call i32 @llvm.x86.avx512.mask.ucmp.b.256(<32 x i8> %a0, <32 x i8> %a1, i8 3, i32 -1)
142 %vec3 = insertelement <8 x i32> %vec2, i32 %res3, i32 3
170 %res3 = call i32 @llvm.x86.avx512.mask.ucmp.b.256(<32 x i8> %a0, <32 x i8> %a1, i8 3, i32 %mask)
171 %vec3 = insertelement <8 x i32> %vec2, i32 %res3, i32 3
201 %res3 = call i16 @llvm.x86.avx512.mask.cmp.w.256(<16 x i16> %a0, <16 x i16> %a1, i8 3, i16 -1)
202 %vec3 = insertelement <8 x i16> %vec2, i16 %res3, i32 3
[all …]
/external/clang/test/CodeGenOpenCL/
Dspir32_target.cl14 int res3[sizeof(arg) == 4 ? 1 : -1];
Dspir64_target.cl14 int res3[sizeof(arg) == 8 ? 1 : -1];
/external/llvm/test/CodeGen/R600/
Dfetch-limits.r600.ll24 %res3 = call <4 x float> @llvm.AMDGPU.tex(<4 x float> %3, i32 0, i32 0, i32 1)
31 %b = fadd <4 x float> %res2, %res3
Dllvm.AMDGPU.tex.ll24 %res3 = call <4 x float> @llvm.AMDGPU.tex(<4 x float> %res2, i32 0, i32 0, i32 3)
25 %res4 = call <4 x float> @llvm.AMDGPU.tex(<4 x float> %res3, i32 0, i32 0, i32 4)
/external/deqp/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp824 const deUint16 res3 = (deUint8)((res >> 24) & 0xff); in iterate() local
828 const int diff3 = de::abs((int)ref3 - (int)res3); in iterate()
920 const float res3 = outputs[valNdx].w(); in iterate() local
925 const deUint32 diff3 = getUlpDiff(ref3, res3); in iterate()
934 …HexFloat(res0) << ", " << HexFloat(res1) << ", " << HexFloat(res2) << ", " << HexFloat(res3) << ")" in iterate()
1033 const deUint16 res3 = (deUint8)((res >> 24) & 0xff); in iterate() local
1037 const int diff3 = de::abs((int)ref3 - (int)res3); in iterate()
1129 const float res3 = outputs[valNdx].w(); in iterate() local
1134 const deUint32 diff3 = getUlpDiff(ref3, res3); in iterate()
1143 …HexFloat(res0) << ", " << HexFloat(res1) << ", " << HexFloat(res2) << ", " << HexFloat(res3) << ")" in iterate()
/external/clang/test/SemaCXX/
Daltivec.cpp22 int res3[vec_step(vsc) == 16 ? 1 : -1]; in test_vec_step() local

12