Searched refs:MEM_PREDEC (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/libroot/posix/glibc/arch/m68k/ |
H A D | lshift.S | 42 moveml R(d2)-R(d6)/R(a2),MEM_PREDEC(sp) 78 movel MEM_PREDEC(s_ptr),R(d2) 91 movel MEM_PREDEC(s_ptr),R(d2) 95 movel R(d1),MEM_PREDEC(res_ptr) 98 movel MEM_PREDEC(s_ptr),R(d1) 102 movel R(d2),MEM_PREDEC(res_ptr) 110 movel R(d1),MEM_PREDEC(res_ptr) /* store least significant limb */
|
H A D | mul_1.S | 43 moveml R(d2)-R(d4),MEM_PREDEC(sp) 45 movel R(d2),MEM_PREDEC(sp) 46 movel R(d3),MEM_PREDEC(sp) 47 movel R(d4),MEM_PREDEC(sp)
|
H A D | rshift.S | 41 moveml R(d2)-R(d6)/R(a2),MEM_PREDEC(sp) 127 movel MEM_PREDEC(s_ptr),R(d2) 129 movel R(d2),MEM_PREDEC(res_ptr) 131 movel MEM_PREDEC(s_ptr),R(d2) 133 movel R(d2),MEM_PREDEC(res_ptr)
|
H A D | sub_n.S | 37 movel R(d2),MEM_PREDEC(sp) 38 movel R(a2),MEM_PREDEC(sp)
|
H A D | add_n.S | 37 movel R(d2),MEM_PREDEC(sp) 38 movel R(a2),MEM_PREDEC(sp)
|
H A D | addmul_1.S | 43 moveml R(d2)-R(d5),MEM_PREDEC(sp)
|
H A D | submul_1.S | 43 moveml R(d2)-R(d5),MEM_PREDEC(sp)
|
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/ |
H A D | asm-syntax.h | 53 #define MEM_PREDEC(memory_base)R(memory_base)@- macro 70 #define MEM_PREDEC(memory_base)-(R(memory_base)) macro
|