18 lines · plain
1# RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -disassemble -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ2# RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -disassemble -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ3 4 5#------------------------------------------------------------------------------6# SMC7#------------------------------------------------------------------------------8 90xff 0xf7 0x00 0x80100x0c 0xbf110xf0 0xf7 0x00 0x8012 13# NOTZ-NOT: smc #1514# NOTZ-NOT: smceq #015# TZ: smc #1516# TZ: ite eq17# TZ: smceq #018