mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
[PPC] limit line width to 80 characters
NFC. Forgot to fix this in the original commit. llvm-svn: 287350
This commit is contained in:
parent
f29272d743
commit
64f7597ad0
@ -1321,7 +1321,8 @@ def VNEGW : VX_VT5_EO5_VB5<1538, 6, "vnegw",
|
||||
|
||||
def VNEGD : VX_VT5_EO5_VB5<1538, 7, "vnegd",
|
||||
[(set v2i64:$vD,
|
||||
(sub (v2i64 (bitconvert (v4i32 immAllZerosV))), v2i64:$vB))]>;
|
||||
(sub (v2i64 (bitconvert (v4i32 immAllZerosV))),
|
||||
v2i64:$vB))]>;
|
||||
|
||||
// Vector Parity Byte
|
||||
def VPRTYBW : VX_VT5_EO5_VB5<1538, 8, "vprtybw", [(set v4i32:$vD,
|
||||
|
Loading…
x
Reference in New Issue
Block a user