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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_s390x.S 9 * Called from standard s390x C ABI, where r6-r13, r15, and f8-f15 are
14 /* save r6-r15 in the register save area of the calling function */
15 stmg %r6, %r15, 48(%r15)
18 lay %r15, -64(%r15)
21 std %f8, 0(%r15)
22 std %f9, 8(%r15)
23 std %f10, 16(%r15)
24 std %f11, 24(%r15)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_s390x.S 9 * Called from standard s390x C ABI, where r6-r13, r15, and f8-f15 are
14 /* save r6-r15 in the register save area of the calling function */
15 stmg %r6, %r15, 48(%r15)
18 lay %r15, -64(%r15)
21 std %f8, 0(%r15)
22 std %f9, 8(%r15)
23 std %f10, 16(%r15)
24 std %f11, 24(%r15)
    [all...]
  /external/vixl/test/aarch32/
test-macro-assembler-cond-rd-rn-pc-a32.cc 87 const TestData kTests[] = {{{eq, r0, r15}, "eq, r0, r15", "eq_r0_r15"},
88 {{eq, r1, r15}, "eq, r1, r15", "eq_r1_r15"},
89 {{eq, r2, r15}, "eq, r2, r15", "eq_r2_r15"},
90 {{eq, r3, r15}, "eq, r3, r15", "eq_r3_r15"},
91 {{eq, r4, r15}, "eq, r4, r15", "eq_r4_r15"}
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/
switch_endian_test.S 16 ld r15, pattern@TOC(%r2)
24 mr r3, r15
25 addi r4, r15, 4
27 addi r5, r15, 32
30 addi r5, r15, 5
31 addi r6, r15, 6
32 addi r7, r15, 7
33 addi r8, r15, 8
37 addi r13, r15, 13
38 addi r14, r15, 1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
r15-bad.l 2 [^:]*:5: Error: r15 not allowed here -- `mul r15,r1,r2'
3 [^:]*:6: Error: r15 not allowed here -- `mul r1,r15,r2'
4 [^:]*:7: Error: r15 not allowed here -- `mla r15,r2,r3,r4'
5 [^:]*:8: Error: r15 not allowed here -- `mla r1,r15,r3,r4'
6 [^:]*:9: Error: r15 not allowed here -- `mla r1,r2,r15,r4
    [all...]
r15-bad.s 5 mul r15, r1, r2
6 mul r1, r15, r2
7 mla r15, r2, r3, r4
8 mla r1, r15, r3, r4
9 mla r1, r2, r15, r4
10 mla r1, r2, r3, r15
11 smlabb r15, r2, r3, r4
12 smlabb r1, r15, r3, r4
13 smlabb r1, r2, r15, r4
14 smlabb r1, r2, r3, r15
    [all...]
crc32-bad.s 4 crc32b r15, r1, r2
5 crc32h r0, r15, r2
6 crc32w r0, r1, r15
7 crc32cb r0, r15, r2
8 crc32ch r15, r1, r2
9 crc32cw r0, r15, r2
13 crc32h r0, r15, r2
15 crc32cb r0, r15, r2
17 crc32cw r0, r15, r2
ldr-bad.s 7 @rt == r15 && rn == r15
9 ldr r15, [r15, #5]
11 @rt == r15 && bits<0..1> (immediate) != 00
12 ldr r15, .-0xab7
16 ldr r2, [r15, r2]!
19 ldr r1, [r1, r15]
23 str r1, [r15, #10]!
27 str r1, [r15, r2]
    [all...]
thumb2_bad_reg.l 3 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc r15,r0,#1'
5 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc r0,r15,#1'
7 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r15,r0,r1'
9 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r0,r15,r1'
11 [^:]*:[0-9]+: Error: r15 not allowed here -- `adc.w r0,r1,r15'
    [all...]
ldr-t-bad.s 10 @rt == r15 && rn == r15
12 ldr r15, [r15, #5]
16 ldrge r15, [r15, #4]
25 ldrge r15, .0x4
29 @rt == r15 && bits<0..1> (immediate) != 00
30 ldr r15, .-0xab7
36 ldrge r15, [r15, r1
    [all...]
r15-bad.d 1 #name: Invalid use of r15 errors
2 #error-output: r15-bad.l
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
itof.d 10 3: fc 47 0f itof r0, r15
11 6: fc 47 f0 itof r15, r0
12 9: fc 47 ff itof r15, r15
14 f: fc 44 0f itof \[r0\]\.ub, r15
16 16: 06 20 11 0f itof \[r0\]\.b, r15
18 1e: 06 e0 11 0f itof \[r0\]\.uw, r15
20 26: 06 60 11 0f itof \[r0\]\.w, r15
22 2e: 06 a0 11 0f itof \[r0\]\.l, r15
23 32: fc 44 f0 itof \[r15\]\.ub, r
    [all...]
xchg.d 10 3: fc 43 0f xchg r0, r15
11 6: fc 43 f0 xchg r15, r0
12 9: fc 43 ff xchg r15, r15
14 f: fc 40 0f xchg \[r0\]\.ub, r15
16 16: 06 20 10 0f xchg \[r0\]\.b, r15
18 1e: 06 e0 10 0f xchg \[r0\]\.uw, r15
20 26: 06 60 10 0f xchg \[r0\]\.w, r15
22 2e: 06 a0 10 0f xchg \[r0\]\.l, r15
23 32: fc 40 f0 xchg \[r15\]\.ub, r
    [all...]
and.d 10 2: 64 0f and #0, r15
12 6: 64 ff and #15, r15
14 b: 75 2f 80 and #-128, r15
16 11: 75 2f 7f and #127, r15
18 18: 76 2f 00 80 and #0xffff8000, r15
20 21: 77 2f 00 80 00 and #0x8000, r15
22 2b: 77 2f 00 00 80 and #0xff800000, r15
24 35: 77 2f ff ff 7f and #0x7fffff, r15
26 40: 74 2f 00 00 00 80 and #0x80000000, r15
28 4c: 74 2f ff ff ff 7f and #0x7fffffff, r15
    [all...]
mul.d 10 2: 63 0f mul #0, r15
12 6: 63 ff mul #15, r15
14 b: 75 1f 80 mul #-128, r15
16 11: 75 1f 7f mul #127, r15
18 18: 76 1f 00 80 mul #0xffff8000, r15
20 21: 77 1f 00 80 00 mul #0x8000, r15
22 2b: 77 1f 00 00 80 mul #0xff800000, r15
24 35: 77 1f ff ff 7f mul #0x7fffff, r15
26 40: 74 1f 00 00 00 80 mul #0x80000000, r15
28 4c: 74 1f ff ff ff 7f mul #0x7fffffff, r15
    [all...]
or.d 10 2: 65 0f or #0, r15
12 6: 65 ff or #15, r15
14 b: 75 3f 80 or #-128, r15
16 11: 75 3f 7f or #127, r15
18 18: 76 3f 00 80 or #0xffff8000, r15
20 21: 77 3f 00 80 00 or #0x8000, r15
22 2b: 77 3f 00 00 80 or #0xff800000, r15
24 35: 77 3f ff ff 7f or #0x7fffff, r15
26 40: 74 3f 00 00 00 80 or #0x80000000, r15
28 4c: 74 3f ff ff ff 7f or #0x7fffffff, r15
    [all...]
shar.d 10 2: 6a 0f shar #0, r15
12 6: 6b ff shar #31, r15
14 b: fd 61 0f shar r0, r15
15 e: fd 61 f0 shar r15, r0
16 11: fd 61 ff shar r15, r15
18 17: fd a0 0f shar #0, r0, r15
19 1a: fd a0 f0 shar #0, r15, r0
20 1d: fd a0 ff shar #0, r15, r15
    [all...]
shll.d 10 2: 6c 0f shll #0, r15
12 6: 6d ff shll #31, r15
14 b: fd 62 0f shll r0, r15
15 e: fd 62 f0 shll r15, r0
16 11: fd 62 ff shll r15, r15
18 17: fd c0 0f shll #0, r0, r15
19 1a: fd c0 f0 shll #0, r15, r0
20 1d: fd c0 ff shll #0, r15, r15
    [all...]
shlr.d 10 2: 68 0f shlr #0, r15
12 6: 69 ff shlr #31, r15
14 b: fd 60 0f shlr r0, r15
15 e: fd 60 f0 shlr r15, r0
16 11: fd 60 ff shlr r15, r15
18 17: fd 80 0f shlr #0, r0, r15
19 1a: fd 80 f0 shlr #0, r15, r0
20 1d: fd 80 ff shlr #0, r15, r15
    [all...]
add.d 10 2: 62 0f add #0, r15
12 6: 62 ff add #15, r15
14 b: 71 ff 80 add #-128, r15, r15
16 11: 71 ff 7f add #127, r15, r15
18 18: 72 ff 00 80 add #0xffff8000, r15, r15
20 21: 73 ff 00 80 00 add #0x8000, r15, r15
    [all...]
neg.d 10 2: 7e 1f neg r15
12 7: fc 07 0f neg r0, r15
13 a: fc 07 f0 neg r15, r0
14 d: fc 07 ff neg r15, r15
sub.d 10 2: 60 0f sub #0, r15
12 6: 60 ff sub #15, r15
14 a: 43 0f sub r0, r15
15 c: 43 f0 sub r15, r0
16 e: 43 ff sub r15, r15
18 12: 40 0f sub \[r0\]\.ub, r15
20 17: 06 00 0f sub \[r0\]\.b, r15
22 1d: 06 c0 0f sub \[r0\]\.uw, r15
24 23: 06 40 0f sub \[r0\]\.w, r15
    [all...]
cmp.d 10 2: 61 0f cmp #0, r15
12 6: 61 ff cmp #15, r15
14 a: 61 0f cmp #0, r15
16 f: 75 5f ff cmp #255, r15
18 15: 75 0f 80 cmp #-128, r15
20 1b: 75 5f 7f cmp #127, r15
22 22: 76 0f 00 80 cmp #0xffff8000, r15
24 2b: 77 0f 00 80 00 cmp #0x8000, r15
26 35: 77 0f 00 00 80 cmp #0xff800000, r15
28 3f: 77 0f ff ff 7f cmp #0x7fffff, r15
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
logical_32.d 10 0: 4b0f and! r0, r15
11 2: 4b0f and! r0, r15
12 4: 4b0f and! r0, r15
13 6: 4b0f and! r0, r15
14 8: 4b0f and! r0, r15
15 a: 4b0f and! r0, r15
16 c: 4b0f and! r0, r15
17 e: 4b0f and! r0, r15
18 10: 4b0f and! r0, r15
19 12: 8000 3c21 and.c r0, r0, r15
    [all...]
mv_32.d 10 0: 400f mv! r0, r15
11 2: 400f mv! r0, r15
12 4: 400f mv! r0, r15
13 6: 400f mv! r0, r15
14 8: 400f mv! r0, r15
15 a: 400f mv! r0, r15
16 c: 400f mv! r0, r15
17 e: 400f mv! r0, r15
18 10: 400f mv! r0, r15
19 12: 420f mv! r16, r15
    [all...]

Completed in 957 milliseconds

1 2 3 4 5 6 7 8 91011>>