8036976: PPC64: implement the template interpreter

Co-authored-by: Martin Doerr <martin.doerr@sap.com>
Reviewed-by: kvn, coleenp
This commit is contained in:
Axel Siebenborn 2014-03-10 12:58:02 +01:00 committed by Goetz Lindenmaier
parent 768beb9a23
commit faad7883f2
23 changed files with 8327 additions and 103 deletions

View file

@ -376,6 +376,9 @@ class TemplateTable: AllStatic {
#ifdef TARGET_ARCH_MODEL_ppc_32
# include "templateTable_ppc_32.hpp"
#endif
#ifdef TARGET_ARCH_MODEL_ppc_64
# include "templateTable_ppc_64.hpp"
#endif
};
#endif /* !CC_INTERP */