Home | History | Annotate | Download | only in AArch64

Lines Matching refs:fmul

183         fmul v0.4h, v1.4h, v2.h[2]
184 fmul v0.8h, v1.8h, v2.h[2]
185 fmul v0.2s, v1.2s, v2.s[2]
186 fmul v0.2s, v1.2s, v22.s[2]
187 fmul v0.4s, v1.4s, v2.s[2]
188 fmul v0.4s, v1.4s, v22.s[2]
189 fmul v0.2d, v1.2d, v2.d[1]
190 fmul v0.2d, v1.2d, v22.d[1]
192 // CHECK: fmul v0.4h, v1.4h, v2.h[2] // encoding: [0x20,0x90,0x22,0x0f]
193 // CHECK: fmul v0.8h, v1.8h, v2.h[2] // encoding: [0x20,0x90,0x22,0x4f]
194 // CHECK: fmul v0.2s, v1.2s, v2.s[2] // encoding: [0x20,0x98,0x82,0x0f]
195 // CHECK: fmul v0.2s, v1.2s, v22.s[2] // encoding: [0x20,0x98,0x96,0x0f]
196 // CHECK: fmul v0.4s, v1.4s, v2.s[2] // encoding: [0x20,0x98,0x82,0x4f]
197 // CHECK: fmul v0.4s, v1.4s, v22.s[2] // encoding: [0x20,0x98,0x96,0x4f]
198 // CHECK: fmul v0.2d, v1.2d, v2.d[1] // encoding: [0x20,0x98,0xc2,0x4f]
199 // CHECK: fmul v0.2d, v1.2d, v22.d[1] // encoding: [0x20,0x98,0xd6,0x4f]