summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/ginv/set-noginv-directive.s
blob: dad40db154cc54516ae50286ca903a5c1af05029 (plain)
1
2
3
4
5
6
7
8
9
# RUN: not llvm-mc %s -triple=mips-unknown-linux-gnu -show-encoding \
# RUN:     -mcpu=mips32r6 -mattr=+ginv 2>%t1
# RUN: FileCheck %s < %t1
# RUN: not llvm-mc %s -triple=mips64-unknown-linux-gnu -show-encoding \
# RUN:     -mcpu=mips64r6 -mattr=+ginv 2>%t1
# RUN: FileCheck %s < %t1

  .set noginv
  ginvi $4, 2  # CHECK: instruction requires a CPU feature not currently enabled
OpenPOWER on IntegriCloud