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

1 2 3 4 5 6 7 8

  /external/llvm/test/MC/AArch64/
elf-reloc-tstb.s 5 tbnz w3, #15, somewhere
elf-reloc-ldrlit.s 5 ldr w3, some_label
arm64-arithmetic-encoding.s 8 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, w4, #1024, lsl #
    [all...]
arm64-logical-encoding.s 50 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, ror #2 ; encoding: [0x41,0x08,0xc3,0x0a
    [all...]
arm64-large-relocs.s 5 movk w3, #:abs_g0_nc:sym
8 // CHECK: movk w3, #:abs_g0_nc:sym // encoding: [0bAAA00011,A,0b100AAAAA,0x72]
arm64-basic-a64-instructions.s 9 crc32cw wzr, w3, w5
17 // CHECK: crc32cw wzr, w3, w5 // encoding: [0x7f,0x58,0xc5,0x1a]
basic-a64-diagnostics.s 97 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, lsl #3
    [all...]
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 26 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));
owner_before_shared_ptr.pass.cpp 26 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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 26 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));
owner_before_shared_ptr.pass.cpp 26 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/
memcpy.S 40 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/
owner_less.pass.cpp 44 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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 44 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));
  /bionic/libc/arch-arm64/bionic/
sigsetjmp.S 47 ldr w3, [x0]
48 cmp w2, w3
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_weak_ptr.pass.cpp 26 const std::weak_ptr<int> w3(p3);
29 assert(p1.owner_before(w3) || p3.owner_before(w1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_weak_ptr.pass.cpp 26 const std::weak_ptr<int> w3(p3);
29 assert(p1.owner_before(w3) || p3.owner_before(w1));
  /external/openfst/src/test/
weight-tester.h 44 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) {
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
    [all...]
  /external/chromium_org/ash/wm/
mru_window_tracker_unittest.cc 39 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/
test_i8.s 6 # 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
test_elm_insve.s 6 # CHECK: insve.d $w3[0], $w18[0] # encoding: [0x79,0x78,0x90,0xd9]
11 insve.d $w3[0], $w18[0]
  /external/chromium_org/third_party/opus/src/celt/arm/
arm2gnu.pl 292 my $w3;
302 $w3 = $3;
310 "\t.byte\t0x".$w3.";".
317 "\t.byte\t0x".$w3.";".
  /external/libopus/celt/arm/
arm2gnu.pl 266 my $w3;
276 $w3 = $3;
284 "\t.byte\t0x".$w3.";".
291 "\t.byte\t0x".$w3.";".
  /external/libunwind/src/hppa/
Gis_signal_frame.c 33 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);
  /system/core/libpixelflinger/arch-arm64/
t32cb16blend.S 146 // w3: d
168 ldrh w3, [x0]
169 pixel w3, w4, w12, 0
181 orr w3, w4, w5
182 cbz w3, 7f
185 ldr w3, [x0, #-4]
187 pixel w3, w4, w12, 0
188 pixel w3, w5, w12, 1
197 orr w3, w4, w5
198 cbz w3, 7
    [all...]

Completed in 2250 milliseconds

1 2 3 4 5 6 7 8