gas: PR 25863: Fix scalar vmul inside it block when assembling for MVE
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-scalar-vmul-it.d
1 # name: Armv8.1-M Mainline scalar vmul instructions in it blocks (with MVE)
2 # as: -march=armv8.1-m.main+mve.fp+fp.dp
3 # objdump: -dr --prefix-addresses --show-raw-insn -marmv8.1-m.main
4
5 .*: +file format .*arm.*
6
7 Disassembly of section .text:
8 [^>]*> bfbc itt lt
9 [^>]*> ee20 0a81 vmullt.f32 s0, s1, s2
10 [^>]*> ee21 0b02 vmullt.f64 d0, d1, d2
11 #...
This page took 0.031511 seconds and 4 git commands to generate.