Why is vsldoi's SHB parameter signed?
Gustavo Serra Scalet
gustavo.scalet at eldorado.org.br
Tue Feb 7 18:10:32 UTC 2017
Hi,
I noticed that vsldoi instruction parameter SHB is being checked as a signed argument of 4 bits:
assembler_ppc.inline.hpp:804:inline void Assembler::vsldoi( VectorRegister d, VectorRegister a, VectorRegister b, int si4) { emit_int32( VSLDOI_OPCODE| vrt(d) | vra(a) | vrb(b) | vsldoi_shb(simm(si4,4))); }
I wonder why it was not defined as an unsigned parameter of 4 bits as described by ISA (attached). Is there a different way to look at it?!
Thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vsldoi.PNG
Type: image/png
Size: 28172 bytes
Desc: vsldoi.PNG
URL: <http://mail.openjdk.java.net/pipermail/ppc-aix-port-dev/attachments/20170207/a8ce034f/vsldoi-0001.PNG>
More information about the ppc-aix-port-dev
mailing list