[Beignet] [Printf v2][PATCH 07/12] Implement emision of printf instruction.

2016-02-04 Thread yan . wang
From: Yan Wang Contributor: Junyan He Signed-off-by: Yan Wang --- backend/src/llvm/llvm_gen_backend.cpp | 95 +-- 1 file changed, 80 insertions(+), 15 deletions(-) diff --git

[Beignet] [PATCH V2] correct ASM output for byte scattered read/write

2016-02-04 Thread Guo Yejun
v2: correct the simd mode output SIMD8 instead of SIMD4*2 Signed-off-by: Guo Yejun --- backend/src/backend/gen/gen_mesa_disasm.c | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/backend/src/backend/gen/gen_mesa_disasm.c

Re: [Beignet] [Printf v2][PATCH 07/12] Add the implementation of printf ir instruction.

2016-02-04 Thread yan . wang
Sorry. I have re-sent 7/12. Yan Wang > patch of 06 and 07 have the same title? > I think it is a typo here. > Please correct it. > All the other things are OK, just rename this one and > the whole patchset can be pushed later. > > Also can push my patch about printf test cases together. > > On

[Beignet] [PATCH 1/3] correct the dst type to ud instead of uw for byte scattered read

2016-02-04 Thread Guo Yejun
the destination type is ud, not uw. Correct it to make the ASM more readable. Signed-off-by: Guo Yejun --- backend/src/backend/gen_encoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/backend/gen_encoder.cpp

Re: [Beignet] [Printf v2][PATCH 07/12] Add the implementation of printf ir instruction.

2016-02-04 Thread He Junyan
patch of 06 and 07 have the same title? I think it is a typo here. Please correct it. All the other things are OK, just rename this one and the whole patchset can be pushed later. Also can push my patch about printf test cases together. On Mon, Feb 01, 2016 at 03:42:16PM +0800,