brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.7 KiB · 6b41f92 Raw
31 lines · plain
1! RUN: not llvm-mc %s -triple=sparcv9 -show-encoding 2>&1 | FileCheck %s --check-prefixes=NO-UA2007 --implicit-check-not=error:2! RUN: llvm-mc %s -triple=sparcv9 -mattr=+ua2007 -show-encoding | FileCheck %s --check-prefixes=UA20073 4!! UA 2007 instructions.5 6! NO-UA2007: error: instruction requires a CPU feature not currently enabled7! UA2007: fmadds %f1, %f3, %f5, %f7               ! encoding: [0x8f,0xb8,0x4a,0x23]8fmadds %f1, %f3, %f5, %f79! NO-UA2007: error: instruction requires a CPU feature not currently enabled10! UA2007: fmaddd %f0, %f2, %f4, %f6               ! encoding: [0x8d,0xb8,0x08,0x42]11fmaddd %f0, %f2, %f4, %f612! NO-UA2007: error: instruction requires a CPU feature not currently enabled13! UA2007: fmsubs %f1, %f3, %f5, %f7               ! encoding: [0x8f,0xb8,0x4a,0xa3]14fmsubs %f1, %f3, %f5, %f715! NO-UA2007: error: instruction requires a CPU feature not currently enabled16! UA2007: fmsubd %f0, %f2, %f4, %f6               ! encoding: [0x8d,0xb8,0x08,0xc2]17fmsubd %f0, %f2, %f4, %f618 19! NO-UA2007: error: instruction requires a CPU feature not currently enabled20! UA2007: fnmadds %f1, %f3, %f5, %f7              ! encoding: [0x8f,0xb8,0x4b,0xa3]21fnmadds %f1, %f3, %f5, %f722! NO-UA2007: error: instruction requires a CPU feature not currently enabled23! UA2007: fnmaddd %f0, %f2, %f4, %f6              ! encoding: [0x8d,0xb8,0x09,0xc2]24fnmaddd %f0, %f2, %f4, %f625! NO-UA2007: error: instruction requires a CPU feature not currently enabled26! UA2007: fnmsubs %f1, %f3, %f5, %f7              ! encoding: [0x8f,0xb8,0x4b,0x23]27fnmsubs %f1, %f3, %f5, %f728! NO-UA2007: error: instruction requires a CPU feature not currently enabled29! UA2007: fnmsubd %f0, %f2, %f4, %f6              ! encoding: [0x8d,0xb8,0x09,0x42]30fnmsubd %f0, %f2, %f4, %f631