/[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.15 by bellard, Mon Jan 31 20:43:28 2005 UTC revision 1.16 by bellard, Mon Feb 7 12:42:35 2005 UTC
# Line 536  static void disas_arm_insn(DisasContext Line 536  static void disas_arm_insn(DisasContext
536              if (shift)              if (shift)
537                  val = (val >> shift) | (val << (32 - shift));                  val = (val >> shift) | (val << (32 - shift));
538              gen_op_movl_T1_im(val);              gen_op_movl_T1_im(val);
539              /* XXX: is CF modified ? */              if (logic_cc && shift)
540                    gen_op_mov_CF_T1();
541          } else {          } else {
542              /* register */              /* register */
543              rm = (insn) & 0xf;              rm = (insn) & 0xf;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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