[Qemu-devel] [PATCH 28/57] target-i386: introduce CCPrepare

2013-02-19 Thread Richard Henderson
Introduce a struct that describes how to build a *cond operation that checks for a given x86 condition code. For now, just change gen_compute_eflags_* to return the new struct, generate code for the CCPrepare struct, and go on as before. [rth: Use ctz with the proper width rather than ffs.] Sign

[Qemu-devel] [PATCH 28/57] target-i386: introduce CCPrepare

2013-01-23 Thread Richard Henderson
Introduce a struct that describes how to build a *cond operation that checks for a given x86 condition code. For now, just change gen_compute_eflags_* to return the new struct, generate code for the CCPrepare struct, and go on as before. [rth: Use ctz with the proper width rather than ffs.] Sign