Brian Gaeke
|
b3d33c7994
|
Add FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}.
llvm-svn: 14444
|
2004-06-27 22:53:56 +00:00 |
Brian Gaeke
|
27966ba77b
|
Add FSTOD and FDTOS conversion instructions.
llvm-svn: 14372
|
2004-06-24 21:22:09 +00:00 |
Brian Gaeke
|
c8e1b5abe8
|
Rename the load and store opcodes. The non-fp ones only have one
variant worth worrying about; the fp ones have two.
Add fp stores.
llvm-svn: 14361
|
2004-06-24 07:36:59 +00:00 |
Brian Gaeke
|
75f3738969
|
Fix jmpl.
Add some FP moves.
llvm-svn: 14225
|
2004-06-18 06:28:10 +00:00 |
Brian Gaeke
|
51d3c7b05b
|
Add load instructions for floating-point registers.
llvm-svn: 14217
|
2004-06-18 05:19:27 +00:00 |
Brian Gaeke
|
eca9546dc3
|
Set the isBranch and isTerminator flags on branch instructions correctly.
Add a FIXME about the (currently unused) JMPL instructions.
llvm-svn: 14210
|
2004-06-17 22:34:29 +00:00 |
Brian Gaeke
|
91bf7cb79b
|
Add a bunch more branches
llvm-svn: 13422
|
2004-05-08 06:08:29 +00:00 |
Brian Gaeke
|
d18b330605
|
Add ADD with immediate
llvm-svn: 13420
|
2004-05-08 05:26:55 +00:00 |
Brian Gaeke
|
b56f1c9c10
|
Add forms of CMP, SUBCC, and a few branches, and some comments.
llvm-svn: 13419
|
2004-05-08 04:21:32 +00:00 |
Chris Lattner
|
bb22d5a564
|
andd subcc instructions which is used to create the 'cmp' pseudo instruction
llvm-svn: 12744
|
2004-04-07 05:04:01 +00:00 |
Chris Lattner
|
8406cf3046
|
Fix encoding of existing shift instructions, add rr shifts
llvm-svn: 12739
|
2004-04-07 04:26:57 +00:00 |
Chris Lattner
|
fcdf82a19f
|
Add a bunch more instructions
llvm-svn: 12737
|
2004-04-07 04:06:46 +00:00 |
Brian Gaeke
|
5524d54c02
|
Add UDIV, SDIV, and a few variants of WR.
llvm-svn: 12733
|
2004-04-07 04:01:00 +00:00 |
Brian Gaeke
|
d4869e4107
|
Add load, store, and NOP instructions.
Fix up comments.
llvm-svn: 12631
|
2004-04-02 20:53:37 +00:00 |
Brian Gaeke
|
ae22ce5370
|
Add UMULrr and SMULrr instructions.
llvm-svn: 12452
|
2004-03-16 22:37:13 +00:00 |
Brian Gaeke
|
c65b97d4f6
|
Sort stanzas into Sparc V8 book page number order.
Add RET, RETL. Rename SAVE, RESTORE & JMPL for consistency.
llvm-svn: 12185
|
2004-03-06 05:32:13 +00:00 |
Brian Gaeke
|
92c95f812d
|
Subtract instructions; minor cleanups
llvm-svn: 12111
|
2004-03-04 04:37:45 +00:00 |
Brian Gaeke
|
956fb06a4a
|
Simple copyConstantToReg support, SETHIi and ORri
llvm-svn: 12107
|
2004-03-04 00:56:25 +00:00 |
Brian Gaeke
|
165ff998e0
|
Support add - note, still missing important copyConstantToRegister stuff
llvm-svn: 12106
|
2004-03-03 23:03:14 +00:00 |
Chris Lattner
|
e40fd90b0b
|
Tab completion is our friend.
llvm-svn: 11957
|
2004-02-28 19:45:39 +00:00 |