Home | History | Annotate | Download | only in ARM
      1 # RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -disassemble -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
      2 # RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -disassemble -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
      3 
      4 
      5 #------------------------------------------------------------------------------
      6 # SMC
      7 #------------------------------------------------------------------------------
      8 
      9 0x7f 0x00 0x60 0xe1
     10 0x70 0x00 0x60 0x01
     11 
     12 # NOTZ-NOT: smc #15
     13 # NOTZ-NOT: smceq #0
     14 # TZ: smc #15
     15 # TZ: smceq #0
     16 
     17