mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Make the USAT16 operand decoder auto-generate-able.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adf2b094cb
commit
41ff834e91
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user