1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Make the USAT16 operand decoder auto-generate-able.

llvm-svn: 137371
This commit is contained in:
Owen Anderson 2011-08-11 22:10:11 +00:00
parent 8a55a4d7be
commit 634422d756

View File

@ -3191,8 +3191,8 @@ def USAT : AI<(outs GPRnopc:$Rd),
}
def USAT16 : AI<(outs GPRnopc:$Rd),
(ins imm0_15:$sat_imm, GPRnopc:$a), SatFrm,
NoItinerary, "usat16", "\t$Rd, $sat_imm, $a",
(ins imm0_15:$sat_imm, GPRnopc:$Rn), SatFrm,
NoItinerary, "usat16", "\t$Rd, $sat_imm, $Rn",
[/* For disassembly only; pattern left blank */]> {
bits<4> Rd;
bits<4> sat_imm;