Searched refs:i7 (Results 1 - 20 of 20) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dregress-177883.js68 var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, d17 = 0.0, d18 = 0.0, i19 = 0, i20 = 0, i21 = 0, i22 = 0;
76 i7 = i4 + 8 | 0;
77 HEAPF32[i7 >> 2] = 0.0;
95 HEAPF32[i7 >> 2] = d18;
100 HEAPF32[i7 >> 2] = +HEAPF32[i14 >> 2];
107 HEAPF32[i7 >> 2] = d17;
114 HEAPF32[i7 >> 2] = d18;
121 HEAPF32[i7 >> 2] = d17;
126 HEAPF32[i7 >> 2] = +HEAPF32[i11 >> 2];
133 HEAPF32[i7 >>
[all...]
/external/clang/test/CodeGen/
H A Darm64-arguments.c297 int f38_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
299 // CHECK: define i32 @f38_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i64 %s1.coerce, i64 %s2.coerce)
308 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
350 int f39_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
352 // CHECK: define i32 @f39_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i128 %s1.coerce, i128 %s2.coerce)
361 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
405 int f40_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
407 // CHECK: define i32 @f40_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, [2 x i64] %s1.coerce, [2 x i64] %s2.coerce)
416 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
460 int f41_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, in argument
517 f42_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s42_no_align s1, s42_no_align s2) argument
574 f43_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s43_with_align s1, s43_with_align s2) argument
598 f40_split(int i, int i2, int i3, int i4, int i5, int i6, int i7, s40_no_align s1, s40_no_align s2) argument
610 f41_split(int i, int i2, int i3, int i4, int i5, int i6, int i7, s41_with_align s1, s41_with_align s2) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_short_fdct4x4_armv6.asm49 ldrd r8, r9, [r0] ; [i5 | i4] [i7 | i6]
57 ror r9, r9, #16 ; [i6 | i7]
59 qadd16 r6, r8, r9 ; [i5+i6 | i4+i7] = [b1 | a1] without shift
60 qsub16 r7, r8, r9 ; [i5-i6 | i4-i7] = [c1 | d1] without shift
68 smuad r9, r6, lr ; o4 = (i5+i6)*8 + (i4+i7)*8
69 smusd r8, r6, lr ; o6 = (i5+i6)*8 - (i4+i7)*8
186 ldr r9, [r1, #12] ; [i7 | i6]
192 qadd16 r5, r9, r2 ; b1 = [i7+i11 | i6+i10]
196 qsub16 r6, r9, r2 ; c1 = [i7-i11 | i6-i10]
/external/google-breakpad/src/processor/
H A Dstackwalker_selftest_sol.s87 mov %i7, %i4
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm181 %define i7 [spp + 2 * stride3]
206 movdqa xmm10, i7
222 movdqa xmm1, i7
230 movdqa xmm1, i7
235 movdqa i7, xmm1
340 %define i7 [rsp + 112]
429 movdqa i7, xmm5
519 punpcklqdq xmm5, i7
520 punpckhqdq xmm15, i7
529 movdqa i7, xmm1
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp54 i7 = itval, member in struct:C
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap_until.pass.cpp33 int i7[] = {0, 1, 1}; local
40 assert(std::is_heap_until(i7, i7+3) == i7+1);
H A Dis_heap.pass.cpp33 int i7[] = {0, 1, 1}; local
40 assert(std::is_heap(i7, i7+3) == (std::is_heap_until(i7, i7+3) == i7+3));
H A Dis_heap_until_comp.pass.cpp34 int i7[] = {0, 1, 1}; local
41 assert(std::is_heap_until(i7, i7+3, std::greater<int>()) == i7+3);
H A Dis_heap_comp.pass.cpp34 int i7[] = {0, 1, 1}; local
41 assert(std::is_heap(i7, i7+3, std::greater<int>()) == (std::is_heap_until(i7, i7+3, std::greater<int>()) == i7+3));
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Didct_v6.asm88 ldr r14,[r0, #(6*2)] ; i7 | i6
105 pkhtb r6, r12, r14, asr #16 ; i3 | i7
/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc156 int i7 = R.NewInstr(b2); local
171 CHECK_EQ(b2, R.code->GetBasicBlock(i7));
H A Dtest-run-machops.cc3562 Node* i7 = m.Int32Add(i5, i6); local
3564 m.Return(i7);
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js222 this.i7 = i;
/external/llvm/test/MC/Sparc/
H A Dsparc-ctrl-instructions.s277 ! CHECK: rett %i7+8 ! encoding: [0x81,0xcf,0xe0,0x08]
278 rett %i7 + 8
H A Dsparc64-ctrl-instructions.s1218 ! CHECK: rett %i7+8 ! encoding: [0x81,0xcf,0xe0,0x08]
1219 return %i7 + 8
/external/elfutils/src/tests/
H A Dfuncretval_test.c16 int i6; int i7; int i8; int i9; int i10; } large_struct2_t; member in struct:__anon4736
H A Drun-allregs.sh2379 31: %i7 (i7), signed 32 bits
2457 31: %i7 (i7), signed 64 bits
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java2015 int i7 = WELLFORMED;
2016 val = new Integer(i7);
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 5683 milliseconds