/[dynamips]/trunk/ppc32_nojit_trans.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/ppc32_nojit_trans.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Sat Oct 6 16:26:06 2007 UTC (16 years, 5 months ago) by dpavlin
Original Path: upstream/dynamips-0.2.7-RC3/ppc32_nojit_trans.h
File MIME type: text/plain
File size: 678 byte(s)
dynamips-0.2.7-RC3

1 dpavlin 7 /*
2     * Cisco router simulation platform.
3     * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
4     */
5    
6     #ifndef __PPC32_NOJIT_TRANS_H__
7     #define __PPC32_NOJIT_TRANS_H__
8    
9     #include "utils.h"
10     #include "x86-codegen.h"
11     #include "cpu.h"
12     #include "ppc32_exec.h"
13     #include "dynamips.h"
14    
15     #define JIT_SUPPORT 0
16    
17     /* Wrappers to x86-codegen functions */
18     #define ppc32_jit_tcb_set_patch(a,b)
19     #define ppc32_jit_tcb_set_jump(a,b)
20    
21     /* PPC instruction array */
22     extern struct ppc32_insn_tag ppc32_insn_tags[];
23    
24     /* Push epilog for an x86 instruction block */
25 dpavlin 9 void ppc32_jit_tcb_push_epilog(u_char **ptr);
26 dpavlin 7
27     /* Execute JIT code */
28     void ppc32_jit_tcb_exec(cpu_ppc_t *cpu,ppc32_jit_tcb_t *block);
29    
30     #endif

  ViewVC Help
Powered by ViewVC 1.1.26