From a06ea96464a2928865beb2ac6f12deb0464bfcd7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 13 Aug 2012 14:52:54 +0000 Subject: Add support for 64-bit ARM architecture: AArch64 --- gas/testsuite/gas/aarch64/neon-frint.s | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gas/testsuite/gas/aarch64/neon-frint.s (limited to 'gas/testsuite/gas/aarch64/neon-frint.s') diff --git a/gas/testsuite/gas/aarch64/neon-frint.s b/gas/testsuite/gas/aarch64/neon-frint.s new file mode 100644 index 00000000000..6c8f2f7731c --- /dev/null +++ b/gas/testsuite/gas/aarch64/neon-frint.s @@ -0,0 +1,13 @@ +// Test file for AArch64 GAS -- Advanced SIMD floating-point round to integral +// instructions. + + .macro frint_main rd rn + .irp rounding_mode, N, A, P, M, X, Z, I + .irp reg_shape, 2S, 4S, 2D + frint\rounding_mode \rd\().\reg_shape, \rn\().\reg_shape + .endr + .endr + .endm + + .text + frint_main v7, v7 -- cgit v1.2.1