diff options
author | Nikunj A Dadhania | 2016-12-09 13:17:23 +0100 |
---|---|---|
committer | David Gibson | 2017-01-31 00:10:13 +0100 |
commit | e122090df3e681b42d19a55486ff5c54f2c1e717 (patch) | |
tree | 2c2ed4d31b21af013d566b4abb1c518b2176a32b /include/hw/usb.h | |
parent | target-ppc: implement stxvl instruction (diff) | |
download | qemu-e122090df3e681b42d19a55486ff5c54f2c1e717.tar.gz qemu-e122090df3e681b42d19a55486ff5c54f2c1e717.tar.xz qemu-e122090df3e681b42d19a55486ff5c54f2c1e717.zip |
target-ppc: implement stxvll instructions
stxvll: Store VSX Vector Left-justified with Length
Vector (8-bit elements) in BE/LE:
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+--+--+
|“T”|“h”|“i”|“s”|“ ”|“i”|“s”|“ ”|“a”|“ ”|“T”|“E”|“S”|“T”|00|00|
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+--+--+
Storing 14 bytes would result in following Little/Big-endian Storage:
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+--+--+
|“T”|“h”|“i”|“s”|“ ”|“i”|“s”|“ ”|“a”|“ ”|“T”|“E”|“S”|“T”|FF|FF|
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+--+--+
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/usb.h')
0 files changed, 0 insertions, 0 deletions