blob: ea96d987c18608de72762967f2c6c0d0b723476c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mno-dvbf" } */
/* Would also like to assemble and check that we get the expected
"Error: bad instruction" assembler messages, but at the moment our
testharness can't do that. */
int f (int i)
{
__asm__("vbfdw %1, %1" : "=r"(i) : "r"(i));
return i;
}