mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
929d9ef111
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185620 91177308-0d34-0410-b5e6-96231b3b80d8
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
|