Re: [Qemu-devel] mini documentation of "info registers" output

2005-07-02 Thread Paul Brook
On Saturday 02 July 2005 05:12, Mulyadi Santosa wrote: > Hello Paul... > > > > CCD : Compiled Code Destination (?) > > > > Condition Code Source. > > Or Condition Code Destination? Yes. > > These 3 are used to implement lazy flag evaluation. Most x86 > > instructions set the condition code flags,

Re: [Qemu-devel] mini documentation of "info registers" output

2005-07-02 Thread Gwenole Beauchesne
Le samedi, 2 jul 2005, à 06:12 Europe/Paris, Mulyadi Santosa a écrit : hm, i seeBTW, these two lazy flags, CCS and CCD, they are the representation of EFLAGS? CCS/CCD = Condition Codes Source/Destination values. Those represent part of the state (input and/or result + operation type) used

Re: Re: [Qemu-devel] mini documentation of "info registers" output

2005-07-01 Thread Mulyadi Santosa
Hello Paul... > > CCD : Compiled Code Destination (?) > > Condition Code Source. Or Condition Code Destination? > These 3 are used to implement lazy flag evaluation. Most x86 > instructions set the condition code flags, but only a relatively > small subset of instructions actually use these flag

Re: [Qemu-devel] mini documentation of "info registers" output

2005-07-01 Thread Paul Brook
On Friday 01 July 2005 05:33, Mulyadi Santosa wrote: > Dear list > > Here is a little cheat sheet for you to better understand what "info > registers" shows on qemu's monitor. This infomations are strictly for > x86 > CCS : Compiled Code Source (?) Condition Code Source. > CCD : Compiled Code De