• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llvm-mc -disassemble -triple armv8a-none-eabi -mattr=+fullfp16 -show-encoding < %s 2>&1 | FileCheck %s
2
3# CHECK: [[@LINE+1]]:2: warning: potentially undefined instruction encoding
4[0x80,0x09,0x30,0xae]
5# CHECK-NOT: [[@LINE+1]]:2: warning
6[0x80,0x0a,0x30,0xae]
7