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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
v8-movwr-imm.d 3 #name: V8 mov/wr aliases
10 0: 83 80 00 10 wr %l0, %asr1
11 4: 81 80 00 10 wr %l0, %y
12 8: 81 88 00 10 wr %l0, %psr
13 c: 81 90 00 10 wr %l0, %wim
14 10: 81 98 00 10 wr %l0, %tbr
15 14: 83 80 00 00 wr %g0, %asr1
16 18: 81 80 00 00 wr %g0, %y
17 1c: 81 88 00 00 wr %g0, %psr
18 20: 81 90 00 00 wr %g0, %wi
    [all...]
wrasr.s 3 wr %g1, %g2, %pcr
4 wr %g1, 666, %pcr
5 wr 666, %g1, %pcr
6 wr %g1, %g2, %pic
7 wr %g1, 666, %pic
8 wr 666, %g1, %pic
9 wr %g1, %g2, %dcr
10 wr %g1, 666, %dcr
11 wr 666, %g1, %dcr
12 wr %g1, %g2, %gs
    [all...]
v8-movwr-imm.s 1 ! Make 'mov' and 'wr' aliases operate as per V8 SPARC Architecture Manual
4 ! wr Aliases
5 wr %l0,%asr1
6 wr %l0,%y
7 wr %l0,%psr
8 wr %l0,%wim
9 wr %l0,%tbr
10 wr %g0,%asr1
11 wr %g0,%y
12 wr %g0,%ps
    [all...]
wrasr.d 10 0: a1 80 40 02 wr %g1, %g2, %pcr
11 4: a1 80 62 9a wr %g1, 0x29a, %pcr
12 8: a1 80 62 9a wr %g1, 0x29a, %pcr
13 c: a3 80 40 02 wr %g1, %g2, %pic
14 10: a3 80 62 9a wr %g1, 0x29a, %pic
15 14: a3 80 62 9a wr %g1, 0x29a, %pic
16 18: a5 80 40 02 wr %g1, %g2, %dcr
17 1c: a5 80 62 9a wr %g1, 0x29a, %dcr
18 20: a5 80 62 9a wr %g1, 0x29a, %dcr
19 24: a7 80 40 02 wr %g1, %g2, %gs
    [all...]
pause.s 3 wr %g1, %g2, %pause
4 wr %o4, 0x234, %pause
mcdper.s 4 wr %g1, 0x3, %mcdper
5 wr %g1, %g2, %mcdper
cfr.s 3 wr %o1, %l6, %cfr
4 wr %g1, 0x234, %cfr
mcdper.d 11 4: 9d 80 60 03 wr %g1, 3, %mcdper
12 8: 9d 80 40 02 wr %g1, %g2, %mcdper
pause.d 10 0: b7 80 40 02 wr %g1, %g2, %pause
11 4: b7 83 22 34 wr %o4, 0x234, %pause
mwait.s 4 wr %g2, 0x3, %mwait
  /device/google/contexthub/firmware/os/platform/stm32/misc/
m3debug.script 30 wr sp 200000fc
31 wr psr 01000000
32 wr 200000fc be00be00
33 wr lr 200000fd
36 wr pc 20000100
46 wr r0 $1
47 wr r1 $flash-buffer
48 wr pc 20000104
49 wr lr 200000fd
  /external/skia/tests/
WindowRectanglesTest.cpp 28 GrWindowRectangles wr; local
30 REPORTER_ASSERT(reporter, wr.count() == i);
31 REPORTER_ASSERT(reporter, !memcmp(wr.data(), windowData, i * sizeof(SkIRect)));
33 GrWindowRectangles wr2(wr);
34 REPORTER_ASSERT(reporter, wr2 == wr);
35 REPORTER_ASSERT(reporter, wr2.count() == wr.count());
36 REPORTER_ASSERT(reporter, !memcmp(wr2.data(), wr.data(), i * sizeof(SkIRect)));
38 wr.addWindow(windowData[i]);
41 SkASSERT(wr.count() == GrWindowRectangles::kMaxWindows - 1);
43 GrWindowRectangles A(wr), B(wr)
    [all...]
  /external/skqp/tests/
WindowRectanglesTest.cpp 28 GrWindowRectangles wr; local
30 REPORTER_ASSERT(reporter, wr.count() == i);
31 REPORTER_ASSERT(reporter, !memcmp(wr.data(), windowData, i * sizeof(SkIRect)));
33 GrWindowRectangles wr2(wr);
34 REPORTER_ASSERT(reporter, wr2 == wr);
35 REPORTER_ASSERT(reporter, wr2.count() == wr.count());
36 REPORTER_ASSERT(reporter, !memcmp(wr2.data(), wr.data(), i * sizeof(SkIRect)));
38 wr.addWindow(windowData[i]);
41 SkASSERT(wr.count() == GrWindowRectangles::kMaxWindows - 1);
43 GrWindowRectangles A(wr), B(wr)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
breakpoint_test_arm64.c 42 static void child(int size, int wr)
44 volatile uint8_t *addr = &var[32 + wr];
121 static bool run_test(int wr_size, int wp_size, int wr, int wp)
134 child(wr_size, wr);
213 int wr, wp, size; local
223 for (wr = 0; wr <= 32; wr = wr + size) {
224 for (wp = wr - size; wp <= wr + size; wp = wp + size)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
WeakReferenceTest.java 39 WeakReference wr = new WeakReference(bool, rq); local
40 assertTrue("Initialization failed.", ((Boolean) wr.get())
63 WeakReference wr = new WeakReference(bool); local
66 assertTrue("Initialization failed.", ((Boolean) wr.get())
  /external/llvm/test/MC/Sparc/
sparc-special-registers.s 10 ! CHECK: wr %i0, 5, %y ! encoding: [0x81,0x86,0x20,0x05]
11 wr %i0, 5, %y
13 ! CHECK: wr %i0, %i1, %asr15 ! encoding: [0x9f,0x86,0x00,0x19]
14 wr %i0, %i1, %asr15
28 ! CHECK: wr %i0, 5, %psr ! encoding: [0x81,0x8e,0x20,0x05]
29 wr %i0, 5, %psr
31 ! CHECK: wr %i0, 5, %wim ! encoding: [0x81,0x96,0x20,0x05]
32 wr %i0, 5, %wim
34 ! CHECK: wr %i0, 5, %tbr ! encoding: [0x81,0x9e,0x20,0x05]
35 wr %i0, 5, %tb
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
weakref.py 8 # Naming convention: Variables named "wr" are weak reference objects;
48 def remove(wr, selfref=ref(self)):
52 self._pending_removals.append(wr.key)
54 del self.data[wr.key]
110 for key, wr in self.data.items():
111 o = wr()
121 for key, wr in self.data.items():
122 o = wr()
129 wr = self.data[key]
133 o = wr()
    [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_wordrange.h 56 inline bool operator==(const CPVT_WordRange& wr) const {
57 return wr.BeginPos == BeginPos && wr.EndPos == EndPos;
59 inline bool operator!=(const CPVT_WordRange& wr) const {
60 return !(*this == wr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
weakref.py 8 # Naming convention: Variables named "wr" are weak reference objects;
48 def remove(wr, selfref=ref(self)):
51 del self.data[wr.key]
84 for key, wr in self.data.items():
85 o = wr()
95 for key, wr in self.data.items():
96 o = wr()
103 wr = self.data[key]
107 o = wr()
116 for key, wr in self.data.items():
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
weakref.py 8 # Naming convention: Variables named "wr" are weak reference objects;
48 def remove(wr, selfref=ref(self)):
51 del self.data[wr.key]
84 for key, wr in self.data.items():
85 o = wr()
95 for key, wr in self.data.items():
96 o = wr()
103 wr = self.data[key]
107 o = wr()
116 for key, wr in self.data.items()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
weakref.py 8 # Naming convention: Variables named "wr" are weak reference objects;
48 def remove(wr, selfref=ref(self)):
51 del self.data[wr.key]
84 for key, wr in self.data.items():
85 o = wr()
95 for key, wr in self.data.items():
96 o = wr()
103 wr = self.data[key]
107 o = wr()
116 for key, wr in self.data.items()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 8 # Naming convention: Variables named "wr" are weak reference objects;
48 def remove(wr, selfref=ref(self)):
51 del self.data[wr.key]
84 for key, wr in self.data.items():
85 o = wr()
95 for key, wr in self.data.items():
96 o = wr()
103 wr = self.data[key]
107 o = wr()
116 for key, wr in self.data.items()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 8 # Naming convention: Variables named "wr" are weak reference objects;
48 def remove(wr, selfref=ref(self)):
51 del self.data[wr.key]
84 for key, wr in self.data.items():
85 o = wr()
95 for key, wr in self.data.items():
96 o = wr()
103 wr = self.data[key]
107 o = wr()
116 for key, wr in self.data.items()
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gm107.asm 14 sched (st 0xd wr 0x0 wt 0x3f) (st 0x1 wt 0x1) (st 0x6)
18 sched (st 0x1) (st 0xf wr 0x0) (st 0x6 wr 0x0 wt 0x1)
22 sched (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1)
26 sched (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1)
30 sched (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1
    [all...]
  /external/python/cpython3/Lib/test/
test_selectors.py 53 rd, wr = socketpair()
55 self.addCleanup(wr.close)
56 return rd, wr
62 rd, wr = self.make_socketpair()
88 rd, wr = self.make_socketpair()
102 rd, wr = self.make_socketpair()
103 r, w = rd.fileno(), wr.fileno()
107 wr.close()
115 rd, wr = self.make_socketpair()
116 r, w = rd.fileno(), wr.fileno(
    [all...]

Completed in 1078 milliseconds

1 2 3 4 5 6 7 8 91011>>