qemu/tests/tcg/cris/check_cmp-2.s
<<
>>
Prefs
   1
   2
   3.include "testutils.inc"
   4
   5        start
   6
   7        move.d  4294967283, $r0
   8        move.d  $r0, $r10
   9        cmp.d   $r0, $r10
  10        beq     1f
  11        move.d $r10, $r3
  12        fail
  131:
  14        pass
  15        quit
  16