Re: [Qemu-devel] [PATCH v3 1/6] tcg: Add types and operations for host vectors

2017-09-27 Thread Richard Henderson
On 09/26/2017 12:28 PM, Alex Bennée wrote: >> * TCGv_ptr : a host pointer type >> +* TCGv_vec : a host vector type; the exact size is not exposed >> + to the CPU front-end code. > > Isn't this a guest vector type (which is pointed to by a host pointer)? No, it's a host

Re: [Qemu-devel] [PATCH v3 1/6] tcg: Add types and operations for host vectors

2017-09-26 Thread Alex Bennée
Richard Henderson writes: > Nothing uses or enables them yet. > > Signed-off-by: Richard Henderson > --- > tcg/tcg-op.h | 26 +++ > tcg/tcg-opc.h | 37 ++ > tcg/tcg.h | 34 + > tcg/tcg-op.c | 234 >

[Qemu-devel] [PATCH v3 1/6] tcg: Add types and operations for host vectors

2017-09-15 Thread Richard Henderson
Nothing uses or enables them yet. Signed-off-by: Richard Henderson --- tcg/tcg-op.h | 26 +++ tcg/tcg-opc.h | 37 ++ tcg/tcg.h | 34 + tcg/tcg-op.c | 234 ++ tcg/tcg.c | 77