HomeSort by relevance Sort by last modified time
    Searched refs:adds (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 35 adds x0, x0, #1
36 adds x0, x0, #1
37 adds x0, x0, #1
38 adds x0, x0, #1
41 adds x0, x0, #1
42 adds x0, x0, #1
50 adds x0, x0, #1
51 adds x0, x0, #1
52 adds x0, x0, #1
53 adds x0, x0, #
    [all...]
arm64-arithmetic-encoding.s 58 adds w3, w4, #1024
59 adds w3, w4, #1024, lsl #0
60 adds w3, w4, #1024, lsl #12
61 adds x3, x4, #1024
62 adds x3, x4, #1024, lsl #0
63 adds x3, x4, #1024, lsl #12
65 ; CHECK: adds w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x31]
66 ; CHECK: adds w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x31]
67 ; CHECK: adds w3, w4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0x31]
68 ; CHECK: adds x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xb1
    [all...]
  /external/llvm/test/MC/ARM/
ldr-pseudo.s 27 adds r0, r0, #1
28 adds r0, r0, #1
29 adds r0, r0, #1
30 adds r0, r0, #1
33 adds r0, r0, #1
34 adds r0, r0, #1
42 adds r0, r0, #1
43 adds r0, r0, #1
44 adds r0, r0, #1
45 adds r0, r0, #
    [all...]
ltorg-darwin.s 17 adds r0, r0, #1
18 adds r0, r0, #1
30 adds r0, r0, #1
31 adds r0, r0, #1
39 adds r0, r0, #1
40 adds r0, r0, #1
52 adds r0, r0, #1
53 adds r0, r0, #1
56 adds r0, r0, #1
68 adds r0, r0, #
    [all...]
ltorg.s 17 adds r0, r0, #1
18 adds r0, r0, #1
28 adds r0, r0, #1
29 adds r0, r0, #1
37 adds r0, r0, #1
38 adds r0, r0, #1
48 adds r0, r0, #1
49 adds r0, r0, #1
52 adds r0, r0, #1
62 adds r0, r0, #
    [all...]
ldr-pseudo-darwin.s 27 adds r0, r0, #1
28 adds r0, r0, #1
29 adds r0, r0, #1
30 adds r0, r0, #1
33 adds r0, r0, #1
34 adds r0, r0, #1
42 adds r0, r0, #1
43 adds r0, r0, #1
44 adds r0, r0, #1
45 adds r0, r0, #
    [all...]
mapping-within-section.s 10 adds r0, r0, r0
11 adds r0, r0, r0
17 adds r0, r0, r0
mode-switch.s 14 adds r0, r0, r1
15 @ CHECK: adds r0, r0, r1 @ encoding: [0x40,0x18]
23 adds r0, r0, r1
26 @ CHECK: adds r0, r0, r1 @ encoding: [0x40,0x18]
  /external/compiler-rt/lib/builtins/arm/
sync_fetch_and_add_8.S 18 adds rD_LO, rN_LO, rM_LO ; \
  /external/chromium_org/base/win/
scoped_comptr_unittest.cc 19 Dummy() : adds(0), releases(0) { }
20 void AddRef() { ++adds; }
23 int adds; member in struct:base::win::__anon7236::Dummy
88 EXPECT_EQ(p->adds, 1);
91 EXPECT_EQ(p->adds, 2);
94 EXPECT_EQ(p->adds, 3);
99 EXPECT_EQ(p->adds, 4);
103 EXPECT_EQ(p->adds, 4);
106 EXPECT_EQ(p->adds, 4);
  /external/linux-tools-perf/perf-3.12.0/arch/arm64/lib/
memcpy.S 38 2: adds x2, x2, #4
43 3: adds x2, x2, #2
48 4: adds x2, x2, #1
memset.S 41 2: adds x2, x2, #4
45 3: adds x2, x2, #2
49 4: adds x2, x2, #1
  /external/libunwind/src/ia64/
setjmp.S 39 adds r16 = JB_RP*8, r32
40 adds r17 = JB_BSP*8, r32
  /external/llvm/test/MC/MachO/ARM/
nop-thumb-padding.s 8 adds r0, r1, r2
10 adds r0, r1, r2
nop-thumb2-padding.s 8 adds r0, r1, r2
10 adds r0, r1, r2
  /external/linux-tools-perf/perf-3.12.0/arch/h8300/lib/
memcpy.S 32 adds #1,er1
33 adds #1,er0
39 adds #4,er4 ; loop count check value
46 adds #4,er0
47 adds #4,er1
58 adds #1,er1
59 adds #1,er0
memset.S 26 adds #1,er0
48 adds #4,er0
57 adds #1,er0
  /external/chromium_org/third_party/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java 50 final int adds = 3; local
57 for (int i = 0; i < adds; i++) {
65 return IntentServiceStub.getOnHandleIntentCalledCount() == adds;
72 return IntentServiceStub.getAccumulator() == adds * value;
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store.cc 24 // Find items matching between |subs| and |adds|, and remove them. To minimize
25 // copies, the inputs are processing in parallel, so |subs| and |adds| should be
32 void KnockoutSubs(SubsT* subs, AddsT* adds,
38 typename AddsT::iterator add_out = adds->begin();
46 typename AddsT::iterator add_iter = adds->begin();
49 while (add_iter != adds->end() && sub_iter != subs->end()) {
70 adds->erase(add_out, add_iter);
125 // processing to allow subs to knock out adds (and be removed) even
  /external/strace/
strace-log-merge 8 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
  /bionic/libc/kernel/tools/
utils.py 161 """determine changes, returns (adds, deletes, edits)"""
162 adds = set()
168 adds.add(dst)
176 return (adds, deletes, edits)
186 adds, deletes, edits = self.getChanges()
188 for dst in sorted(adds):
198 adds, deletes, edits = self.getChanges()
200 if adds:
201 for dst in sorted(adds):
203 commands.getoutput("git add " + " ".join(adds))
    [all...]
  /build/core/combo/arch/x86/
x86-atom.mk 3 # that adds Atom-specific features.
  /build/core/combo/arch/x86_64/
x86_64-atom.mk 3 # that adds Atom-specific features.

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 91011