Commit 07ad57c4 by Alan Lawrence Committed by Alan Lawrence

[AArch64]Remove aarch64_get_lanedi, unused

	* config/aarch64/aarch64-simd.md (aarch64_get_lanedi): Remove.

From-SVN: r218537
parent ed225d0c
2014-12-09 Alan Lawrence <alan.lawrence@arm.com>
* config/aarch64/aarch64-simd.md (aarch64_get_lanedi): Remove.
2014-12-09 Alan Lawrence <alan.lawrence@arm.com>
PR target/63870
* config/aarch64/aarch64-simd-builtins.def (be_checked_get_lane):
Delete.
......@@ -2464,17 +2464,6 @@
[(set_attr "type" "neon_to_gp<q>, neon_dup<q>, neon_store1_one_lane<q>")]
)
(define_expand "aarch64_get_lanedi"
[(match_operand:DI 0 "register_operand")
(match_operand:DI 1 "register_operand")
(match_operand:SI 2 "immediate_operand")]
"TARGET_SIMD"
{
aarch64_simd_lane_bounds (operands[2], 0, 1, NULL);
emit_move_insn (operands[0], operands[1]);
DONE;
})
;; In this insn, operand 1 should be low, and operand 2 the high part of the
;; dest vector.
......
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