Lines Matching refs:CODE
2 ; RUN: llc < %s -mtriple=aarch64--linux-gnu | FileCheck %s --check-prefix=CODE
6 ; CODE-LABEL: sel.v8i8
7 ; CODE: tbl v0.8b, { v0.16b }, v2.8b
15 ; CODE-LABEL: sel.v16i8
16 ; CODE: tbl v0.16b, { v0.16b, v1.16b }, v2.16b
24 ; CODE-LABEL: sel.v4i16
25 ; CODE: rev32 v0.4h, v0.4h
26 ; CODE: trn2 v0.4h, v0.4h, v1.4h
34 ; CODE-LABEL: sel.v8i16
35 ; CODE: tbl v0.16b, { v0.16b, v1.16b }, v2.16b
43 ; CODE-LABEL: sel.v2i32
44 ; CODE: mov v0.s[1], v1.s[1]
52 ; CODE-LABEL: sel.v4i32
53 ; CODE: rev64 v0.4s, v0.4s
54 ; CODE: trn2 v0.4s, v0.4s, v1.4s
62 ; CODE-LABEL: sel.v2i64
63 ; CODE: mov v0.d[1], v1.d[1]
71 ; CODE-LABEL: sel.v2f32
72 ; CODE: mov v0.s[1], v1.s[1]
80 ; CODE-LABEL: sel.v4f32
81 ; CODE: rev64 v0.4s, v0.4s
82 ; CODE: trn2 v0.4s, v0.4s, v1.4s
90 ; CODE-LABEL: sel.v2f64
91 ; CODE: mov v0.d[1], v1.d[1]