llvm-6502/test/CodeGen/CellSPU
Scott Michel 053c1da8d9 Overhaul Cell SPU's addressing mode internals so that there are now
only two addressing mode nodes, SPUaform and SPUindirect (vice the
three previous ones, SPUaform, SPUdform and SPUxform). This improves
code somewhat because we now avoid using reg+reg addressing when
it can be avoided. It also simplifies the address selection logic,
which was the main point for doing this.

Also, for various global variables that would be loaded using SPU's
A-form addressing, prefer D-form offs[reg] addressing, keeping the
base in a register if the variable is used more than once.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46483 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-29 02:16:57 +00:00
..
and_ops.ll More CellSPU refinement and progress: 2008-01-11 02:53:15 +00:00
call_indirect.ll Overhaul Cell SPU's addressing mode internals so that there are now 2008-01-29 02:16:57 +00:00
call.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
ctpop.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
dg.exp Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll 2007-12-19 20:15:47 +00:00
dp_farith.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
eqv.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
extract_elt.ll Overhaul Cell SPU's addressing mode internals so that there are now 2008-01-29 02:16:57 +00:00
fcmp.ll Overhaul Cell SPU's addressing mode internals so that there are now 2008-01-29 02:16:57 +00:00
fdiv.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
fneg-fabs.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
immed16.ll More CellSPU refinement and progress: 2008-01-11 02:53:15 +00:00
immed32.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
immed64.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
int2fp.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
intrinsics_branch.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
intrinsics_float.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
intrinsics_logical.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
mul_ops.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
nand.ll More CellSPU refinement and progress: 2008-01-11 02:53:15 +00:00
or_ops.ll More CellSPU refinement and progress: 2008-01-11 02:53:15 +00:00
rotate_ops.ll More CellSPU refinement and progress: 2008-01-11 02:53:15 +00:00
select_bits.ll More CellSPU refinement and progress: 2008-01-11 02:53:15 +00:00
shift_ops.ll More CellSPU refinement and progress: 2008-01-11 02:53:15 +00:00
sp_farith.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00
struct_1.ll Overhaul Cell SPU's addressing mode internals so that there are now 2008-01-29 02:16:57 +00:00
vec_const.ll Overhaul Cell SPU's addressing mode internals so that there are now 2008-01-29 02:16:57 +00:00
vecinsert.ll remove extraneous &&'s from tests, as Scott is apparently not going to. 2008-01-18 19:53:43 +00:00