Home
last modified time | relevance | path

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

12

/external/llvm/test/Bitcode/
DbinaryIntInstructions.3.2.ll15 ; CHECK-NEXT: %res3 = add i16 %x3, %x3
16 %res3 = add i16 %x3, %x3
44 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i8> %x3, %x3
45 %res3 = add nuw nsw <4 x i8> %x3, %x3
64 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i16> %x3, %x3
65 %res3 = add nuw nsw <4 x i16> %x3, %x3
84 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i32> %x3, %x3
85 %res3 = add nuw nsw <4 x i32> %x3, %x3
104 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i64> %x3, %x3
105 %res3 = add nuw nsw <4 x i64> %x3, %x3
[all …]
DbinaryFloatInstructions.3.2.ll15 ; CHECK-NEXT: %res3 = fadd half %x3, %x3
16 %res3 = fadd half %x3, %x3
38 ; CHECK-NEXT: %res3 = fadd <4 x float> %x3, %x3
39 %res3 = fadd <4 x float> %x3, %x3
58 ; CHECK-NEXT: %res3 = fadd <4 x double> %x3, %x3
59 %res3 = fadd <4 x double> %x3, %x3
78 ; CHECK-NEXT: %res3 = fadd <4 x half> %x3, %x3
79 %res3 = fadd <4 x half> %x3, %x3
DmiscInstructions.3.2.ll15 ; CHECK-NEXT: %res3 = icmp ugt i32 %x1, %x2
16 %res3 = icmp ugt i32 %x1, %x2
57 ; CHECK-NEXT: %res3 = fcmp ugt float %x1, %x2
58 %res3 = fcmp ugt float %x1, %x2
116 ; CHECK-NEXT: %res3 = call i32 (i8*, ...)* @printf(i8* %msg, i32 12, i8 42)
117 %res3 = call i32 (i8*, ...)* @printf(i8* %msg, i32 12, i8 42)
DaggregateInstructions.3.2.ll15 ; CHECK-NEXT: %res3 = extractvalue [4 x [4 x i8]] %x2, 0, 1
16 %res3 = extractvalue [4 x [4 x i8 ]] %x2, 0, 1
DmemInstructions.3.2.ll15 ; CHECK-NEXT: %res3 = alloca i8, i32 2, align 4
16 %res3 = alloca i8, i32 2, align 4
35 ; CHECK-NEXT: %res3 = load i8* %ptr1, align 1
36 %res3 = load i8* %ptr1, align 1
91 ; CHECK-NEXT: %res3 = load atomic i8* %ptr1 acquire, align 1
92 %res3 = load atomic i8* %ptr1 acquire, align 1
235 ; CHECK-NEXT: %res3 = extractvalue { i32, i1 } [[TMP]], 0
236 %res3 = cmpxchg i32* %ptr, i32 %cmp, i32 %new singlethread monotonic monotonic
321 ; CHECK-NEXT: %res3 = getelementptr <4 x i8*> %ptrs, <4 x i64> %offsets
322 %res3 = getelementptr <4 x i8*> %ptrs, <4 x i64> %offsets
DbitwiseInstructions.3.2.ll15 ; CHECK: %res3 = shl nsw i8 %x1, %x1
16 %res3 = shl nsw i8 %x1, %x1
Dptest-new.ll10 %res3 = call i32 @llvm.x86.sse41.ptestnzc(<2 x i64> %bar, <2 x i64> %bar)
/external/valgrind/main/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/chromium_org/third_party/icu/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()
Ddcfmapts.cpp136 UnicodeString res1, res2, res3, res4; in testAPI() local
146 res3 = cust1.format(fD, res3, pos3, status); in testAPI()
150 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res3); in testAPI()
/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/chromium_org/third_party/libvpx/source/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/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/qemu/distrib/sdl-1.2.15/src/audio/mint/
DSDL_mintaudio_mcsn.h45 unsigned long res3; member
/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/clang/test/CodeGenOpenCL/
Dspir32_target.cl14 int res3[sizeof(arg) == 4 ? 1 : -1];
Dspir64_target.cl14 int res3[sizeof(arg) == 8 ? 1 : -1];
/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
/external/clang/test/SemaOpenCL/
Dvec_step.cl18 int res3[vec_step(auto1) == 4 ? 1 : -1];
/external/llvm/test/CodeGen/ARM/
Dintrinsics-crypto.ll27 %res3 = call <4 x i32> @llvm.arm.neon.sha1m(<4 x i32> %res2, i32 %scalar, <4 x i32> %res1)
29 %res4 = call <4 x i32> @llvm.arm.neon.sha1p(<4 x i32> %res3, i32 %scalar, <4 x i32> %res1)

12