1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s 2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s 3 4 # Instructions specific to the e500 / e500mc cores: 5 6 # CHECK-BE: rfdi # encoding: [0x4c,0x00,0x00,0x4e] 7 # CHECK-LE: rfdi # encoding: [0x4e,0x00,0x00,0x4c] 8 rfdi 9 # CHECK-BE: rfmci # encoding: [0x4c,0x00,0x00,0x4c] 10 # CHECK-LE: rfmci # encoding: [0x4c,0x00,0x00,0x4c] 11 rfmci 12