mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +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),
|
def USAT16 : AI<(outs GPRnopc:$Rd),
|
||||||
(ins imm0_15:$sat_imm, GPRnopc:$a), SatFrm,
|
(ins imm0_15:$sat_imm, GPRnopc:$Rn), SatFrm,
|
||||||
NoItinerary, "usat16", "\t$Rd, $sat_imm, $a",
|
NoItinerary, "usat16", "\t$Rd, $sat_imm, $Rn",
|
||||||
[/* For disassembly only; pattern left blank */]> {
|
[/* For disassembly only; pattern left blank */]> {
|
||||||
bits<4> Rd;
|
bits<4> Rd;
|
||||||
bits<4> sat_imm;
|
bits<4> sat_imm;
|
||||||
|
Loading…
Reference in New Issue
Block a user