]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: Add @ to aarch64_get_lane<mode>
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 9 Dec 2024 16:52:42 +0000 (16:52 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Mon, 9 Dec 2024 16:52:42 +0000 (16:52 +0000)
This is a prerequisite for Mariam's CRC support.

gcc/
* config/aarch64/aarch64-simd.md (aarch64_get_lane<mode>): Add
"@" to the name.

gcc/config/aarch64/aarch64-simd.md

index 05cbd38372d337a35e6d70b5f7f2442ea8b35f61..fd6965d9e86ef65001f3ca3c4dc00930e6f665dd 100644 (file)
 ;; RTL uses GCC vector extension indices throughout so flip only for assembly.
 ;; Extracting lane zero is split into a simple move when it is between SIMD
 ;; registers or a store.
-(define_insn_and_split "aarch64_get_lane<mode>"
+(define_insn_and_split "@aarch64_get_lane<mode>"
   [(set (match_operand:<VEL> 0 "aarch64_simd_nonimmediate_operand" "=?r, w, Utv")
        (vec_select:<VEL>
          (match_operand:VALL_F16 1 "register_operand" "w, w, w")