Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / neon-frint.s
1 // Test file for AArch64 GAS -- Advanced SIMD floating-point round to integral
2 // instructions.
3
4 .macro frint_main rd rn
5 .irp rounding_mode, N, A, P, M, X, Z, I
6 .irp reg_shape, 2S, 4S, 2D
7 frint\rounding_mode \rd\().\reg_shape, \rn\().\reg_shape
8 .endr
9 .endr
10 .endm
11
12 .text
13 frint_main v7, v7
This page took 0.031651 seconds and 4 git commands to generate.