Re: [PATCH 1/3] target/ppc: Implement Vector Expand Mask

2021-11-11 Thread Richard Henderson
On 11/10/21 7:56 PM, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Implement the following PowerISA v3.1 instructions: vexpandbm: Vector Expand Byte Mask vexpandhm: Vector Expand Halfword Mask vexpandwm: Vector Expand Word Mask vexpanddm: Vector Expand Doubleword Mask vexpandqm: Vecto

[PATCH 1/3] target/ppc: Implement Vector Expand Mask

2021-11-10 Thread matheus . ferst
From: Matheus Ferst Implement the following PowerISA v3.1 instructions: vexpandbm: Vector Expand Byte Mask vexpandhm: Vector Expand Halfword Mask vexpandwm: Vector Expand Word Mask vexpanddm: Vector Expand Doubleword Mask vexpandqm: Vector Expand Quadword Mask Signed-off-by: Matheus Ferst ---