HomeSort by relevance Sort by last modified time
    Searched full:val0 (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/llvm/test/CodeGen/AArch64/
logical-imm.ll 9 %val0 = and i32 %in32, 2863311530
10 store volatile i32 %val0, i32* @var32
31 %val0 = or i32 %in32, 2863311530
32 store volatile i32 %val0, i32* @var32
53 %val0 = xor i32 %in32, 2863311530
54 store volatile i32 %val0, i32* @var32
74 %val0 = add i32 %in32, 2863311530
75 store i32 %val0, i32* @var32
dp-3source.ll 3 define i32 @test_madd32(i32 %val0, i32 %val1, i32 %val2) {
6 %res = add i32 %val0, %mid
11 define i64 @test_madd64(i64 %val0, i64 %val1, i64 %val2) {
14 %res = add i64 %val0, %mid
19 define i32 @test_msub32(i32 %val0, i32 %val1, i32 %val2) {
22 %res = sub i32 %val0, %mid
27 define i64 @test_msub64(i64 %val0, i64 %val1, i64 %val2) {
30 %res = sub i64 %val0, %mid
func-argpassing.ll 38 %val0 = load i32* %addr0
41 store i32 %val0, i32* @var32
59 %val0 = load i32* %addr0
63 store i32 %val0, i32* @var32
163 define i32 @check_i128_regalign(i32 %val0, i128 %val1, i32 %val2) {
173 define void @check_i128_stackalign(i32 %val0, i32 %val1, i32 %val2, i32 %val3,
  /bionic/libc/bionic/
ether_aton.c 55 int i, val0, val1; local
57 val0 = xdigit(*asc);
59 if (val0 < 0)
67 addr->ether_addr_octet[i] = (u_int8_t)((val0 << 4) + val1);
  /external/llvm/test/CodeGen/NVPTX/
sched1.ll 15 %val0 = load i32* %ptr0
23 %t0 = add i32 %val0, %val1
sched2.ll 16 %val0 = load <2 x i32>* %ptr0
24 %t0 = add <2 x i32> %val0, %val1
  /external/opencv/cv/src/
cvfloodfill.cpp 102 int val0[] = {0,0,0}; local
112 val0[0] = img[L];
117 while( ++R < roi.width && img[R] == val0[0] )
120 while( --L >= 0 && img[L] == val0[0] )
126 ICV_SET_C3( val0, img + L*3 );
131 while( --L >= 0 && ICV_EQ_C3( img + L*3, val0 ))
134 while( ++R < roi.width && ICV_EQ_C3( img + R*3, val0 ))
177 if( (unsigned)i < (unsigned)roi.width && img[i] == val0[0] )
181 while( --j >= 0 && img[j] == val0[0] )
184 while( ++i < roi.width && img[i] == val0[0]
234 int val0[] = {0,0,0}; local
382 int sum[] = {0,0,0}, val0[] = {0,0,0}; local
688 double sum[] = {0,0,0}, val0[] = {0,0,0}; local
    [all...]
cvcalccontrasthistogram.cpp 123 int val0 = chdims[t + 128];
125 array[val0] += MIN( t - v1_r, v2_r - t );
126 n[val0]++;
137 int val0 = chdims[t + 128];
139 array[val0] += MIN( t - v1_d, v2_d - t );
140 n[val0]++;
243 int val0 = chdims[t + 128];
245 array[val0] += MIN( t - v1_r, v2_r - t );
246 n[val0]++;
261 int val0 = chdims[t + 128]
    [all...]
cvsurf.cpp 200 float val0 = hessian[j]; local
201 if( val0 > params->hessianThreshold )
220 if( val0 < hessian[0] || val0 < hessian[1] || val0 < hessian[2] ||
221 val0 < hessian[hcols_z] || val0 < hessian[hcols_z+1] ||
222 val0 < hessian[hcols_z+2] || val0 < hessian[hcols_z*2] ||
223 val0 < hessian[hcols_z*2+1] || val0 < hessian[hcols_z*2+2]
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 320 Value *Val0 = getRandomVal();
321 Value *Val1 = getRandomValue(Val0->getType());
324 if (Val0->getType()->isPointerTy() ||
329 if (Val0->getType()->getScalarSizeInBits() == 1)
333 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
355 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
420 Value *Val0 = getRandomVectorValue();
421 Value *V = ExtractElementInst::Create(Val0,
423 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()),
433 Value *Val0 = getRandomVectorValue()
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
spill-01.ll 46 %val0 = load i32 *%ptr0
56 store i32 %val0, i32 *%ptr0
84 %val0 = load i32 *%ptr0
96 store i32 %val0, i32 *%ptr0
126 %val0 = load i64 *%ptr0
138 store i64 %val0, i64 *%ptr0
172 %val0 = load float *%ptr0
185 store float %val0, float *%ptr0
216 %val0 = load double *%ptr0
229 store double %val0, double *%ptr
    [all...]
bswap-02.ll 107 %val0 = load volatile i32 *%ptr
124 %swapped0 = call i32 @llvm.bswap.i32(i32 %val0)
141 store volatile i32 %val0, i32 *%ptr
bswap-03.ll 107 %val0 = load volatile i64 *%ptr
124 %swapped0 = call i64 @llvm.bswap.i64(i64 %val0)
141 store volatile i64 %val0, i64 *%ptr
fp-conv-02.ll 79 %val0 = load volatile float *%ptr2
97 %ext0 = fpext float %val0 to double
115 store volatile float %val0, float *%ptr2
fp-conv-03.ll 97 %val0 = load volatile float *%ptr2
115 %ext0 = fpext float %val0 to fp128
133 store volatile float %val0, float *%ptr2
fp-conv-04.ll 97 %val0 = load volatile double *%ptr2
115 %ext0 = fpext double %val0 to fp128
133 store volatile double %val0, double *%ptr2
fp-sqrt-01.ll 81 %val0 = load volatile float *%ptr
99 %sqrt0 = call float @llvm.sqrt.f32(float %val0)
117 store volatile float %val0, float *%ptr
fp-sqrt-02.ll 81 %val0 = load volatile double *%ptr
99 %sqrt0 = call double @llvm.sqrt.f64(double %val0)
117 store volatile double %val0, double *%ptr
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp     [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 100 int val0[3]; local
107 val0[0] = img[seed.x*3];
108 val0[1] = img[seed.x*3 + 1];
109 val0[2] = img[seed.x*3 + 2];
111 while( DIFF( img + (R+1)*3, /*img + R*3*/val0 ) && !mask[R + 1] )
114 while( DIFF( img + (L-1)*3, /*img + L*3*/val0 ) && !mask[L - 1] )
152 if( !mask[i] && DIFF( img + i*3, /*img - curstep + i*3*/val0 ))
156 while( !mask[j - 1] && DIFF( img + (j - 1)*3, /*img + j*3*/val0 ))
160 (DIFF( img + (i+1)*3, /*img + i*3*/val0 ) ||
161 (DIFF( img + (i+1)*3, /*img + (i+1)*3 - curstep*/val0) && i < R))
    [all...]
camshift.cpp 122 int val0 = color_data[x*3]; local
125 if( m_min_ch_val[0] <= val0 && val0 <= m_max_ch_val[0] &&
132 planes[0][x] = (uchar)val0;
  /external/llvm/test/ExecutionEngine/
test-interp-vec-loadstore.ll 44 %val0 = load <4 x i32> *%a, align 16
47 %res_i32_0 = extractelement <4 x i32> %val0, i32 0
48 %res_i32_1 = extractelement <4 x i32> %val0, i32 1
49 %res_i32_2 = extractelement <4 x i32> %val0, i32 2
50 %res_i32_3 = extractelement <4 x i32> %val0, i32 3
  /external/llvm/test/CodeGen/SystemZ/Large/
spill-02.py 54 print ' %cond = icmp eq i64 %val0, %val1'
59 print ' store volatile i64 %val0, i64 *%ptr0'
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 78 const float *val0 = v0->data[attr]; local
83 newv[i] = val0[i] + t * (val1[i] - val0[i]);

Completed in 741 milliseconds

1 2 3 4