Akira Hatanaka
|
6d617ceca2
|
64-bit jump register instruction.
llvm-svn: 144840
|
2011-11-16 22:36:01 +00:00 |
Akira Hatanaka
|
f93b3f46f8
|
32-to-64-bit extended load.
llvm-svn: 144554
|
2011-11-14 19:06:14 +00:00 |
Akira Hatanaka
|
5ed07c03f4
|
64-bit arbitrary immediate pattern.
llvm-svn: 144448
|
2011-11-12 02:25:00 +00:00 |
Akira Hatanaka
|
21cbc25bbb
|
64-bit atomic instructions.
llvm-svn: 144372
|
2011-11-11 04:14:30 +00:00 |
Akira Hatanaka
|
4bdfec57ba
|
Add 64-bit versions of LEA_ADDiu and DynAlloc. Modify LowerDYNAMIC_STACKALLOC.
llvm-svn: 144370
|
2011-11-11 04:06:38 +00:00 |
Akira Hatanaka
|
0009dc2088
|
64-bit versions of jal, jalr and bal.
llvm-svn: 144368
|
2011-11-11 04:03:54 +00:00 |
Akira Hatanaka
|
2b8d1f163f
|
Add definition of 64-bit load upper immediate.
llvm-svn: 143994
|
2011-11-07 19:10:49 +00:00 |
Akira Hatanaka
|
cf7e5b0976
|
Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted
when shift amount is larger than 32.
llvm-svn: 143990
|
2011-11-07 19:01:49 +00:00 |
Akira Hatanaka
|
770f0646db
|
Make the type of shift amount i32 in order to reduce the number of shift
instruction definitions.
llvm-svn: 143989
|
2011-11-07 18:59:49 +00:00 |
Akira Hatanaka
|
d5c1329078
|
Add 64-bit to 32-bit trunc pattern.
llvm-svn: 143988
|
2011-11-07 18:57:41 +00:00 |
Akira Hatanaka
|
33fe8f908c
|
Redefine count-leading 0s and 1s instructions.
llvm-svn: 142216
|
2011-10-17 18:26:37 +00:00 |
Akira Hatanaka
|
8c446be204
|
Redefine mfhi/lo and mthi/lo instructions.
llvm-svn: 142214
|
2011-10-17 18:24:15 +00:00 |
Akira Hatanaka
|
0317b65367
|
Redefine multiply and divide instructions.
llvm-svn: 142211
|
2011-10-17 18:21:24 +00:00 |
Akira Hatanaka
|
2736bbc09e
|
Add definition of a base class for logical shift/rotate instructions with two
source registers and redefine 32-bit and 64-bit instructions.
llvm-svn: 142210
|
2011-10-17 18:17:58 +00:00 |
Akira Hatanaka
|
73081309c3
|
Add definition of a base class for logical shift/rotate immediate instructions
and have 32-bit and 64-bit instructions derive from it.
llvm-svn: 142207
|
2011-10-17 18:06:56 +00:00 |
Akira Hatanaka
|
e3f27b79dc
|
Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf.
llvm-svn: 142205
|
2011-10-17 18:01:00 +00:00 |
Akira Hatanaka
|
3261c0fa6e
|
Define base class LogicNOR and make 32-bit and 64-bit NOR derive from it.
llvm-svn: 141761
|
2011-10-12 01:05:13 +00:00 |
Akira Hatanaka
|
8f0d549c4c
|
Define class ArithLogicI. Make 32-bit and 64-bit arithmetic and logical
instructions with two register operands derive from it.
llvm-svn: 141742
|
2011-10-11 23:38:52 +00:00 |
Akira Hatanaka
|
ae5a9d6578
|
Define classes ArithLogicR and ArithLogicOfR and make 32-bit and 64-bit
arithmetic and logical instructions with three register operands derive from
them. Fix instruction encoding too.
llvm-svn: 141736
|
2011-10-11 23:05:46 +00:00 |
Akira Hatanaka
|
453ac88b56
|
Change the names of 64-bit logical instructions so that they match the names of
the real instructions.
llvm-svn: 141718
|
2011-10-11 21:48:01 +00:00 |
Akira Hatanaka
|
46a7994ac9
|
Remove redundancy in setcc patterns using multiclass.
llvm-svn: 141715
|
2011-10-11 21:40:01 +00:00 |
Akira Hatanaka
|
8c1c51045d
|
Use sltiu instead of sltu when a register operand and immediate are compared.
llvm-svn: 141708
|
2011-10-11 20:44:43 +00:00 |
Akira Hatanaka
|
7148bce86e
|
Add patterns for conditional branches with 64-bit register operands.
llvm-svn: 141696
|
2011-10-11 19:09:09 +00:00 |
Akira Hatanaka
|
f75add6236
|
Add support for 64-bit set-on-less-than instructions.
llvm-svn: 141695
|
2011-10-11 18:53:46 +00:00 |
Akira Hatanaka
|
4b6ac98fcf
|
Add support for conditional branch instructions with 64-bit register operands.
llvm-svn: 141694
|
2011-10-11 18:49:17 +00:00 |
Akira Hatanaka
|
b6d72cbeb9
|
Make changes necessary for supporting floating point load and store instructions
that have 64-bit pointers or access the 32 x 64-bit floating pointer register
file. Update functions in MipsInstrInfo.cpp too.
llvm-svn: 141623
|
2011-10-11 01:12:52 +00:00 |
Akira Hatanaka
|
09b23eb7bc
|
Modify lowering of GlobalAddress so that correct code is emitted when target is
Mips64.
llvm-svn: 141618
|
2011-10-11 00:55:05 +00:00 |
Akira Hatanaka
|
be68f3c348
|
Add definitions of 64-bit loads and stores. Add a patterns for unaligned
zextloadi32 for which there is no corresponding pseudo or real instruction.
llvm-svn: 141608
|
2011-10-11 00:27:28 +00:00 |
Akira Hatanaka
|
fd2d7dcc31
|
Change definitions of classes LoadM and StoreM in preparation for adding support
for 64-bit load and store instructions. Add definitions of 64-bit memory operand
and 16-bit immediate operand.
llvm-svn: 141603
|
2011-10-11 00:11:12 +00:00 |
Akira Hatanaka
|
c3a6357ee3
|
Add support for 64-bit logical NOR.
llvm-svn: 141029
|
2011-10-03 21:23:18 +00:00 |
Akira Hatanaka
|
48a72ca0cb
|
Add support for 64-bit count leading ones and zeros instructions.
llvm-svn: 141028
|
2011-10-03 21:16:50 +00:00 |
Akira Hatanaka
|
b1538f91dc
|
Add support for 64-bit divide instructions.
llvm-svn: 141024
|
2011-10-03 21:06:13 +00:00 |
Akira Hatanaka
|
a279d9bd6a
|
Add support for 64-bit integer multiply instructions.
llvm-svn: 141017
|
2011-10-03 20:01:11 +00:00 |
Akira Hatanaka
|
cdcc74563c
|
Add definitions of instructions which move values between 64-bit integer
registers and 64-bit HI and LO registers. Fix encoding of the 32-bit versions
of the instructions.
llvm-svn: 141015
|
2011-10-03 19:28:44 +00:00 |
Akira Hatanaka
|
7ba8a8d656
|
Add definitions of Mips64 rotate instructions.
llvm-svn: 140870
|
2011-09-30 18:51:46 +00:00 |
Akira Hatanaka
|
9727af7657
|
isCommutable should be 0 for DSUBu.
llvm-svn: 140862
|
2011-09-30 17:26:36 +00:00 |
Akira Hatanaka
|
61e256aa69
|
Mips64 shift instructions.
llvm-svn: 140841
|
2011-09-30 03:18:46 +00:00 |
Akira Hatanaka
|
7769a77710
|
Mips64 arithmetic and logical instructions with one source register and
immediate.
llvm-svn: 140839
|
2011-09-30 02:08:54 +00:00 |
Akira Hatanaka
|
36036412e2
|
Mips64 arithmetic and logical instructions with two source registers.
llvm-svn: 140806
|
2011-09-29 20:37:56 +00:00 |
Akira Hatanaka
|
c117967b19
|
Mips64 predicate definitions. Patch by Liu.
llvm-svn: 140703
|
2011-09-28 17:50:27 +00:00 |
Akira Hatanaka
|
7d7ee0c3ac
|
Add .td file.
llvm-svn: 140446
|
2011-09-24 01:40:18 +00:00 |