On 3 March 2013 21:07, Anthony Green wrote:
> +/* generate intermediate code for basic block 'tb'. */
> +static void
> +gen_intermediate_code_internal(MoxieCPU *cpu, TranslationBlock *tb,
> + bool search_pc)
> +{
> +DisasContext ctx;
> +target_ulong pc_start;
On Sun, Mar 3, 2013 at 1:07 PM, Anthony Green wrote:
>
> Signed-off-by: Anthony Green
> ---
> target-moxie/Makefile.objs |2 +
> target-moxie/cpu.c | 172
> target-moxie/cpu.h | 170
> target-moxie/helper.c | 170
> target-moxie/helper.h
Signed-off-by: Anthony Green
---
target-moxie/Makefile.objs |2 +
target-moxie/cpu.c | 172
target-moxie/cpu.h | 170
target-moxie/helper.c | 170
target-moxie/helper.h |9 +
target-moxie/machine.c | 27 ++
target-moxie/machin