RE: [RFC PATCH v1 36/43] target/hexagon: Add temporary vector storage

2024-12-03 Thread ltaylorsimpson
bject: Re: [RFC PATCH v1 36/43] target/hexagon: Add temporary vector > storage > > > On 12/3/2024 12:56 PM, Anton Johansson via wrote: > > On 22/11/24, Richard Henderson wrote: > >> On 11/20/24 19:49, Anton Johansson wrote: > >>> Temporary vectors in helper-t

Re: [RFC PATCH v1 36/43] target/hexagon: Add temporary vector storage

2024-12-03 Thread Brian Cain
On 12/3/2024 12:56 PM, Anton Johansson via wrote: On 22/11/24, Richard Henderson wrote: On 11/20/24 19:49, Anton Johansson wrote: Temporary vectors in helper-to-tcg generated code are allocated from an array of bytes in CPUArchState, specified with --temp-vector-block. This commits adds such

Re: [RFC PATCH v1 36/43] target/hexagon: Add temporary vector storage

2024-12-03 Thread Anton Johansson via
On 22/11/24, Richard Henderson wrote: > On 11/20/24 19:49, Anton Johansson wrote: > > Temporary vectors in helper-to-tcg generated code are allocated from an > > array of bytes in CPUArchState, specified with --temp-vector-block. > > > > This commits adds such a block of memory to CPUArchState, if

Re: [RFC PATCH v1 36/43] target/hexagon: Add temporary vector storage

2024-11-22 Thread Richard Henderson
On 11/20/24 19:49, Anton Johansson wrote: Temporary vectors in helper-to-tcg generated code are allocated from an array of bytes in CPUArchState, specified with --temp-vector-block. This commits adds such a block of memory to CPUArchState, if CONFIG_HELPER_TO_TCG is set. Signed-off-by: Anton Jo