reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 | ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s ! CHECK: unimp 0 ! encoding: [0x00,0x00,0x00,0x00] unimp ! CHECK: unimp 0 ! encoding: [0x00,0x00,0x00,0x00] unimp 0 |