Re: [Mesa-dev] [PATCH 09/14] R600/SI: add all the other missing asm operands

2013-02-21 Thread Michel Dänzer
On Don, 2013-02-21 at 10:38 +0100, Christian König wrote: > Am 21.02.2013 09:39, schrieb Michel Dänzer: > > On Mit, 2013-02-20 at 18:46 +0100, Christian König wrote: > >> diff --git a/lib/Target/R600/SIInstructions.td > >> b/lib/Target/R600/SIInstructions.td > >> index 700b8f8..866c7cb 100644 > >

Re: [Mesa-dev] [PATCH 09/14] R600/SI: add all the other missing asm operands

2013-02-21 Thread Christian König
Am 21.02.2013 09:39, schrieb Michel Dänzer: On Mit, 2013-02-20 at 18:46 +0100, Christian König wrote: diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td index 700b8f8..866c7cb 100644 --- a/lib/Target/R600/SIInstructions.td +++ b/lib/Target/R600/SIInstructions.td

Re: [Mesa-dev] [PATCH 09/14] R600/SI: add all the other missing asm operands

2013-02-21 Thread Michel Dänzer
On Mit, 2013-02-20 at 18:46 +0100, Christian König wrote: > > diff --git a/lib/Target/R600/SIInstructions.td > b/lib/Target/R600/SIInstructions.td > index 700b8f8..866c7cb 100644 > --- a/lib/Target/R600/SIInstructions.td > +++ b/lib/Target/R600/SIInstructions.td > @@ -620,7 +620,7 @@ def V_INTER

[Mesa-dev] [PATCH 09/14] R600/SI: add all the other missing asm operands

2013-02-20 Thread Christian König
From: Christian König Signed-off-by: Christian König --- lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp |4 ++ lib/Target/R600/SIInstructions.td | 45 +++-- 2 files changed, 28 insertions(+), 21 deletions(-) diff --git a/lib/Target/R600/InstPrinter/AMDG