Searched refs:w3 (Results 1 - 25 of 104) sorted by relevance

12345

/external/llvm/test/MC/AArch64/
H A Delf-reloc-tstb.s5 tbnz w3, #15, somewhere
H A Delf-reloc-ldrlit.s5 ldr w3, some_label
H A Darm64-arithmetic-encoding.s8 adc w1, w2, w3
10 adcs w5, w4, w3
13 ; CHECK: adc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x1a]
15 ; CHECK: adcs w5, w4, w3 ; encoding: [0x85,0x00,0x03,0x3a]
18 sbc w1, w2, w3
20 sbcs w1, w2, w3
23 ; CHECK: sbc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x5a]
25 ; CHECK: sbcs w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x7a]
32 add w3, w4, #1024
33 add w3, w
[all...]
H A Darm64-logical-encoding.s50 and w1, w2, w3
52 and w1, w2, w3, lsl #2
54 and w1, w2, w3, lsr #2
56 and w1, w2, w3, asr #2
58 and w1, w2, w3, ror #2
61 ; CHECK: and w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x0a]
63 ; CHECK: and w1, w2, w3, lsl #2 ; encoding: [0x41,0x08,0x03,0x0a]
65 ; CHECK: and w1, w2, w3, lsr #2 ; encoding: [0x41,0x08,0x43,0x0a]
67 ; CHECK: and w1, w2, w3, asr #2 ; encoding: [0x41,0x08,0x83,0x0a]
69 ; CHECK: and w1, w2, w3, ro
[all...]
H A Darm64-large-relocs.s5 movk w3, #:abs_g0_nc:sym
8 // CHECK: movk w3, #:abs_g0_nc:sym // encoding: [0bAAA00011,A,0b100AAAAA,0x72]
H A Darm64-basic-a64-instructions.s9 crc32cw wzr, w3, w5
17 // CHECK: crc32cw wzr, w3, w5 // encoding: [0x7f,0x58,0xc5,0x1a]
H A Dbasic-a64-diagnostics.s97 add w2, w3, #0x1, lsl #1
102 // CHECK-ERROR-NEXT: add w2, w3, #0x1, lsl #1
197 add w1, w2, w3, lsl #-1
198 add w1, w2, w3, lsl #32
199 add w1, w2, w3, lsr #-1
200 add w1, w2, w3, lsr #32
201 add w1, w2, w3, asr #-1
202 add w1, w2, w3, asr #32
210 // CHECK-ERROR-NEXT: add w1, w2, w3, lsl #-1
213 // CHECK-ERROR-NEXT: add w1, w2, w3, ls
[all...]
H A Darm64-optional-hash.s26 ; CHECK: ldnp w3, w2, [x15, #16] ; encoding: [0xe3,0x09,0x42,0x28]
27 ldnp w3, w2, [x15, 16]
H A Darm64-diags.s27 ldp w3, w4, [x5, #11]!
30 ldp w3, w4, [x5], #11
55 ; CHECK-ERRORS: ldp w3, w4, [x5, #11]!
64 ; CHECK-ERRORS: ldp w3, w4, [x5], #11
77 ldrb w1, [x3, w3, sxtw #4]
78 ldrh w1, [x3, w3, sxtw #4]
79 ldr w1, [x3, w3, sxtw #4]
80 ldr x1, [x3, w3, sxtw #4]
81 ldr b1, [x3, w3, sxtw #4]
82 ldr h1, [x3, w3, sxt
[all...]
H A Darm64-memory.s19 ldrb w3, [x2, "+[Test method].var"@PAGEOFF]
23 ldrsh w3, [sp, #32]
54 ; CHECK: ldrb w3, [x2, "+[Test method].var"@PAGEOFF] ; encoding: [0x43,0bAAAAAA00,0b01AAAAAA,0x39]
58 ; CHECK: ldrsh w3, [sp, #32] ; encoding: [0xe3,0x43,0xc0,0x79]
120 ldursh w3, [sp, #32]
135 ; CHECK: ldursh w3, [sp, #32] ; encoding: [0xe3,0x03,0xc2,0x78]
173 ldtr w3, [x4, #16]
175 ldtrb w3, [x4, #16]
178 ldtrh w3, [x4, #16]
179 ldtrsh w3, [s
[all...]
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Downer_before_weak_ptr.pass.cpp26 const std::weak_ptr<int> w3(p3);
29 assert(w1.owner_before(w3) || w3.owner_before(w1));
30 assert(w3.owner_before(w1) == w3.owner_before(w2));
H A Downer_before_shared_ptr.pass.cpp26 const std::weak_ptr<int> w3(p3);
29 assert(w1.owner_before(p3) || w3.owner_before(p1));
30 assert(w3.owner_before(p1) == w3.owner_before(p2));
/external/linux-tools-perf/perf-3.12.0/arch/arm64/lib/
H A Dmemcpy.S40 ldr w3, [x1], #4
42 str w3, [x4], #4
45 ldrh w3, [x1], #2
47 strh w3, [x4], #2
50 ldrb w3, [x1]
51 strb w3, [x4]
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A Downer_less.pass.cpp44 const std::weak_ptr<int> w3(p3);
57 assert(cs(p1, w3) || cs(p3, w1));
66 assert(cs(w1, w3) || cs(w3, w1));
67 assert(cs(w3, w1) == cs(w3, w2));
71 assert(cs(w1, p3) || cs(w3, p1));
72 assert(cs(w3, p1) == cs(w3, p2));
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
H A Downer_before_weak_ptr.pass.cpp26 const std::weak_ptr<int> w3(p3);
29 assert(p1.owner_before(w3) || p3.owner_before(w1));
/external/openfst/src/test/
H A Dweight-tester.h44 Weight w3 = weight_generator_(); local
49 VLOG(1) << "w3 = " << w3;
51 TestSemiring(w1, w2, w3);
55 TestEquality(w1, w2, w3);
66 void TestSemiring(Weight w1, Weight w2, Weight w3) { argument
72 CHECK(ApproxEqual(Plus(w1, Plus(w2, w3)), Plus(Plus(w1, w2), w3))); local
73 CHECK(ApproxEqual(Times(w1, Times(w2, w3)), Times(Times(w1, w2), w3))); local
168 TestEquality(Weight w1, Weight w2, Weight w3) argument
[all...]
/external/chromium_org/ash/wm/
H A Dmru_window_tracker_unittest.cc39 scoped_ptr<aura::Window> w3(CreateWindow());
40 wm::ActivateWindow(w3.get());
48 EXPECT_EQ(w3.get(), window_list[2]);
56 scoped_ptr<aura::Window> w3(CreateWindow());
63 wm::ActivateWindow(w3.get());
76 EXPECT_EQ(w3.get(), window_list[1]);
/external/llvm/test/MC/Mips/msa/
H A Dtest_i8.s6 # CHECK: bseli.b $w29, $w3, 189 # encoding: [0x7a,0xbd,0x1f,0x41]
11 # CHECK: shf.w $w14, $w3, 93 # encoding: [0x7a,0x5d,0x1b,0x82]
17 bseli.b $w29, $w3, 189
22 shf.w $w14, $w3, 93
H A Dtest_elm_insve.s6 # CHECK: insve.d $w3[0], $w18[0] # encoding: [0x79,0x78,0x90,0xd9]
11 insve.d $w3[0], $w18[0]
/external/libunwind/src/hppa/
H A DGis_signal_frame.c33 unw_word_t w0, w1, w2, w3, ip; local
61 || (ret = (*a->access_mem) (as, ip + 12, &w3, 0, arg)) < 0)
67 && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_mips.c26 int32_t w1, w2, w3, w4, w5, gain32, sign32; local
70 "lwl %[w3], 11(%[out2_pos2]) \n\t"
74 "lwr %[w3], 8(%[out2_pos2]) \n\t"
79 "dpa.w.ph $ac0, %[w3], %[coef3] \n\t"
85 "lwl %[w3], 7(%[inputState]) \n\t"
90 "lwr %[w3], 4(%[inputState]) \n\t"
94 "swl %[w3], 9(%[inputState]) \n\t"
97 "swr %[w3], 6(%[inputState]) \n\t"
100 "dpa.w.ph $ac1, %[kDampF2], %[w3] \n\t"
121 : [w1] "=&r" (w1), [w2] "=&r" (w2), [w3] "
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc360 scoped_ptr<aura::Window> w3(CreatePanelWindow(odd_bounds));
363 EXPECT_NO_FATAL_FAILURE(IsPanelAboveLauncherIcon(w3.get()));
370 scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds));
373 EXPECT_TRUE(WindowIsAbove(w3.get(), w2.get()));
380 EXPECT_TRUE(WindowIsAbove(w2.get(), w3.get()));
384 EXPECT_TRUE(WindowIsAbove(w1.get(), w3.get()));
385 EXPECT_TRUE(WindowIsAbove(w2.get(), w3.get()));
388 wm::ActivateWindow(w3.get());
389 EXPECT_TRUE(WindowIsAbove(w3.get(), w2.get()));
401 scoped_ptr<aura::Window> w3(CreatePanelWindo
747 scoped_ptr<aura::Window> w3; local
[all...]
/external/vixl/examples/
H A Dsum-array.cc50 __ Ldrb(w3, MemOperand(x2, 1, PostIndex)); // w3 = *(x2++)
51 __ Add(w0, w0, w3);
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager_unittest.cc468 scoped_ptr<aura::Window> w3(CreateTestWindow(gfx::Rect(0, 0, 220, 310)));
469 DragToVerticalPositionAndToEdge(DOCKED_EDGE_RIGHT, w3.get(), 600);
478 EXPECT_EQ(w3->GetRootWindow()->bounds().right(),
479 w3->GetBoundsInScreen().right());
480 EXPECT_EQ(kShellWindowId_DockedContainer, w3->parent()->id());
488 int gap3 = w3->GetBoundsInScreen().y() - w2->GetBoundsInScreen().bottom();
489 int gap4 = work_area.bottom() - w3->GetBoundsInScreen().bottom();
506 EXPECT_EQ(work_area.bottom(), w3->GetBoundsInScreen().bottom());
512 gap3 = w3->GetBoundsInScreen().y() - w1->GetBoundsInScreen().bottom();
513 gap4 = work_area.bottom() - w3
[all...]
/external/clang/test/Analysis/inlining/
H A Dcontainers.cpp45 IteratorTypedefOnlySet &w3, IteratorUsingOnlySet &w4) {
65 clang_analyzer_eval(w3.start().impl == w3.start().impl);
44 testWrappers(BeginOnlySet &w1, IteratorStructOnlySet &w2, IteratorTypedefOnlySet &w3, IteratorUsingOnlySet &w4) argument

Completed in 478 milliseconds

12345