Searched refs:MEM_POSTINC (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/libroot/posix/glibc/arch/m68k/ |
H A D | sub_n.S | 52 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 D | add_n.S | 52 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 D | mul_1.S | 64 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 D | addmul_1.S | 60 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 D | submul_1.S | 60 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 D | rshift.S | 67 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 D | lshift.S | 113 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 D | asm-syntax.h | 54 #define MEM_POSTINC(memory_base)R(memory_base)@+ macro 71 #define MEM_POSTINC(memory_base)(R(memory_base))+ macro
|