bitint-args.c was failing due to the code produced by gcc,
now using the w form of register for f19. This code is
correct and expected form now after prefering the w form
over the x form.
Pushed as obvious after testing to make sure it works now.
gcc/testsuite/ChangeLog:
* gcc.target/aarch64/bitint-args.c (f19): Fix
expected form of sbfx to use the w form.
Signed-off-by: Andrea Pinski <andrew.pinski@oss.qualcomm.com>
CHECK_ARG(19)
/*
** f19:
-** sbfx x([0-9]+), x1, 0, 19
+** sbfx w([0-9]+), w1, 0, 19
** str w\1, \[x0\]
** ret
*/