Lines Matching refs:d0
39 movl 8(%sp), %d0
40 subl %d0, (%a0)
53 1: movl (%a0), %d0
54 movl %d0, %d1
55 subl 8(%sp), %d0
56 casl %d1, %d0, (%a0)
58 movl %d0, %a0 /* pointers return also in %a0 */
73 1: movl (%a0), %d0
74 movl %d0, %d1
76 casl %d0, %d1, (%a0)
78 movl %d0, %a0 /* pointers return also in %a0 */
84 1: movw (%a0), %d0
85 movw %d0, %d1
86 subw 8(%sp), %d0
87 casw %d1, %d0, (%a0)
96 1: movw (%a0), %d0
97 movw %d0, %d1
99 casw %d0, %d1, (%a0)
106 1: movb (%a0), %d0
107 movb %d0, %d1
108 subb 8(%sp), %d0
109 casb %d1, %d0, (%a0)
118 1: movb (%a0), %d0
119 movb %d0, %d1
121 casb %d0, %d1, (%a0)