Searched refs:MEM_POSTINC (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/m68k/
H A Dadd_n.S52 movel MEM_POSTINC(a0),R(d0)
53 movel MEM_POSTINC(a1),R(d1)
55 movel R(d0),MEM_POSTINC(a2)
56 L(L1:) movel MEM_POSTINC(a0),R(d0)
57 movel MEM_POSTINC(a1),R(d1)
59 movel R(d0),MEM_POSTINC(a2)
72 movel MEM_POSTINC(sp),R(a2)
73 movel MEM_POSTINC(sp),R(d2)
H A Dmul_1.S64 movel MEM_POSTINC(s1_ptr),R(d3)
67 movel R(d3),MEM_POSTINC(res_ptr)
68 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
71 movel R(d3),MEM_POSTINC(res_ptr)
80 moveml MEM_POSTINC(sp),R(d2)-R(d4)
82 movel MEM_POSTINC(sp),R(d4)
83 movel MEM_POSTINC(sp),R(d3)
84 movel MEM_POSTINC(sp),R(d2)
H A Dsub_n.S52 movel MEM_POSTINC(a0),R(d0)
53 movel MEM_POSTINC(a1),R(d1)
55 movel R(d0),MEM_POSTINC(a2)
56 L(L1:) movel MEM_POSTINC(a0),R(d0)
57 movel MEM_POSTINC(a1),R(d1)
59 movel R(d0),MEM_POSTINC(a2)
72 movel MEM_POSTINC(sp),R(a2)
73 movel MEM_POSTINC(sp),R(d2)
H A Daddmul_1.S60 movel MEM_POSTINC(s1_ptr),R(d3)
64 addl R(d3),MEM_POSTINC(res_ptr)
65 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
69 addl R(d3),MEM_POSTINC(res_ptr)
77 moveml MEM_POSTINC(sp),R(d2)-R(d5)
H A Dsubmul_1.S60 movel MEM_POSTINC(s1_ptr),R(d3)
64 subl R(d3),MEM_POSTINC(res_ptr)
65 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
69 subl R(d3),MEM_POSTINC(res_ptr)
77 moveml MEM_POSTINC(sp),R(d2)-R(d5)
H A Drshift.S67 movel MEM_POSTINC(s_ptr),R(d2)
80 movel MEM_POSTINC(s_ptr),R(d2)
84 movel R(d1),MEM_POSTINC(res_ptr)
87 movel MEM_POSTINC(s_ptr),R(d1)
91 movel R(d2),MEM_POSTINC(res_ptr)
102 moveml MEM_POSTINC(sp),R(d2)-R(d6)/R(a2)
144 moveml MEM_POSTINC(sp),R(d2)-R(d6)/R(a2)
H A Dlshift.S113 moveml MEM_POSTINC(sp),R(d2)-R(d6)/R(a2)
128 movel MEM_POSTINC(s_ptr),R(d2)
130 movel R(d2),MEM_POSTINC(res_ptr)
132 movel MEM_POSTINC(s_ptr),R(d2)
134 movel R(d2),MEM_POSTINC(res_ptr)
145 moveml MEM_POSTINC(sp),R(d2)-R(d6)/R(a2)
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h54 #define MEM_POSTINC(memory_base)R(memory_base)@+ macro
71 #define MEM_POSTINC(memory_base)(R(memory_base))+ macro

Completed in 38 milliseconds