mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-11 15:07:58 +00:00
[PPC] limit line width to 80 characters
NFC. Forgot to fix this in the original commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287350 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a60ff0d03c
commit
37f2389c9d
@ -1321,7 +1321,8 @@ def VNEGW : VX_VT5_EO5_VB5<1538, 6, "vnegw",
|
|||||||
|
|
||||||
def VNEGD : VX_VT5_EO5_VB5<1538, 7, "vnegd",
|
def VNEGD : VX_VT5_EO5_VB5<1538, 7, "vnegd",
|
||||||
[(set v2i64:$vD,
|
[(set v2i64:$vD,
|
||||||
(sub (v2i64 (bitconvert (v4i32 immAllZerosV))), v2i64:$vB))]>;
|
(sub (v2i64 (bitconvert (v4i32 immAllZerosV))),
|
||||||
|
v2i64:$vB))]>;
|
||||||
|
|
||||||
// Vector Parity Byte
|
// Vector Parity Byte
|
||||||
def VPRTYBW : VX_VT5_EO5_VB5<1538, 8, "vprtybw", [(set v4i32:$vD,
|
def VPRTYBW : VX_VT5_EO5_VB5<1538, 8, "vprtybw", [(set v4i32:$vD,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user