diff options
| author | Luca Barbato <lu_zero@gentoo.org> | 2017-08-04 00:19:58 +0000 |
|---|---|---|
| committer | Luca Barbato <lu_zero@gentoo.org> | 2017-08-07 07:41:15 +0000 |
| commit | 19c4bdb4e12ada030e64a731a3b588867c58025e (patch) | |
| tree | 5bb34034a1e709e52bd1a9978c29d584c56d7e0a /src/etc | |
| parent | 9c6ab920ab8136074cb24c3b708e718584b34b9d (diff) | |
| download | rust-19c4bdb4e12ada030e64a731a3b588867c58025e.tar.gz rust-19c4bdb4e12ada030e64a731a3b588867c58025e.zip | |
Add support for Vector Multiply Odd on PowerPC
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/platform-intrinsics/powerpc.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/etc/platform-intrinsics/powerpc.json b/src/etc/platform-intrinsics/powerpc.json index fe33908ec39..abccc8747e4 100644 --- a/src/etc/platform-intrinsics/powerpc.json +++ b/src/etc/platform-intrinsics/powerpc.json @@ -107,6 +107,13 @@ "llvm": "vmule{0.kind}{1.data_type_short}", "ret": "i(16-32)", "args": ["0N", "1"] + }, + { + "intrinsic": "mulo{1.kind}{1.data_type_short}", + "width": [128], + "llvm": "vmulo{0.kind}{1.data_type_short}", + "ret": "i(16-32)", + "args": ["0N", "1"] } ] } |
