mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
|
# RUN: llvm-mc -disassemble -triple armv7 -show-encoding < %s | FileCheck %s
|
||
|
|
||
|
0xe0 0x3b 0xb2 0xee
|
||
|
# CHECK-NOT: vcvtt.f64.f16 d3, s1
|
||
|
|
||
|
0x41 0x2b 0xb3 0xee
|
||
|
# CHECK-NOT: vcvtb.f16.f64 s4, d1
|
||
|
|
||
|
0x41 0x2b 0xb3 0xbe
|
||
|
# CHECK-NOT: vcvtblt.f16.f64 s4, d1
|