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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-any-armv4t.s 1 bx lr
v4bx.s 4 bx lr
armv8-a.d 13 0[0-9a-f]+ <[^>]+> e1cefc9e stlb lr, \[lr\]
16 0[0-9a-f]+ <[^>]+> e1eefc9e stlh lr, \[lr\]
19 0[0-9a-f]+ <[^>]+> e18efc9e stl lr, \[lr\]
20 0[0-9a-f]+ <[^>]+> e1ce0e91 stlexb r0, r1, \[lr\]
21 0[0-9a-f]+ <[^>]+> e1c01e9e stlexb r1, lr, \[r0\]
22 0[0-9a-f]+ <[^>]+> e1c1ee90 stlexb lr, r0, \[r1\]
23 0[0-9a-f]+ <[^>]+> e1ee0e91 stlexh r0, r1, \[lr\]
    [all...]
mapping2.s 13 push {r4, lr}
15 pop {r4, lr}
16 bx lr
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 28 private LogRecord lr = new LogRecord(Level.CONFIG, MSG); field in class:OldLogRecordTest
31 long before = lr.getMillis();
43 assertSame(lr.getLevel(), Level.CONFIG);
44 lr.setLevel(Level.ALL);
45 assertSame(lr.getLevel(), Level.ALL);
46 lr.setLevel(Level.FINEST);
47 assertSame(lr.getLevel(), Level.FINEST);
51 lr.getThreadID();
70 assertTrue(lr.getThreadID() != thread.lr.getThreadID())
76 public LogRecord lr = null; \/\/will be update by the thread field in class:OldLogRecordTest.MockThread
    [all...]
  /ndk/tests/build/build-assembly-file/jni/
assembly1.s 4 bx lr
assembly2.S 4 bx lr
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-app-abs32.s 5 stmdb sp!, {r11, ip, lr, pc}
7 ldmia sp, {r11, sp, lr}
8 bx lr
15 bx lr
arm-app.s 5 stmdb sp!, {r11, ip, lr, pc}
7 ldmia sp, {r11, sp, lr}
8 bx lr
13 stmdb sp!, {r11, ip, lr, pc}
15 ldmia sp, {r11, sp, lr}
16 bx lr
20 bx lr
arm-static-app.s 5 stmdb sp!, {r11, ip, lr, pc}
7 ldmia sp, {r11, sp, lr}
8 bx lr
13 stmdb sp!, {r11, ip, lr, pc}
15 ldmia sp, {r11, sp, lr}
16 bx lr
20 bx lr
mixed-app.s 6 stmdb sp!, {r11, ip, lr, pc}
8 ldmia sp, {r11, sp, lr}
9 bx lr
16 stmdb sp!, {r11, ip, lr, pc}
18 ldmia sp, {r11, sp, lr}
19 bx lr
25 bx lr
33 push {lr}
36 bx lr
arm-be8.s 6 bx lr
11 bx lr
arm-lib-plt32.s 7 stmdb sp!, {r11, ip, lr, pc}
9 ldmia sp, {r11, sp, lr}
10 bx lr
16 bx lr
thumb-entry.s 7 bx lr
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 37 private LogRecord lr; field in class:LogRecordTest
43 lr = new LogRecord(Level.CONFIG, MSG);
64 assertNull(lr.getLoggerName());
65 lr.setLoggerName(null);
66 assertNull(lr.getLoggerName());
67 lr.setLoggerName("test logger name");
68 assertEquals("test logger name", lr.getLoggerName());
72 assertNull(lr.getResourceBundleName());
73 assertNull(lr.getResourceBundle());
75 lr.setResourceBundle(null)
    [all...]
SimpleFormatterTest.java 35 LogRecord lr; field in class:SimpleFormatterTest
45 lr = new LogRecord(Level.FINE, MSG);
61 lr.setResourceBundle(rb);
62 lr.setMessage("msg");
64 String str = sf.format(lr);
68 lr.setResourceBundle(null);
69 lr.setResourceBundleName("bundles/com/android/java/util/logging/res");
70 lr.setMessage("msg");
71 str = sf.format(lr);
77 String str = sf.format(lr);
    [all...]
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
LineRegionTest.java 39 LineRegion lr = new LineRegion(0d, 0d); local
40 assertEquals(0d, lr.getMinVal());
41 assertEquals(0d, lr.getMaxVal());
43 lr = new LineRegion(1.5d, -2d);
44 assertEquals(-2d, lr.getMinVal());
45 assertEquals(1.5d, lr.getMaxVal());
47 lr = new LineRegion(10d, 20d);
48 assertEquals(10d, lr.getMinVal());
49 assertEquals(20d, lr.getMaxVal());
78 LineRegion lr = new LineRegion(0, 10); local
    [all...]
  /external/compiler-rt/lib/builtins/arm/
switch16.S 17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrh ip, [lr, #-1] // get first 16-bit word in table
36 add r0, lr, r0, lsl #1 // compute address of element in table
37 add ip, lr, ip, lsl #1 // compute address of last element in table
41 add ip, lr, r0, lsl #1 // compute label = lr + element*2
switch32.S 17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldr ip, [lr, #-1] // get first 32-bit word in table
36 add r0, lr, r0, lsl #2 // compute address of element in table
37 add ip, lr, ip, lsl #2 // compute address of last element in table
41 add ip, lr, r0 // compute label = lr + element
switch8.S 17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrb ip, [lr, #-1] // get first byte in table
37 ldrsblo r0, [lr, r0] // get indexed byte out of table
38 ldrsbhs r0, [lr, ip] // if out of range, use last entry in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
switchu8.S 17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrb ip, [lr, #-1] // get first byte in table
37 ldrblo r0, [lr, r0] // get indexed byte out of table
38 ldrbhs r0, [lr, ip] // if out of range, use last entry in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
ld2.s 1 # ld/lr test
11 lr r1,[r2]
12 lr r1,[20]
13 lr r0,[status]
  /art/runtime/interpreter/mterp/arm/
op_return_void_no_barrier.S 1 ldr lr, [rSELF, #THREAD_FLAGS_OFFSET]
3 ands lr, #(THREAD_SUSPEND_REQUEST | THREAD_CHECKPOINT_REQUEST)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
ovl.s 6 xor lr,lr,lr
7 stqd lr,0(sp)
8 stqd lr,16(sp)
9 brsl lr,f1_a1
10 brsl lr,f2_a1
11 brsl lr,f1_a2
13 bisl lr,9
19 bi lr
    [all...]
  /system/core/libcutils/arch-arm/
memset32.S 42 bxle lr
57 str lr, [sp, #-4]!
59 .cfi_rel_offset lr, 0
63 mov lr, r1
73 stmiacs r0!, {r1, lr}
74 stmiacs r0!, {r1, lr}
75 stmiami r0!, {r1, lr}
82 stmiahs r0!, {r1,r3,r12,lr}
83 stmiahs r0!, {r1,r3,r12,lr}
89 stmiacs r0!, {r1,r3,r12,lr}
    [all...]

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 91011>>