HomeSort by relevance Sort by last modified time
    Searched refs:lr (Results 1 - 25 of 1642) 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...]
  /external/compiler-rt/lib/builtins/arm/
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
  /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...]
  /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
  /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...]
  /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...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSmcLibNull/Arm/
ArmSmcNull.S 20 bx lr
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
switch16.S 23 ldrh ip, [lr, #-1]
25 add r0, lr, r0, lsl #1
27 add ip, lr, ip, lsl #1
29 add ip, lr, r0, lsl #1
switch32.S 23 ldr ip, [lr, #-1]
25 add r0, lr, r0, lsl #2
27 add ip, lr, ip, lsl #2
29 add ip, lr, r0
switch8.S 23 ldrb ip, [lr, #-1]
25 ldrsbcc r0, [lr, r0]
26 ldrsbcs r0, [lr, ip]
27 add ip, lr, r0, lsl #1
switchu8.S 24 ldrb ip,[lr,#-1]
26 ldrbcc r0,[lr,r0]
27 ldrbcs r0,[lr,ip]
28 add ip,lr,r0,LSL #1
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
GicV3.S 24 bx lr
  /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_OR_CHECKPOINT_REQUEST
  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy.S 70 // Preserve lr for backtrace.
71 push {lr}
73 .cfi_rel_offset lr, 0
80 push {r0, lr}
83 .cfi_rel_offset lr, 4
  /bionic/libc/arch-arm/cortex-a53/bionic/
memcpy.S 70 // Preserve lr for backtrace.
71 push {lr}
73 .cfi_rel_offset lr, 0
80 push {r0, lr}
83 .cfi_rel_offset lr, 4
  /bionic/libc/arch-arm/cortex-a7/bionic/
memcpy.S 70 // Preserve lr for backtrace.
71 push {lr}
73 .cfi_rel_offset lr, 0
80 push {r0, lr}
83 .cfi_rel_offset lr, 4
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 49 // Preserve lr for backtrace.
50 push {lr}
52 .cfi_rel_offset lr, 0
59 stmfd sp!, {r0, lr}
62 .cfi_rel_offset lr, 4

Completed in 1013 milliseconds

1 2 3 4 5 6 7 8 91011>>