mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements.
Patch by Johnny Chen. llvm-svn: 84206
This commit is contained in:
parent
f2a8226515
commit
aa08dec009
@ -1381,7 +1381,7 @@ multiclass N3VLInt3SL_HS<bit op24, bits<4> op11_8,
|
||||
multiclass N3VLInt3_QHS<bit op24, bit op23, bits<4> op11_8, bit op4,
|
||||
string OpcodeStr, Intrinsic IntOp>
|
||||
: N3VLInt3_HS<op24, op23, op11_8, op4, OpcodeStr, IntOp> {
|
||||
def v8i16 : N3VLInt3<op24, op23, 0b01, op11_8, op4, IIC_VMACi16D,
|
||||
def v8i16 : N3VLInt3<op24, op23, 0b00, op11_8, op4, IIC_VMACi16D,
|
||||
!strconcat(OpcodeStr, "8"), v8i16, v8i8, IntOp>;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user