Re: [Qemu-devel] [PATCH 3/5] target-ppc: add vector count trailing zeros instructions

2016-08-02 Thread Nikunj A Dadhania
Rajalakshmi Srinivasaraghavan writes: > The following vector count trailing zeros instructions are > added from ISA 3.0. > > vctzb - Vector Count Trailing Zeros Byte > vctzh - Vector Count Trailing Zeros Halfword > vctzw - Vector Count Trailing Zeros Word > vctzd - Vector Count Trailing Zeros Dou

[Qemu-devel] [PATCH 3/5] target-ppc: add vector count trailing zeros instructions

2016-08-01 Thread Rajalakshmi Srinivasaraghavan
The following vector count trailing zeros instructions are added from ISA 3.0. vctzb - Vector Count Trailing Zeros Byte vctzh - Vector Count Trailing Zeros Halfword vctzw - Vector Count Trailing Zeros Word vctzd - Vector Count Trailing Zeros Doubleword Signed-off-by: Rajalakshmi Srinivasaraghavan