Re: [Qemu-devel] PATCH stfiwx implementation

2006-10-11 Thread Tom Marn
Hi Resending fixed patch, mirror fix in glue(stfi, MEMSUFFIX) function; bitwise typo: instead of . Tom Marn Patch which appends optional stfiwx PowerPC instruction into QEMU. Mirror fix of patch: 2006-10-11 : bitwise typo instead Tom Marn --- target-ppc/translate.c.orig 2006-10-11

[Qemu-devel] PATCH stfiwx implementation

2006-10-10 Thread Tom Marn
Hi This is the patch which appends optional stfiwx PowerPC instruction into QEMU. For demonstration purpose you can use attached stfiwx_cast.c code. But i'm still having problems with gen_op_load_fpr_FT1(rS(ctx-opcode)); macro which loads fpr[rS(ctx-opcode] into internal FT1 register. When