Searched refs:MEM_POSTINC (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/sysdeps/m68k/m680x0/ |
D | add_n.S | 54 movel MEM_POSTINC(a0),R(d0) 55 movel MEM_POSTINC(a1),R(d1) 57 movel R(d0),MEM_POSTINC(a2) 58 L(L1:) movel MEM_POSTINC(a0),R(d0) 59 movel MEM_POSTINC(a1),R(d1) 61 movel R(d0),MEM_POSTINC(a2) 74 movel MEM_POSTINC(sp),R(a2) 77 movel MEM_POSTINC(sp),R(d2)
|
D | sub_n.S | 54 movel MEM_POSTINC(a0),R(d0) 55 movel MEM_POSTINC(a1),R(d1) 57 movel R(d0),MEM_POSTINC(a2) 58 L(L1:) movel MEM_POSTINC(a0),R(d0) 59 movel MEM_POSTINC(a1),R(d1) 61 movel R(d0),MEM_POSTINC(a2) 74 movel MEM_POSTINC(sp),R(a2) 77 movel MEM_POSTINC(sp),R(d2)
|
D | rshift.S | 72 movel MEM_POSTINC(s_ptr),R(d2) 85 movel MEM_POSTINC(s_ptr),R(d2) 89 movel R(d1),MEM_POSTINC(res_ptr) 92 movel MEM_POSTINC(s_ptr),R(d1) 96 movel R(d2),MEM_POSTINC(res_ptr) 107 moveml MEM_POSTINC(sp),R(d2)-R(d6)/R(a2) 158 moveml MEM_POSTINC(sp),R(d2)-R(d6)/R(a2)
|
D | lshift.S | 118 moveml MEM_POSTINC(sp),R(d2)-R(d6)/R(a2) 142 movel MEM_POSTINC(s_ptr),R(d2) 144 movel R(d2),MEM_POSTINC(res_ptr) 146 movel MEM_POSTINC(s_ptr),R(d2) 148 movel R(d2),MEM_POSTINC(res_ptr) 159 moveml MEM_POSTINC(sp),R(d2)-R(d6)/R(a2)
|
/glibc-2.36/sysdeps/m68k/ |
D | memchr.S | 145 movel MEM_POSTINC(a0),R(d1) 177 movel MEM_POSTINC(a0),R(d1) 244 movel MEM_POSTINC(sp),R(d4) 248 movel MEM_POSTINC(sp),R(d3) 251 movel MEM_POSTINC(sp),R(d2) 255 moveml MEM_POSTINC(sp),R(d2)-R(d4) 286 movel MEM_POSTINC(sp),R(d4) 289 movel MEM_POSTINC(sp),R(d3) 292 movel MEM_POSTINC(sp),R(d2) 296 moveml MEM_POSTINC(sp),R(d2)-R(d4)
|
D | strchr.S | 120 movel MEM_POSTINC(a0),R(d1) 174 movel MEM_POSTINC(a0),R(d1) 231 movel MEM_POSTINC(sp),R(d3) 235 movel MEM_POSTINC(sp),R(d2) 270 movel MEM_POSTINC(sp),R(d3) 273 movel MEM_POSTINC(sp),R(d2)
|
D | rawmemchr.S | 111 movel MEM_POSTINC(a0),R(d1) 139 movel MEM_POSTINC(a0),R(d1) 186 movel MEM_POSTINC(sp),R(d3) 189 movel MEM_POSTINC(sp),R(d2)
|
D | strchrnul.S | 121 movel MEM_POSTINC(a0),R(d1) 175 movel MEM_POSTINC(a0),R(d1) 257 movel MEM_POSTINC(sp),R(d3) 260 movel MEM_POSTINC(sp),R(d2)
|
D | asm-syntax.h | 31 #define MEM_POSTINC(memory_base)R(memory_base)@+ macro 46 #define MEM_POSTINC(memory_base)(R(memory_base))+ macro
|
/glibc-2.36/sysdeps/m68k/m680x0/m68020/ |
D | mul_1.S | 61 movel MEM_POSTINC(s1_ptr),R(d3) 64 movel R(d3),MEM_POSTINC(res_ptr) 65 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3) 68 movel R(d3),MEM_POSTINC(res_ptr) 77 moveml MEM_POSTINC(sp),R(d2)-R(d4)
|
D | submul_1.S | 63 movel MEM_POSTINC(s1_ptr),R(d3) 67 subl R(d3),MEM_POSTINC(res_ptr) 68 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3) 72 subl R(d3),MEM_POSTINC(res_ptr) 80 moveml MEM_POSTINC(sp),R(d2)-R(d5)
|
D | addmul_1.S | 63 movel MEM_POSTINC(s1_ptr),R(d3) 67 addl R(d3),MEM_POSTINC(res_ptr) 68 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3) 72 addl R(d3),MEM_POSTINC(res_ptr) 80 moveml MEM_POSTINC(sp),R(d2)-R(d5)
|