2 # output: ff\nff\n0\n0\n80\n40\n20\n10\n8\n4\n2\n1\n80\n40\n20\n10\n8\n4\n2\n1\n42\n
4 ; Check that flag settings affect ccr and dccr and vice versa.
6 .include "testutils.inc"
54 ; Check only the nzvc bits; do the other bits in special tests as they're
56 .macro test_get_cc N Z V C
58 move ((\N << 3)|(\Z << 2)|(\V << 1)|\C),ccr
61 move ((\N << 3)|(\Z << 2)|(\V << 1)|\C),dccr
63 move.d ((\N << 3)|(\Z << 2)|(\V << 1)|\C),r4