[pypy-commit] pypy ppc-backend-2: Define MAX_FREG_ARGS.

edelsohn noreply at buildbot.pypy.org
Fri Jun 8 15:18:16 CEST 2012


Author: edelsohn
Branch: ppc-backend-2
Changeset: r55502:ed7b317a7783
Date: 2012-06-08 09:17 -0400
http://bitbucket.org/pypy/pypy/changeset/ed7b317a7783/

Log:	Define MAX_FREG_ARGS.

diff --git a/pypy/jit/backend/ppc/arch.py b/pypy/jit/backend/ppc/arch.py
--- a/pypy/jit/backend/ppc/arch.py
+++ b/pypy/jit/backend/ppc/arch.py
@@ -26,6 +26,7 @@
 GPR_SAVE_AREA           = len(NONVOLATILES) * WORD
 FLOAT_INT_CONVERSION    = WORD
 MAX_REG_PARAMS          = 8
+MAX_FREG_PARAMS         = 13
 # we need at most 5 instructions to load a constant
 # and one instruction to patch the stack pointer
 SIZE_LOAD_IMM_PATCH_SP  = 6


More information about the pypy-commit mailing list