mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 15:11:39 +00:00
Add ADD with immediate
llvm-svn: 13420
This commit is contained in:
parent
5861a59506
commit
e44dbd4a39
@ -98,6 +98,7 @@ def SRAri : F3_2<2, 0b100111, "sra">;
|
|||||||
|
|
||||||
// Section B.13 - Add Instructions, p. 108
|
// Section B.13 - Add Instructions, p. 108
|
||||||
def ADDrr : F3_1<2, 0b000000, "add">;
|
def ADDrr : F3_1<2, 0b000000, "add">;
|
||||||
|
def ADDri : F3_2<2, 0b000000, "add">;
|
||||||
|
|
||||||
// Section B.15 - Subtract Instructions, p. 110
|
// Section B.15 - Subtract Instructions, p. 110
|
||||||
def SUBrr : F3_1<2, 0b000100, "sub">;
|
def SUBrr : F3_1<2, 0b000100, "sub">;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user