mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Making SEL decodings auto-generate-able.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef8d6999f3
commit
05b0c9f41e
@ -1411,8 +1411,8 @@ def WFI : AI<(outs), (ins), MiscFrm, NoItinerary, "wfi", "",
|
||||
let Inst{7-0} = 0b00000011;
|
||||
}
|
||||
|
||||
def SEL : AI<(outs GPR:$dst), (ins GPR:$a, GPR:$b), DPFrm, NoItinerary, "sel",
|
||||
"\t$dst, $a, $b", []>, Requires<[IsARM, HasV6]> {
|
||||
def SEL : AI<(outs GPR:$Rd), (ins GPR:$Rn, GPR:$Rm), DPFrm, NoItinerary, "sel",
|
||||
"\t$Rd, $Rn, $Rm", []>, Requires<[IsARM, HasV6]> {
|
||||
bits<4> Rd;
|
||||
bits<4> Rn;
|
||||
bits<4> Rm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user