1# RUN: llvm-mc --disassemble %s -mcpu=pwr10 -triple \ 2# RUN: powerpc64-unknown-linux-gnu < %s 2>&1 | FileCheck %s 3 4# paddi 1, 2, 8589934591, 1. However, RA is not zero with R=1 5# CHECK: warning: invalid instruction encoding 60x06 0x11 0xff 0xff 0x38 0x22 0xff 0xff 7 8# plbz 1, 8589934591(2), 1. However, RA is not zero with R=1 9# CHECK: warning: invalid instruction encoding 100x06 0x11 0xff 0xff 0x88 0x22 0xff 0xff 11 12# plfd 1, 8589934591(2), 1. However, RA is not zero with R=1 13# CHECK: warning: invalid instruction encoding 140x06 0x11 0xff 0xff 0xc8 0x22 0xff 0xff 15 16# plfs 1, 8589934591(2), 1. However, RA is not zero with R=1 17# CHECK: warning: invalid instruction encoding 180x06 0x11 0xff 0xff 0xc8 0x22 0xff 0xff 19 20# plha 1, 8589934591(2), 1. However, RA is not zero with R=1 21# CHECK: warning: invalid instruction encoding 220x06 0x11 0xff 0xff 0xa8 0x22 0xff 0xff 23 24# plhz 1, 8589934591(2), 1. However, RA is not zero with R=1 25# CHECK: warning: invalid instruction encoding 260x06 0x11 0xff 0xff 0xa0 0x22 0xff 0xff 27 28# plwz 1, 8589934591(2), 1. However, RA is not zero with R=1 29# CHECK: warning: invalid instruction encoding 300x06 0x11 0xff 0xff 0x80 0x22 0xff 0xff 31 32# pstb 1, 8589934591(2), 1. However, RA is not zero with R=1 33# CHECK: warning: invalid instruction encoding 340x06 0x11 0xff 0xff 0x98 0x22 0xff 0xff 35 36# pstfd 1, 8589934591(2), 1. However, RA is not zero with R=1 37# CHECK: warning: invalid instruction encoding 380x06 0x11 0xff 0xff 0xd8 0x22 0xff 0xff 39 40# pstfs 1, 8589934591(2), 1. However, RA is not zero with R=1 41# CHECK: warning: invalid instruction encoding 420x06 0x11 0xff 0xff 0xd0 0x22 0xff 0xff 43 44# psth 1, 8589934591(2), 1. However, RA is not zero with R=1 45# CHECK: warning: invalid instruction encoding 460x06 0x11 0xff 0xff 0xb0 0x22 0xff 0xff 47 48# pstw 1, 8589934591(2), 1. However, RA is not zero with R=1 49# CHECK: warning: invalid instruction encoding 500x06 0x11 0xff 0xff 0x90 0x22 0xff 0xff 51 52# pld 1, -8589934592(3), 1. However, RA is not zero with R=1 53# CHECK: warning: invalid instruction encoding 540x04 0x12 0x00 0x00 0xe0 0x23 0x00 0x00 55 56# plwa 1, -8589934592(3), 1. However, RA is not zero with R=1 57# CHECK: warning: invalid instruction encoding 580x04 0x12 0x00 0x00 0xa4 0x23 0x00 0x00 59 60# plxsd 1, -8589934592(3), 1. However, RA is not zero with R=1 61# CHECK: warning: invalid instruction encoding 620x04 0x12 0x00 0x00 0xa8 0x23 0x00 0x00 63 64# plxssp 1, -8589934592(3), 1. However, RA is not zero with R=1 65# CHECK: warning: invalid instruction encoding 660x04 0x12 0x00 0x00 0xac 0x23 0x00 0x00 67 68# This would be plxv 31, 8589934591(3), 1 69# but base register must be zero with R=1 70# CHECK: warning: invalid instruction encoding 710x04 0x11 0xff 0xff 0xcb 0xe3 0xff 0xff 72 73# pstd 1, -8589934592(3), 1. However, RA is not zero with R=1 74# CHECK: warning: invalid instruction encoding 750x04 0x12 0x00 0x00 0xf4 0x23 0x00 0x00 76 77# pstxsd 1, -8589934592(3), 1. However, RA is not zero with R=1 78# CHECK: warning: invalid instruction encoding 790x04 0x12 0x00 0x00 0xb8 0x23 0x00 0x00 80 81# pstxssp 1, -8589934592(3), 1. However, RA is not zero with R=1 82# CHECK: warning: invalid instruction encoding 830x04 0x12 0x00 0x00 0xbc 0x23 0x00 0x00 84 85# pstxv 31, 8589934591(3), 1. However, RA is not zero with R=1 86# CHECK: warning: invalid instruction encoding 870x04 0x11 0xff 0xff 0xdb 0xe3 0xff 0xff 88