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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb_handler.S 143 SAVE_VSR(0, r3)
148 SAVE_VSR(1, r3)
149 SAVE_VSR(2, r3)
150 SAVE_VSR(3, r3)
151 SAVE_VSR(4, r3)
152 SAVE_VSR(5, r3)
153 SAVE_VSR(6, r3)
154 SAVE_VSR(7, r3)
155 SAVE_VSR(8, r3)
156 SAVE_VSR(9, r3)
    [all...]
  /external/u-boot/examples/standalone/
ppc_longjmp.S 23 lwz r1,(JB_GPR1*4)(r3)
24 lwz r2,(JB_GPR2*4)(r3)
25 lwz r0,(JB_LR*4)(r3)
26 lwz r14,((JB_GPRS+0)*4)(r3)
27 FP( lfd 14,((JB_FPRS+0*2)*4)(r3))
28 lwz r15,((JB_GPRS+1)*4)(r3)
29 FP( lfd 15,((JB_FPRS+1*2)*4)(r3))
30 lwz r16,((JB_GPRS+2)*4)(r3)
31 FP( lfd 16,((JB_FPRS+2*2)*4)(r3))
32 lwz r17,((JB_GPRS+3)*4)(r3)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal.S 33 std r3, STACK_FRAME_PARAM(0)(sp) /* pid */
39 ld r3, STACK_FRAME_PARAM(1)(sp)
40 cmpdi r3, 0
44 ld r3, STACK_FRAME_PARAM(2)(sp)
45 cmpdi r3, 0
49 ld r3, STACK_FRAME_PARAM(3)(sp)
50 cmpdi r3, 0
54 ld r3, STACK_FRAME_PARAM(4)(sp)
55 cmpdi r3, 0
60 * Set r3 (return value) before tbegin. Use the pid as a know
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc86xx/
cache.S 36 mfspr r3,HID0
37 ori r3,r3,HID0_ICFI
38 mtspr HID0,r3
46 mfspr r3,HID0
47 ori r3,r3,HID0_DCFI
48 mtspr HID0,r3
56 lis r3,0
59 cmp 0,1,r3,r
    [all...]
release.S 67 addis r3, r0, L2_INIT@h
68 ori r3, r3, L2_INIT@l
70 mtspr l2cr, r3
75 mfspr r3, l2cr
76 rlwinm. r3, r3, 0, 0, 0
79 mfspr r3, l2cr
80 rlwinm r3, r3, 0, 1, 3
    [all...]
  /external/llvm/test/MC/ARM/
arm-ldrd.s 6 ldrd r1, r2, [r3, #4]
7 ldrd r1, r2, [r3], #4
8 ldrd r1, r2, [r3, #4]!
9 ldrd r1, r2, [r3, -r4]!
10 ldrd r1, r2, [r3, r4]
11 ldrd r1, r2, [r3], r4
20 ldrd r0, r3, [pc, #0]
21 ldrd r0, r3, [r4, #4]
22 ldrd r0, r3, [r4], #4
23 ldrd r0, r3, [r4, #4]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
arm-ldrd.s 6 ldrd r1, r2, [r3, #4]
7 ldrd r1, r2, [r3], #4
8 ldrd r1, r2, [r3, #4]!
9 ldrd r1, r2, [r3, -r4]!
10 ldrd r1, r2, [r3, r4]
11 ldrd r1, r2, [r3], r4
20 ldrd r0, r3, [pc, #0]
21 ldrd r0, r3, [r4, #4]
22 ldrd r0, r3, [r4], #4
23 ldrd r0, r3, [r4, #4]
    [all...]
  /external/ltp/testcases/open_posix_testsuite/scripts/
tst_kvercmp.sh 4 echo "Usage: ./tst_kvercmp.sh r1 r2 r3"
11 r3=$(echo ${ker_ver} | awk -F. '{print $3}')
12 r3=${r3%%-*}
15 curr_ver=$((${r1} * 65536 + ${r2} * 256 + ${r3}))
  /external/u-boot/arch/arm/mach-versatile/
reset.S 20 mov r3, #0x0
21 strh r3, [r1] /* clear it */
22 mov r3, #0x8
23 strh r3, [r1] /* force dsp+arm reset */
  /external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
copy_tofrom_user_reference.S 10 2: stb r6,0(r3)
11 addi r3,r3,1
15 3: mfctr r3
18 4: mr r3,r5
stubs.S 4 li r3,1
8 li r3,0
12 li r3,1
  /external/u-boot/arch/powerpc/lib/
ppccache.S 18 /* Input: r3 = effective address */
23 dcbf r0,r3
29 /* Input: r3 = effective address */
34 dcbi r0,r3
40 * Input: r3 = effective address
46 dcbz r0,r3
69 andc r3,r3,r5
70 subf r4,r3,r4
76 1: dcbf 0,r3
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
release.S 32 mfspr r3, SPRN_HDBCR0
33 oris r3, r3, 0x0080
34 mtspr SPRN_HDBCR0, r3
37 lis r3, HID0_EMCP@h /* enable machine check */
39 ori r3,r3,HID0_TBEN@l /* enable Timebase */
42 ori r3,r3,HID0_ENMAS7@l /* enable MAS7 updates */
44 mtspr SPRN_HID0,r3
    [all...]
  /external/libxaac/decoder/armv7/
ixheaacd_fwd_modulation.s 29 STMFD sp!, {r3-r9, r12, lr}
37 MOV r6, r3
39 LDR r3, [r0], #4
42 MOV r3, r3, ASR #4
45 QSUB r9, r3, r12
46 ADD r3, r3, r12
50 STR r3, [r7], #4
59 MOV r3, #0xd
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
__strcat_chk.S 65 ands r3, r1, #7
69 rsb r3, r3, #8
70 lsls ip, r3, #31
78 ands ip, r3, #2
87 tst r3, #4
89 ldr r3, [r1], #4
91 sub ip, r3, #0x01010101
92 bic ip, ip, r3
98 ldrd r2, r3, [r1], #
    [all...]
__strcpy_chk.S 52 ands r3, r1, #7
56 rsb r3, r3, #8
57 lsls ip, r3, #31
65 ands ip, r3, #2
74 tst r3, #4
76 ldr r3, [r0], #4
78 sub ip, r3, #0x01010101
79 bic ip, ip, r3
85 ldrd r2, r3, [r0], #
    [all...]
  /bionic/libc/arch-arm/cortex-a53/bionic/
__strcat_chk.S 65 ands r3, r1, #7
69 rsb r3, r3, #8
70 lsls ip, r3, #31
78 ands ip, r3, #2
87 tst r3, #4
89 ldr r3, [r1], #4
91 sub ip, r3, #0x01010101
92 bic ip, ip, r3
98 ldrd r2, r3, [r1], #
    [all...]
__strcpy_chk.S 52 ands r3, r1, #7
56 rsb r3, r3, #8
57 lsls ip, r3, #31
65 ands ip, r3, #2
74 tst r3, #4
76 ldr r3, [r0], #4
78 sub ip, r3, #0x01010101
79 bic ip, ip, r3
85 ldrd r2, r3, [r0], #
    [all...]
  /bionic/libc/arch-arm/cortex-a55/bionic/
__strcat_chk.S 65 ands r3, r1, #7
69 rsb r3, r3, #8
70 lsls ip, r3, #31
78 ands ip, r3, #2
87 tst r3, #4
89 ldr r3, [r1], #4
91 sub ip, r3, #0x01010101
92 bic ip, ip, r3
98 ldrd r2, r3, [r1], #
    [all...]
__strcpy_chk.S 52 ands r3, r1, #7
56 rsb r3, r3, #8
57 lsls ip, r3, #31
65 ands ip, r3, #2
74 tst r3, #4
76 ldr r3, [r0], #4
78 sub ip, r3, #0x01010101
79 bic ip, ip, r3
85 ldrd r2, r3, [r0], #
    [all...]
  /bionic/libc/arch-arm/cortex-a7/bionic/
__strcat_chk.S 65 ands r3, r1, #7
69 rsb r3, r3, #8
70 lsls ip, r3, #31
78 ands ip, r3, #2
87 tst r3, #4
89 ldr r3, [r1], #4
91 sub ip, r3, #0x01010101
92 bic ip, ip, r3
98 ldrd r2, r3, [r1], #
    [all...]
  /bionic/libc/arch-arm/krait/bionic/
__strcat_chk.S 65 ands r3, r1, #7
69 rsb r3, r3, #8
70 lsls ip, r3, #31
78 ands ip, r3, #2
87 tst r3, #4
89 ldr r3, [r1], #4
91 sub ip, r3, #0x01010101
92 bic ip, ip, r3
98 ldrd r2, r3, [r1], #
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/signal/
signal.S 15 /* r3 already has our pid in it */
19 subfze r3,r3
31 /* r3 already has our pid in it */
36 subfze r3,r3
37 2: std r3,0(r5)
44 li r3,1
47 1: li r3,0
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_ppc64.S 21 std r3,32(r1)
23 // r3 is the original stack pointer.
24 addi r3,r1,48
27 xor r4,r3,r4
47 ld r3,32(r1)
57 std r5,0(r3) // mangled stack ptr of caller
59 std r5,8(r3) // caller's saved TOC pointer
61 std r0,16(r3) // caller's mangled return address
64 std r14,24(r3)
65 stfd f14,176(r3)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
vsx_asm.h 19 lxvd2x vs20,r5,r3
21 lxvd2x vs21,r5,r3
23 lxvd2x vs22,r5,r3
25 lxvd2x vs23,r5,r3
27 lxvd2x vs24,r5,r3
29 lxvd2x vs25,r5,r3
31 lxvd2x vs26,r5,r3
33 lxvd2x vs27,r5,r3
35 lxvd2x vs28,r5,r3
37 lxvd2x vs29,r5,r3
    [all...]

Completed in 635 milliseconds

1 2 3 4 5 6 7 8 91011>>