/[qemu]/qemu/target-arm/translate.c
ViewVC logotype

Diff of /qemu/target-arm/translate.c

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

revision 1.33 by bellard, Sat Nov 26 10:46:39 2005 UTC revision 1.34 by bellard, Sun Dec 4 18:56:28 2005 UTC
# Line 1021  static inline void gen_jmp (DisasContext Line 1021  static inline void gen_jmp (DisasContext
1021    
1022  static inline void gen_mulxy(int x, int y)  static inline void gen_mulxy(int x, int y)
1023  {  {
1024      if (x & 2)      if (x)
1025          gen_op_sarl_T0_im(16);          gen_op_sarl_T0_im(16);
1026      else      else
1027          gen_op_sxth_T0();          gen_op_sxth_T0();
1028      if (y & 1)      if (y)
1029          gen_op_sarl_T1_im(16);          gen_op_sarl_T1_im(16);
1030      else      else
1031          gen_op_sxth_T1();          gen_op_sxth_T1();

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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