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

  .set ginv
  ginvi $4  # CHECK: ginvi $4  # encoding: [0x7c,0x80,0x00,0x3d]
OpenPOWER on IntegriCloud