Home | History | Annotate | Download | only in AArch64

Lines Matching refs:smlal

1020 ; AdvSIMD SMLAL
1022 smlal.8h v1, v2, v3
1023 smlal.4s v1, v2, v3
1024 smlal.2d v1, v2, v3
1029 smlal v13.8h, v8.8b, v0.8b
1030 smlal v13.4s, v8.4h, v0.4h
1031 smlal v13.2d, v8.2s, v0.2s
1036 ; CHECK: smlal.8h v1, v2, v3 ; encoding: [0x41,0x80,0x23,0x0e]
1037 ; CHECK: smlal.4s v1, v2, v3 ; encoding: [0x41,0x80,0x63,0x0e]
1038 ; CHECK: smlal.2d v1, v2, v3 ; encoding: [0x41,0x80,0xa3,0x0e]
1042 ; CHECK: smlal.8h v13, v8, v0 ; encoding: [0x0d,0x81,0x20,0x0e]
1043 ; CHECK: smlal.4s v13, v8, v0 ; encoding: [0x0d,0x81,0x60,0x0e]
1044 ; CHECK: smlal.2d v13, v8, v0 ; encoding: [0x0d,0x81,0xa0,0x0e]
1078 smlal.4s v0, v0, v0[0]
1080 smlal.2d v0, v0, v0[2]
1147 ; CHECK: smlal.4s v0, v0, v0[0] ; encoding: [0x00,0x20,0x40,0x0f]
1149 ; CHECK: smlal.2d v0, v0, v0[2] ; encoding: [0x00,0x28,0x80,0x0f]