Merged revisions 7501-7598 via svnmerge from
[cacao.git] / src / vm / jit / s390 / emit.h
index 478fbfbabc54361a80b66ad309fc1777b5c41af3..13bfedba3822ccb2aebedbe8e65b2f00dfb8b5d3 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: emit.h 7483 2007-03-08 13:17:40Z michi $
+   $Id: emit.h 7581 2007-03-26 07:23:16Z pm $
 
 */
 
@@ -360,6 +360,9 @@ void emit_rdtsc(codegendata *cd);
 s4 emit_load_s1_notzero(jitdata *jd, instruction *iptr, s4 tempreg);
 s4 emit_load_s2_notzero(jitdata *jd, instruction *iptr, s4 tempreg);
 
+s4 emit_load_s1_but(jitdata *jd, instruction *iptr, s4 tempreg, s4 notreg);
+s4 emit_load_s2_but(jitdata *jd, instruction *iptr, s4 tempreg, s4 notreg);
+
 #endif /* _MD_EMIT_H */