1 # mach: crisv3 crisv8 crisv10
3 # output: General register * PC is not implemented.\nprogram stopped with signal 5.\n
5 # Both source and dest contain PC for "test.d r" (move.d r,r). Ideally,
6 # the output message should say "read" of PC, but we allow PC as source in
7 # a move.d r,R insn, so there's no logical way to get that, short of a
8 # special pattern, which would be just too ugly. The output message says
9 # "write", but let's match "read" too so we won't fail if things suddenly
12 .include "testutils.inc"