mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
b8c7e54901
Move the test cases for them into separate files. llvm-svn: 214724
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
# RUN: llvm-mc --disassemble %s -triple powerpc64-unknown-unknown -mcpu=pwr7 | FileCheck %s
|
|
|
|
# CHECK: rfdi
|
|
0x4c 0x00 0x00 0x4e
|
|
# CHECK: rfmci
|
|
0x4c 0x00 0x00 0x4c
|
|
|