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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
struct.s 1 .globl w1
6 w1: .short 0 label
  /art/runtime/interpreter/mterp/arm64/
fbinop.S 10 lsr w1, w0, #8 // r2<- CC
12 GET_VREG s1, w1
15 lsr w1, wINST, #8 // r1<- AA
18 SET_VREG s0, w1
op_const_4.S 2 sbfx w1, wINST, #12, #4 // w1<- sssssssB
6 SET_VREG w1, w0 // fp[A]<- w1
op_const_wide_high16.S 3 lsr w1, wINST, #8 // w1<- AA
6 SET_VREG_WIDE x0, w1
op_goto_32.S 14 FETCH w1, 2 // w1<- AAAA (hi)
15 orr wINST, w0, w1, lsl #16 // wINST<- AAAAaaaa
op_throw.S 7 GET_VREG w1, w2 // r1<- vAA (exception object)
8 cbz w1, common_errNullObject
shiftWide2addr.S 6 lsr w1, wINST, #12 // w1<- B
8 GET_VREG w1, w1 // x1<- vB
op_const.S 4 FETCH w1, 2 // w1<- BBBB (high
6 orr w0, w0, w1, lsl #16 // w0<- BBBBbbbb
op_move_16.S 4 FETCH w1, 2 // w1<- BBBB
7 GET_VREG w2, w1 // w2<- fp[BBBB]
op_move_from16.S 4 FETCH w1, 1 // r1<- BBBB
7 GET_VREG w2, w1 // r2<- fp[BBBB]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
rm-simd-ext.s 25 add w1, w1, w3
28 orr w1, w1, w3
reloc-dtprel_hi12-ilp32.s 5 add w1, w26, #:dtprel_hi12:x
addsub.d 8 0: 0b0100f0 add w16, w7, w1
9 4: 0b2100f0 add w16, w7, w1, uxtb
10 8: 0b2100f0 add w16, w7, w1, uxtb
11 c: 0b2104f0 add w16, w7, w1, uxtb #1
12 10: 0b2108f0 add w16, w7, w1, uxtb #2
13 14: 0b210cf0 add w16, w7, w1, uxtb #3
14 18: 0b2110f0 add w16, w7, w1, uxtb #4
15 1c: 0b2120f0 add w16, w7, w1, uxth
16 20: 0b2120f0 add w16, w7, w1, uxth
17 24: 0b2124f0 add w16, w7, w1, uxth #
    [all...]
ldst-exclusive.d 8 0: 080f7ce1 stxrb w15, w1, \[x7\]
9 4: 080f7ce1 stxrb w15, w1, \[x7\]
10 8: 080f7ce1 stxrb w15, w1, \[x7\]
11 c: 480f7ce1 stxrh w15, w1, \[x7\]
12 10: 480f7ce1 stxrh w15, w1, \[x7\]
13 14: 480f7ce1 stxrh w15, w1, \[x7\]
14 18: 880f7ce1 stxr w15, w1, \[x7\]
15 1c: 880f7ce1 stxr w15, w1, \[x7\]
16 20: 880f7ce1 stxr w15, w1, \[x7\]
20 30: 085f7ce1 ldxrb w1, \[x7\
    [all...]
symbol.d 8 0: b9400401 ldr w1, \[x0,#4\]
9 4: b9400401 ldr w1, \[x0,#4\]
10 8: b9401001 ldr w1, \[x0,#16\]
11 c: b9401001 ldr w1, \[x0,#16\]
reloc-tlsldm-page-ilp32-1.s 4 add w1, w2, w3
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
struct.s 1 .globl w1, w2, w3, l1, l2
5 w1: .short 0 label
  /external/llvm/test/MC/AArch64/
alias-logicalimm.s 8 // CHECK: and w0, w1, #0xfffffffd
9 // CHECK: and w0, w1, #0xfffffffd
10 and w0, w1, #~2
11 bic w0, w1, #2
18 // CHECK: ands w0, w1, #0xfffffffd
19 // CHECK: ands w0, w1, #0xfffffffd
20 ands w0, w1, #~2
21 bics w0, w1, #2
28 // CHECK: orr w2, w1, #0xfffffffc
29 // CHECK: orr w2, w1, #0xfffffff
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 25 const std::weak_ptr<int> w1(p1);
28 assert(!w1.owner_before(w2));
29 assert(!w2.owner_before(w1));
30 assert(w1.owner_before(w3) || w3.owner_before(w1));
31 assert(w3.owner_before(w1) == w3.owner_before(w2));
32 ASSERT_NOEXCEPT(w1.owner_before(w2));
not_less_than.fail.cpp 23 const std::weak_ptr<int> w1(p1);
26 bool b = w1 < w2;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 25 const std::weak_ptr<int> w1(p1);
28 assert(!w1.owner_before(w2));
29 assert(!w2.owner_before(w1));
30 assert(w1.owner_before(w3) || w3.owner_before(w1));
31 assert(w3.owner_before(w1) == w3.owner_before(w2));
33 LIBCPP_ASSERT_NOEXCEPT(w1.owner_before(w2));
not_less_than.fail.cpp 23 const std::weak_ptr<int> w1(p1);
26 bool b = w1 < w2;
  /external/valgrind/none/tests/amd64/
bmi.c 858 ULong w1, w2; local
860 w1 = 0xFEDC192837475675ULL;
865 do_andn64(&flags, &res, w1, w2);
866 printf("andn64 %016llx %016llx -> %016llx %04x\n", w1, w2, res, flags);
867 if (w1 == 0) break;
868 w1 = ((w1 >> 2) | (w1 >> 1)) + (w1 / 17ULL);
872 w1 = 0xFEDC192837475675ULL
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
reset.pass.cpp 34 std::weak_ptr<A> w1(p1);
35 assert(w1.use_count() == 1);
36 w1.reset();
37 assert(w1.use_count() == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
reset.pass.cpp 34 std::weak_ptr<A> w1(p1);
35 assert(w1.use_count() == 1);
36 w1.reset();
37 assert(w1.use_count() == 0);

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011>>