Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / tests / tcg / cris / bare / check_cmp-2.s
blob414d370517904908e08fbd7908e66f93be6deaac
3 .include "testutils.inc"
5 start
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
14 pass
15 quit