HomeSort by relevance Sort by last modified time
    Searched full:add (Results 126 - 150 of 46742) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
add.d 9 0: 00 84 00 40 40008400 add r0,r1,r2
10 4: 00 b8 4d 43 434db800 add gp,fp,sp
11 8: 00 3e af 43 43af3e00 add ilink1,ilink2,blink
12 c: 00 f8 1d 47 471df800 add r56,r59,lp_count
13 10: 00 fe 00 40 4000fe00 add r0,r1,0
14 14: 00 84 1f 40 401f8400 add r0,0,r2
15 18: 00 84 e0 47 47e08400 add 0,r1,r2
16 1c: ff ff 00 40 4000ffff add r0,r1,-1
17 20: ff 85 1f 40 401f85ff add r0,-1,r2
18 24: 00 84 e0 47 47e08400 add 0,r1,r
    [all...]
  /external/elfutils/tests/
testfile45.expect.bz2 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t03_add.s 7 add.b #0x12:8,r1h ;8112
8 add.b #0x12:8,@er1 ;7d108012
9 add.b #0x12:8,@(0x3:2,er1) ;017768188012
10 add.b #0x12:8,@er1+ ;01746c188012
11 add.b #0x12:8,@-er1 ;01776c188012
12 add.b #0x12:8,@+er1 ;01756c188012
13 add.b #0x12:8,@er1- ;01766c188012
14 add.b #0x12:8,@(0x1234:16,er1) ;01746e1812348012
15 add.b #0x12:8,@(0x12345678:32,er1) ;78146a28123456788012
16 add.b #0x12:8,@(0x1234:16,r2l.b) ;01756e2812348012
    [all...]
addsubh.s 4 add.b #16,r1l
5 add.b r1h,r1l
6 add.w #32,r1
7 add.w r1,r2
8 add.l #64,er1
9 add.l er1,er2
addsubs.s 4 add.b #16,r1l
5 add.b r1h,r1l
6 add.w #32,r1
7 add.w r1,r2
8 add.l #64,er1
9 add.l er1,er2
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderVersion.cpp 55 m_ecBlocks.Add(ecBlocks1);
56 m_ecBlocks.Add(ecBlocks2);
57 m_ecBlocks.Add(ecBlocks3);
58 m_ecBlocks.Add(ecBlocks4);
71 m_alignmentPatternCenters.Add(6);
72 m_alignmentPatternCenters.Add(18);
75 m_alignmentPatternCenters.Add(6);
76 m_alignmentPatternCenters.Add(22);
79 m_alignmentPatternCenters.Add(6);
80 m_alignmentPatternCenters.Add(26);
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
flt-preinc.ll 9 %add.ptr = getelementptr inbounds float, float* %i, i64 %idx.ext
10 %0 = load float, float* %add.ptr, align 4
11 %add.ptr.sum = add nsw i64 %idx.ext, 1
12 %add.ptr3 = getelementptr inbounds float, float* %i, i64 %add.ptr.sum
13 %1 = load float, float* %add.ptr3, align 4
14 %add = fadd float %0, %1
15 ret float %add
26 %add.ptr = getelementptr inbounds double, double* %i, i64 %idx.ex
    [all...]
  /build/
CleanSpec.mk 17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
32 # the command and add it to the bottom of the list. E.g., if a change
35 # touch step and add it to the end of the list.
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS
    [all...]
  /external/llvm/test/Transforms/GVN/
pr12979.ll 5 ; CHECK: %add1 = add i32 %x, %y
6 ; CHECK: %foo = add i32 %add1, %add1
8 %add1 = add nsw i32 %x, %y
9 %add2 = add i32 %x, %y
10 %foo = add i32 %add1, %add2
16 ; CHECK: %add1 = add i32 %x, %y
17 ; CHECK: %foo = add i32 %add1, %add1
19 %add1 = add nuw i32 %x, %y
20 %add2 = add i32 %x, %y
21 %foo = add i32 %add1, %add
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/
ContentType.java 84 sSupportedContentTypes.add(TEXT_PLAIN);
85 sSupportedContentTypes.add(TEXT_HTML);
86 sSupportedContentTypes.add(TEXT_VCALENDAR);
87 sSupportedContentTypes.add(TEXT_VCARD);
89 sSupportedContentTypes.add(IMAGE_JPEG);
90 sSupportedContentTypes.add(IMAGE_GIF);
91 sSupportedContentTypes.add(IMAGE_WBMP);
92 sSupportedContentTypes.add(IMAGE_PNG);
93 sSupportedContentTypes.add(IMAGE_JPG);
94 sSupportedContentTypes.add(IMAGE_X_MS_BMP)
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
ContentType.java 84 sSupportedContentTypes.add(TEXT_PLAIN);
85 sSupportedContentTypes.add(TEXT_HTML);
86 sSupportedContentTypes.add(TEXT_VCALENDAR);
87 sSupportedContentTypes.add(TEXT_VCARD);
89 sSupportedContentTypes.add(IMAGE_JPEG);
90 sSupportedContentTypes.add(IMAGE_GIF);
91 sSupportedContentTypes.add(IMAGE_WBMP);
92 sSupportedContentTypes.add(IMAGE_PNG);
93 sSupportedContentTypes.add(IMAGE_JPG);
94 sSupportedContentTypes.add(IMAGE_X_MS_BMP)
    [all...]
  /external/llvm/test/CodeGen/X86/
add_shl_constant.ll 7 %add.0 = add i32 %x, 123
8 %shl = shl i32 %add.0, 3
9 %add.1 = add i32 %shl, %y
10 ret i32 %add.1
17 %add.0 = add i32 %x, 123
18 %shl = shl i32 %add.0, 3
19 %add.1 = add i32 %y, %sh
    [all...]
  /external/llvm/test/Transforms/Inline/
inline_returns_twice.ll 11 %add = add nsw i32 1, %call
12 ret i32 %add
20 %add = add nsw i32 1, %call
21 ret i32 %add
27 %add = add nsw i32 1, %call
28 ret i32 %add
36 %add = add nsw i32 1, %cal
    [all...]
  /external/llvm/test/Transforms/NaryReassociate/
pr24301.ll 6 %tmp5 = add i32 %tmp4, 8
7 %tmp13 = add i32 %tmp4, -128 ; deleted
8 %tmp14 = add i32 %tmp13, 8 ; => %tmp5 + -128
9 %tmp21 = add i32 119, %tmp4
11 %tmp23 = add i32 %tmp21, -128
12 ; CHECK: %tmp23 = add i32 %tmp21, -128
  /external/v8/test/mjsunit/
unbox-double-field-indexed.js 14 function add(a, b) { function
19 assertEquals(3.5, add(f, g));
20 assertEquals(3.5, add(g, f));
21 %OptimizeFunctionOnNextCall(add);
22 assertEquals(3.5, add(f, g));
23 assertEquals(3.5, add(g, f));
unbox-double-field.js 14 function add(a, b) { function
18 assertEquals(3.5, add(f, g));
19 assertEquals(3.5, add(g, f));
20 %OptimizeFunctionOnNextCall(add);
21 assertEquals(3.5, add(f, g));
22 assertEquals(3.5, add(g, f));
unbox-smi-field-indexed.js 14 function add(a, b) { function
19 assertEquals(3, add(f, g));
20 assertEquals(3, add(g, f));
21 %OptimizeFunctionOnNextCall(add);
22 assertEquals(3, add(f, g));
23 assertEquals(3, add(g, f));
unbox-smi-field.js 14 function add(a, b) { function
18 assertEquals(3, add(f, g));
19 assertEquals(3, add(g, f));
20 %OptimizeFunctionOnNextCall(add);
21 assertEquals(3, add(f, g));
22 assertEquals(3, add(g, f));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
binop-segref.s 37 add.b back_ref_data_fortytwo-back_ref_data_zero,r5
38 add.b forw_ref_data_fortytwo-forw_ref_data_zero,r5
39 add.b back_ref_text_fortytwo-back_ref_text_zero,r5
40 add.b forw_ref_text_fortytwo-forw_ref_text_zero,r5
42 add.w back_ref_data_fortytwo-back_ref_data_zero,r5
43 add.w forw_ref_data_fortytwo-forw_ref_data_zero,r5
44 add.w back_ref_text_fortytwo-back_ref_text_zero,r5
45 add.w forw_ref_text_fortytwo-forw_ref_text_zero,r5
47 add.w back_ref_data_three2767-back_ref_data_zero,r5
48 add.w forw_ref_data_three2767-forw_ref_data_zero,r
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
resource-func-unit-2.s 5 add .L1 a1,a2,a3
7 || [b1] add .L1 a1,a2,a3
11 add .L2 b1,b2,b3
13 || [b1] add .L2 b1,b2,b3
17 || [!b1] add .L1 a4,a5,a6
19 || [!b1] add .L2 b4,b5,b6
  /external/boringssl/win-x86/crypto/md5/
md5-586.asm 29 add ecx,esi
46 add eax,edi
50 add eax,ebx
56 add edx,edi
60 add edx,eax
66 add ecx,edi
70 add ecx,edx
76 add ebx,edi
80 add ebx,ecx
86 add eax,ed
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.s 4 add edx,ecx label
5 add edx,r9d label
6 add r10d,ecx label
7 add rdx,rcx label
8 add r10,r9 label
9 add r8d,eax label
10 add r8w,ax label
11 add r8,rax label
12 add eax,0x44332211 label
13 add rax,0xfffffffff433221 label
14 add ax,0x4433 label
15 add rax,0x44332211 label
16 add dl,cl label
17 add bh,dh label
18 add dil,sil label
19 add r15b,sil label
20 add dil,r14b label
21 add r15b,r14b label
45 add eax,[rax] label
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86_64.s 4 add edx,ecx label
5 add edx,r9d label
6 add r10d,ecx label
7 add rdx,rcx label
8 add r10,r9 label
9 add r8d,eax label
10 add r8w,ax label
11 add r8,rax label
12 add eax,0x44332211 label
13 add rax,0xfffffffff433221 label
14 add ax,0x4433 label
15 add rax,0x44332211 label
16 add dl,cl label
17 add bh,dh label
18 add dil,sil label
19 add r15b,sil label
20 add dil,r14b label
21 add r15b,r14b label
45 add eax,[rax] label
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
arith.s 4 add a,a
5 add a,b
6 add a,c
7 add a,d
8 add a,e
9 add a,h
10 add a,l
11 add a,(hl)
12 add a,(ix+5)
13 add a,(iy+5
    [all...]
  /cts/tools/dex-tools/
TODO.txt 3 Add more complex tests
5 Add support for big endian encoded files

Completed in 1813 milliseconds

1 2 3 4 56 7 8 91011>>