MSA 011110 |
00011 |
wt |
ws |
wd |
VEC 011110 |
6 |
5 |
5 |
5 |
5 |
6 |
XOR.V |
Vector Logical Exclusive Or | |
XOR.V wd,ws,wt |
MSA |
Vector Logical Exclusive Or |
Vector Logical Exclusive Or
Vector by vector logical exclusive or.
wd = ws XOR wt
Each bit of vector ws is combined with the corresponding bit of vector wt in a bi twise logical XOR operation. The result is written to vector wd.
The operands and results are bit vector values.
No data-dependent exceptions are possible.
WR[wd] = WR[ws] xor WR[wt]
Reserved Instruction Exception, MSA Disabled Exception.