llvm-6502/test/CodeGen/Mips/cconv
Daniel Sanders 75046b4891 [mips] Return {f128} correctly for N32/N64.
Summary:
According to the ABI documentation, f128 and {f128} should both be returned
in $f0 and $f2. However, this doesn't match GCC's behaviour which is to
return f128 in $f0 and $f2, but {f128} in $f0 and $f1.

Reviewers: vmedic

Reviewed By: vmedic

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D5578

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219196 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-07 09:29:59 +00:00
..
arguments-float.ll [mips] Improve robustness of some tests. 2014-08-14 13:10:48 +00:00
arguments-fp128.ll
arguments-hard-float-varargs.ll [mips][PR19612] Fix va_arg for big-endian mode. 2014-08-01 09:17:39 +00:00
arguments-hard-float.ll
arguments-hard-fp128.ll
arguments-varargs.ll llvm/test/CodeGen/Mips/cconv/arguments-varargs.ll: Add explicit -mtriple=(mips|mipsel)-linux on 4 lines. 2014-08-01 22:15:38 +00:00
arguments.ll [mips] Improve robustness of some tests. 2014-08-14 13:10:48 +00:00
callee-saved-float.ll
callee-saved-fpxx1.ll
callee-saved-fpxx.ll
callee-saved.ll
memory-layout.ll
reserved-space.ll
return-float.ll [mips] Improve robustness of some tests. 2014-08-14 13:10:48 +00:00
return-hard-float.ll [mips] Improve robustness of some tests. 2014-08-14 13:10:48 +00:00
return-hard-fp128.ll
return-hard-struct-f128.ll [mips] Return {f128} correctly for N32/N64. 2014-10-07 09:29:59 +00:00
return-struct.ll [mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and handle struct's correctly on big-endian N32/N64 return values. 2014-09-25 12:15:05 +00:00
return.ll [mips] Improve robustness of some tests. 2014-08-14 13:10:48 +00:00
stack-alignment.ll