reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 | # RUN: llvm-mc %s -show-encoding -triple=mips-unknown-linux-gnu \ # RUN: -mcpu=mips32r5 | FileCheck %s # RUN: llvm-mc %s -show-encoding -triple=mips64-unknown-linux-gnu \ # RUN: -mcpu=mips64r5 | FileCheck %s .set virt hypcall # CHECK: hypcall # encoding: [0x42,0x00,0x00,0x28] |