Commit 66368374 by Alan Lawrence Committed by Alan Lawrence

Removed unused get_lane and dup_lane builtins.

	* config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.

From-SVN: r213490
parent 20c0aa30
2014-08-01 Alan Lawrence <alan.lawrence@arm.com>
* config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.
2014-08-01 Jiong Wang <jiong.wang@arm.com>
* config/aarch64/aarch64.c (aarch64_classify_address): Accept all offset
......
......@@ -47,8 +47,6 @@
VAR1 (UNOP, addp, 0, di)
BUILTIN_VDQ_BHSI (UNOP, clz, 2)
BUILTIN_VALL (GETLANE, get_lane, 0)
VAR1 (GETLANE, get_lane, 0, di)
BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)
VAR1 (REINTERP_SS, reinterpretdi, 0, v1df)
......@@ -74,7 +72,6 @@
VAR1 (REINTERP_PS, reinterpretv2si, 0, v1df)
VAR1 (REINTERP_PS, reinterpretv2sf, 0, v1df)
BUILTIN_VDQ_I (BINOP, dup_lane, 0)
/* Implemented by aarch64_<sur>q<r>shl<mode>. */
BUILTIN_VSDQ_I (BINOP, sqshl, 0)
BUILTIN_VSDQ_I (BINOP_UUS, uqshl, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment