Searched refs:r3 (Results 1 - 25 of 212) sorted by relevance

123456789

/freebsd-10.0-release/bin/ed/test/
H A Dr3.d1 r r3.t
/freebsd-10.0-release/lib/libkse/arch/powerpc/powerpc/
H A Dcontext.S65 stw %r1, _MC_R1(%r3)
66 stw %r13, _MC_R13(%r3)
67 stw %r14, _MC_R14(%r3)
68 stw %r15, _MC_R15(%r3)
69 stw %r16, _MC_R16(%r3)
70 stw %r17, _MC_R17(%r3)
71 stw %r18, _MC_R18(%r3)
72 stw %r19, _MC_R19(%r3)
73 stw %r20, _MC_R20(%r3)
74 stw %r21, _MC_R21(%r3)
[all...]
/freebsd-10.0-release/lib/libc/powerpc64/gen/
H A D_setjmp.S58 std %r9,40 + 0*8(%r3)
59 std %r10,40 + 1*8(%r3)
60 std %r11,40 + 2*8(%r3)
61 std %r12,40 + 3*8(%r3)
62 std %r13,40 + 4*8(%r3)
63 std %r14,40 + 5*8(%r3)
64 std %r15,40 + 6*8(%r3)
65 std %r16,40 + 7*8(%r3)
66 std %r17,40 + 8*8(%r3)
67 std %r18,40 + 9*8(%r3)
[all...]
H A Dsetjmp.S56 mr %r6,%r3
57 li %r3,1 /* SIG_BLOCK, but doesn't matter */
93 li %r3,0 /* return (0) */
98 ld %r9,40 + 0*8(%r3)
99 ld %r10,40 + 1*8(%r3)
100 ld %r11,40 + 2*8(%r3)
101 ld %r12,40 + 3*8(%r3)
102 ld %r14,40 + 5*8(%r3)
103 ld %r15,40 + 6*8(%r3)
104 ld %r16,40 + 7*8(%r3)
[all...]
H A Dsigsetjmp.S57 mr %r6,%r3
58 stw %r4,0(%r3)
61 li %r3,1 /* SIG_BLOCK, but doesn't matter */
98 li %r3,0
102 ld %r9,40 + 0*8(%r3)
103 ld %r10,40 + 1*8(%r3)
104 ld %r11,40 + 2*8(%r3)
105 ld %r12,40 + 3*8(%r3)
106 ld %r14,40 + 5*8(%r3)
107 ld %r15,40 + 6*8(%r3)
[all...]
/freebsd-10.0-release/sys/powerpc/booke/
H A Dlocore.S71 * r3 : metadata pointer
86 * r3-r27 : scratch registers
95 mr %r30, %r3
101 li %r3, PSL_DE /* Keep debug exceptions for CodeWarrior. */
102 mtmsr %r3
105 lis %r3, HID0_E500_DEFAULT_SET@h
106 ori %r3, %r3, HID0_E500_DEFAULT_SET@l
107 mtspr SPR_HID0, %r3
109 lis %r3, HID1_E500_DEFAULT_SE
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/atomic/powerpc64/
H A Dopensolaris_atomic.S31 1: ldarx %r5,0,%r3
33 stdcx. %r5,0,%r3
36 mr %r3,%r5
40 1: lwarx %r6,0,%r3
43 stwcx. %r5,0,%r3
47 2: stwcx. %r6,0,%r3 /* clear reservation */
49 3: mr %r3,%r6
53 1: ldarx %r6,0,%r3
56 stdcx. %r5,0,%r3
60 2: stdcx. %r6,0,%r3 /* clea
[all...]
/freebsd-10.0-release/sys/arm/arm/
H A Dblockio.S72 ldrb r3, [r0]
73 strb r3, [r1], #1
74 ldrgeb r3, [r0]
75 strgeb r3, [r1], #1
76 ldrgtb r3, [r0]
77 strgtb r3, [r1], #1
82 ldrb r3, [r0]
84 orr r3, r3, r12, lsl #8
86 orr r3, r
[all...]
H A Dsetstack.s64 mrs r3, cpsr_all /* Switch to the appropriate mode */
65 bic r2, r3, #(PSR_MODE)
71 msr cpsr_all, r3 /* Restore the old mode */
83 mrs r3, cpsr_all /* Switch to the appropriate mode */
84 bic r2, r3, #(PSR_MODE)
90 msr cpsr_all, r3 /* Restore the old mode */
H A Dsupport.S116 ldr r3, .L_arm_bzero
117 ldr r3, [r3]
118 cmp r3, #0
127 mov pc, r3
132 mov r3, #0x00
137 and r3, r1, #0xff /* We deal with bytes */
150 orr r3, r3, r3, ls
[all...]
/freebsd-10.0-release/lib/libc/arm/string/
H A Dmemcmp.S79 eornes r3, ip, r1
81 tst r3, #0x03
86 sub r3, r1, #0x05
87 ands r3, r3, #0x03
88 add r3, r3, r3, lsl #1
89 addne pc, pc, r3, lsl #3
94 ldrb r3, [r
[all...]
H A Dstrcmp.S38 ldrb r3, [r1], #1
40 cmpcs r2, r3
42 sub r0, r2, r3
H A Dstrlen.S33 ands r3, r0, #3
35 sub r0, r0, r3
38 cmp r3, #2
42 cmp r3, #0
49 ands r3, r2, #0x000000ff
51 ands r3, r2, #0xff000000
56 andnes r3, r2, #0x0000ff00
58 andnes r3, r2, #0x00ff0000
63 andnes r3, r2, #0x00ff0000
65 andnes r3, r
[all...]
H A Dmemcpy_xscale.S46 mov r3, r0 /* We must not clobber r0 */
49 ands ip, r3, #0x03 /* Already word aligned? */
54 strb ip, [r3], #0x01
57 strleb ip, [r3], #0x01
60 strltb ip, [r3], #0x01
68 tst r3, #0x07 /* Already quad aligned? */
72 strne ip, [r3], #0x04
87 strd r4, [r3], #0x08 /* ST:00-07 */
90 strd r6, [r3], #0x08 /* ST:08-0f */
94 strd r8, [r3], #
[all...]
H A Dmemset.S86 mov r3, #0x00
90 and r3, r1, #0xff /* We deal with bytes */
104 orr r3, r3, r3, lsl #8 /* Extend value to 16-bits */
112 orr r3, r3, r3, lsl #16 /* Extend value to 32-bits */
116 strne r3, [ip], #0x04
120 mov r2, r3 /* Duplicat
[all...]
/freebsd-10.0-release/sys/sparc64/include/
H A Dktr.h46 #define ATR(desc, r1, r2, r3, l1, l2) \
52 l2: add r2, 1, r3 ; \
54 and r3, r1, r3 ; \
56 casa [r1] ASI_N, r2, r3 ; \
57 cmp r2, r3 ; \
59 mov r3, r2 ; \
60 SET(ktr_buf, r3, r1) ; \
70 SET(l1 ## b, r3, r2) ; \
76 #define CATR(mask, desc, r1, r2, r3, l
[all...]
H A Dasmacros.h53 #define ATOMIC_DEC_INT(r1, r2, r3) \
55 9: sub r2, 1, r3 ; \
56 casa [r1] ASI_N, r2, r3 ; \
57 cmp r2, r3 ; \
59 mov r3, r2
64 #define ATOMIC_INC_INT(r1, r2, r3) \
66 9: add r2, 1, r3 ; \
67 casa [r1] ASI_N, r2, r3 ; \
68 cmp r2, r3 ; \
70 mov r3, r
[all...]
/freebsd-10.0-release/sys/libkern/arm/
H A Dmemset.S39 * The arguments are in r0-r2, r3 can be used as a scratch register.
42 mov r3, r2
44 mov r1, r3
/freebsd-10.0-release/lib/libc/powerpc/sys/
H A Dpipe.S34 mr %r5,%r3 /* save pointer */
38 stw %r3,0(%r5) /* success, store fds */
40 li %r3,0
/freebsd-10.0-release/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_asm.S69 mfmsr %r3
70 andi. %r0,%r3,~PSL_EE@l
79 mtmsr %r3
88 lwarx %r0,0,%r3
91 stwcx. %r5,0,%r3
93 2: mr %r3,%r0
104 ldarx %r0,0,%r3
107 stdcx. %r5,0,%r3
111 lwarx %r0,0,%r3
114 stwcx. %r5,0,%r3
[all...]
/freebsd-10.0-release/lib/libc/powerpc/gen/
H A D_setjmp.S58 stmw %r9,20(%r3)
59 li %r3,0
63 lmw %r9,20(%r3)
67 or. %r3,%r4,%r4
69 li %r3,1
/freebsd-10.0-release/libexec/rtld-elf/powerpc64/
H A Drtld_start.S41 std %r3,96(%r1) /* argc */
61 mflr %r3 /* PC value at .llong */
62 ld %r4,0(%r3) /* offset to _DYNAMIC */
63 add %r3,%r4,%r3 /* r3 = &_DYNAMIC, absolute value */
79 addi %r3,%r4,-8 /* locate argc ptr, &argv[-1] */
85 ld %r2,8(%r3)
86 ld %r11,16(%r3)
87 ld %r3,
[all...]
/freebsd-10.0-release/sys/powerpc/aim/
H A Dswtch64.S83 ld %r6,TD_PCB(%r3) /* Get the old thread's PCB ptr */
112 mr %r14,%r3 /* Copy the old thread ptr... */
127 mr %r3,%r14 /* restore old thread ptr */
136 mr %r3,%r14 /* restore old thread ptr */
164 mr %r3,%r13 /* Get new thread ptr */
172 mr %r3,%r13 /* Pass curthread to enable_fpu */
181 mr %r3,%r13 /* Pass curthread to enable_vec */
185 /* thread to restore is in r3 */
188 mr %r3,%r17 /* Recover PCB ptr */
189 ld %r12,PCB_CONTEXT(%r3) /* Loa
[all...]
/freebsd-10.0-release/sys/arm/xscale/ixp425/
H A Dixp425_a4x_io.S75 and r3, r3, #0xff
76 str r3, [r1, r2, LSL #2]
82 and r3, r3, r0
83 str r3, [r1, r2, LSL #2]
87 str r3, [r1, r2, LSL #2]
96 mov r1, r3
99 1: ldr r3, [r0]
101 strb r3, [r
[all...]
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dlv1call.S45 clrldi %r3,%r3,32; \
55 extsw %r3,%r3; \
74 stw %r3,-8(%r1) /* Address for maxmem */
84 ld %r3,-24(%r1)
91 extsw %r3,%r3
105 stw %r3,-4(%r1)
108 li %r3,1
[all...]

Completed in 240 milliseconds

123456789