Displaying 4 results from an estimated 4 matches for "asm_clobb".
Did you mean:
asm_close
2008 Oct 02
4
"Xiph needs someone to help with assembly for MSVC!"
Hello,
I write to you for the announcement in this blog:
http://blog.hartwork.org/?p=86.
I am interested in the open-source solution proposed in this article
(the preprocessor-macros solution).
Have you solved the problem?
Does the offer still stands?
Kind Regards,
Fernando Pelliccioni.
Buenos Aires, Argentina
2003 Nov 24
1
[PATCH] fix pipe() for ia64
...subst %o,%.lo,%(ARCHOBJS))
diff -Nru a/klibc/arch/ia64/pipe.c b/klibc/arch/ia64/pipe.c
--- /dev/null Wed Dec 31 16:00:00 1969
+++ b/klibc/arch/ia64/pipe.c Mon Nov 24 16:39:39 2003
@@ -0,0 +1,42 @@
+/*
+ * pipe.c
+ */
+
+#include "syscommon.h"
+#include <klibc/archsys.h>
+
+#define ASM_CLOBBERS ,"out2", "out3", "out4", "out5", "out6", "out7", \
+ /* Non-stacked integer registers, minus r8, r9, r10, r15. */ \
+ "r2", "r3", "r11", "r12", "r13", "r14", "r16&q...
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
...m __volatile (__IA64_BREAK \
+ : "=r" (_r8), "=r" (_r10), "=r" (_r15) \
+ : "2" (_r15) ASM_ARGS_0 \
+ : "memory" ASM_CLOBBERS_0); \
+ _retval = _r8; \
+ if (_r10 == -1) { \
+ errno = (_retval); \
+ _retval = -1;...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: