Re: [PATCH RFC] target/arm: Implement SVE2 MATCH, NMATCH

2020-04-14 Thread Richard Henderson
On 4/13/20 4:42 PM, Stephen Long wrote: > +#define DO_ZPZZ_CHAR_MATCH(NAME, TYPE, H, EQUALS) > \ > +void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) > \ > +{ > \ > +

[PATCH RFC] target/arm: Implement SVE2 MATCH, NMATCH

2020-04-13 Thread Stephen Long
Signed-off-by: Stephen Long --- Submitting this for early review. I'm working with Richard on SVE2 support for qemu. I'll be attempting to tackle the insns in the 'SVE2 integer add/subtract narrow high part' category next [1]. [1] ISA manual: https://static.docs.arm.com/ddi0602/d/ISA_A64_xml_fut