Re: [PATCH RFC 0/3] target/arm: Implement SVE2 fp conversion

2020-06-16 Thread Richard Henderson
On 4/28/20 10:43 AM, Stephen Long wrote: > The only insn left in this category is BFCVTNT. I couldn't find any > helper functions for bfloats so I'm not sure how to approach this insn. > > Also, for insn FCVTXNT, I'm not sure if it is ok to set the status rounding > mode to odd like that. > >

[PATCH RFC 0/3] target/arm: Implement SVE2 fp conversion

2020-04-28 Thread Stephen Long
The only insn left in this category is BFCVTNT. I couldn't find any helper functions for bfloats so I'm not sure how to approach this insn. Also, for insn FCVTXNT, I'm not sure if it is ok to set the status rounding mode to odd like that. Stephen Long (3): target/arm: Implement SVE2 FCVTNT