<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/63911>63911</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
llvm-objdump disasm vcvt as unknown
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
Heersin
</td>
</tr>
</table>
<pre>
## issue
```
20c: f3b60708 <unknown>
210: f3b68600 <unknown>
```
which should be disassembly as
```
cstool -d armbe "\xf3\xb6\x07\x08\xf3\xb6\x86\x00" ─╯
0 f3 b6 07 08 vcvt.f32.f16 q0, d8
ID: 290 (vcvt)
op_count: 2
operands[0].type: REG = q0
operands[0].access: WRITE
operands[1].type: REG = d8
operands[1].access: READ
Vector-data: 18
Registers read: d8
Registers modified: q0
Groups: neon
4 f3 b6 86 00 vcvt.f16.f32 d8, q0
ID: 290 (vcvt)
op_count: 2
operands[0].type: REG = d8
operands[0].access: WRITE
operands[1].type: REG = q0
operands[1].access: READ
Vector-data: 19
Registers read: q0
Registers modified: d8
Groups: neon
```
## llvm info
LLVM (http://llvm.org/):
LLVM version 15.0.7
Optimized build.
Default target: x86_64-pc-linux-gnu
Host CPU: tigerlake
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy8ld2uozYQx5_G3IyC_BGMueAiG5LdlbZqddRuL1cGG-JdwBSb89Gnr0xIzwnNalOpKoqcMP6Nx56_MyOdM02vdY6SdygpIjn5kx3zD1qPzvRRadVLjihDlIFxbtIIFwjvEMfLZ36F8FBcIbaDmpUcp1jMNkBsP_XfevvUI3Z4CxN8gQXH-LvwKtB5fDqZ6gTuZKdWQalBGSed013ZvoB08BZd-VfOW9vCRoEcu1IDohQl--eahbHkYcTpPIq1XZxnMaIU7nrQgaJsiwSefyRod1zOjwFqBiUHnELI02P16OOa0bgmHAD-wIjuQYk32QKAj0XIF80wICqCB6LZNWGHL5Wdej9z11OviB5lrxxK3mGUFLF_GXTAHw7vAbEihL7LT1aVdi54_v7w8dfDD53IrWDrE37P7zXYw2FXXPt81pW340ZJLwNAVks-6MY4r0cHo5YqEOugr0RnlamNnql1Ht6PdhrmLfTa9lcXDLYXNQWHcJHPahIeFAUIAen-Hwv-L2rekeD_Ts07rs6_VjP7kZrroLfVXOfhtpq3Cs1S-Nr2sQPT1_Zs_fTp809Bt5P3A2I7RI-IHgMT27GZ37JgXmLO9GOoprYHksQ4Ti9TPw_edOZPraCcTKvii73QtZxaD16OjZ5vwLPgX_h2M1Sb1vTT86bppwv8wToP-19-C5g3jR5b-W2p0pHKmcpYJiOdEy4yjpM0E9EpT6lUPEs5EVLqVCQZFpRtq4RoTMqKZZHJKaYMpyQl24QzEacJIwRnRCimK8pLtMW6k6aNL-eO5u6Qc5YRErWy1K2bWwqlvX5aWkcotkU05sFnU06NQ1vcGufd6yre-FafAVt-VVM3nKt7N_-vQnVfOkQ0jW0eFHB_S9AYf5rKuLLdosfytRlG-1VXHtHjvA-H6HHe518BAAD__0vJ2nA">