/[qemu]/qemu/target-i386/op.c
ViewVC logotype

Diff of /qemu/target-i386/op.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by bellard, Sun Jan 23 20:55:36 2005 UTC revision 1.31 by bellard, Mon Jan 31 23:31:02 2005 UTC
# Line 517  void OPPROTO op_movq_T0_im64(void) Line 517  void OPPROTO op_movq_T0_im64(void)
517      T0 = PARAMQ1;      T0 = PARAMQ1;
518  }  }
519    
520    void OPPROTO op_movq_T1_im64(void)
521    {
522        T1 = PARAMQ1;
523    }
524    
525  void OPPROTO op_movq_A0_im(void)  void OPPROTO op_movq_A0_im(void)
526  {  {
527      A0 = (int32_t)PARAM1;      A0 = (int32_t)PARAM1;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26