• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llvm-mc %s -show-encoding -triple=mips-unknown-linux-gnu \
2# RUN:   -mcpu=mips32r5 | FileCheck %s
3# RUN: llvm-mc %s -show-encoding -triple=mips64-unknown-linux-gnu \
4# RUN:   -mcpu=mips64r5 | FileCheck %s
5
6  .set virt
7  hypcall  # CHECK: hypcall # encoding: [0x42,0x00,0x00,0x28]
8