llvm-6502/test/CodeGen/Mips/llvm-ir
Vasileios Kalintiris 536bce219d [mips] Enable arithmetic and binary operations for the i128 data type.
Summary:
This patch adds support for some operations that were missing from
128-bit integer types (add/sub/mul/sdiv/udiv... etc.). With these
changes we can support the __int128_t and __uint128_t data types
from C/C++.

Depends on D7125

Reviewers: dsanders

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227089 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-26 12:33:22 +00:00
..
add.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
and.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
ashr.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
call.ll
indirectbr.ll
lshr.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
mul.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
or.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
ret.ll
sdiv.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
select.ll [mips] Enable code generation for MIPS-III. 2014-12-12 15:16:46 +00:00
shl.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
srem.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
sub.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
udiv.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
urem.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00
xor.ll [mips] Enable arithmetic and binary operations for the i128 data type. 2015-01-26 12:33:22 +00:00