Re: [PATCH 00/11] tcg: Add revbit opcodes
Anton Johansson via <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 31/07/26, Richard Henderson wrote: > Adding these have been at the back of my mind for a while. Most recently > tickled by the Octeon additions, and Anton's helper-to-tcg work. > > I didn't add a 16-bit function or opcode because no host implements it. > The 16-bit reverse that the hexagon target does can be implemented with > a 32-bit reverse plus a shift. > > > r~ Thanks for adding these!:) I just came back from some time off, will take a look now. // Anton