Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8264885: Fix the code style of macro in aarch64_neon_ad.m4 #3395

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/hotspot/cpu/aarch64/aarch64_neon_ad.m4
Expand Up @@ -1057,7 +1057,7 @@ instruct vand_not$1$2`'(vec$3 dst, vec$3 src1, vec$3 src2, imm$2_M1 m1)
%}
ins_pipe(pipe_class_default);
%}')dnl
dnl $1 $2 $3 $4 $5
dnl $1 $2 $3 $4 $5
VECTOR_AND_NOT(2, I, D, 8, 8B)
VECTOR_AND_NOT(4, I, X, 16, 16B)
VECTOR_AND_NOT(2, L, X, 16, 16B)
Expand Down Expand Up @@ -1116,7 +1116,7 @@ instruct v$1`'2L`'(vecX dst, vecX src1, vecX src2)
%}
ins_pipe(vdop128);
%}')dnl
dnl $1 $2 $3 $4
dnl $1 $2 $3 $4
VECTOR_MAX_MIN_LONG(max, Max, src1, src2)
VECTOR_MAX_MIN_LONG(min, Min, src2, src1)
dnl
Expand Down Expand Up @@ -1897,7 +1897,7 @@ instruct vsqrt$2$3`'(vec$4 dst, vec$4 src)
%}
ins_pipe(v`'ifelse($2$3, 2F, unop, sqrt)_fp`'ifelse($4, D, 64, 128));
%}')dnl
dnl $1 $2 $3 $4 $5
dnl $1 $2 $3 $4 $5
VSQRT(fsqrt, 2, F, D, S)
VSQRT(fsqrt, 4, F, X, S)
VSQRT(fsqrt, 2, D, X, D)
Expand Down Expand Up @@ -1938,7 +1938,7 @@ instruct v$3$5$6`'(vec$7 dst, vec$7 src1, vec$7 src2)
%}')dnl

// --------------------------------- AND --------------------------------------
dnl $1 $2 $3 $4 $5 $6 $7
dnl $1 $2 $3 $4 $5 $6 $7
VLOGICAL(and, andr, and, And, 8, B, D)
VLOGICAL(and, andr, and, And, 16, B, X)

Expand Down