search for: clsh

Displaying 10 results from an estimated 10 matches for "clsh".

Did you mean: cls
2005 Jul 01
4
[LLVMdev] X86AsmPrinter + MASM and NASM backends
Chris, Okay, I have done as you have requested. The only thing I did not like was a clsh between the enum X86 and the new namespace X86, which I had to rename as x86 :( Anyway, I suppose the lower case 'x' in 'x86' fits in with the lowercase 'llvm' namespace. Build tested on MS VC2003 and Linux. Aaron -------------- next part -------------- A non-text attac...
2005 Jul 02
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
..._thiscall llvm::x86::X86IntelAsmPrinter::doInitialization(class llvm::Module &)" (?doInitialization at X86IntelAsmPrinter@x86 at llvm@@UAE_NAAVModule at 3@@Z) Aaron Gray wrote: > Chris, > > Okay, I have done as you have requested. > > The only thing I did not like was a clsh between the enum X86 and the > new namespace X86, which I had to rename as x86 :( > > Anyway, I suppose the lower case 'x' in 'x86' fits in with the > lowercase 'llvm' namespace. > > Build tested on MS VC2003 and Linux. > > Aaron > >----------...
2005 Jul 01
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...nged some other minor things, e.g. I changed the tabs in the files to spaces. Also, I reduced the number of #include's in the headers and .cpp files to the minimum. In the future, please be aware of these issues. Otherwise, the patch looks great! > The only thing I did not like was a clsh between the enum X86 and the new > namespace X86, which I had to rename as x86 :( > > Anyway, I suppose the lower case 'x' in 'x86' fits in with the lowercase > 'llvm' namespace. I'm not sure I follow. X86 is a namespace. I assume you're running into...
2005 Jul 01
3
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...gt; aware of these issues. Okay, sorry I missed doing the inlines. Thought I had taken care of using spaces rather than tabs, I'll check my editor preferences. > Otherwise, the patch looks great! Good. Its not exactly that big a job though :) >> The only thing I did not like was a clsh between the enum X86 and the new >> namespace X86, which I had to rename as x86 :( >> >> Anyway, I suppose the lower case 'x' in 'x86' fits in with the lowercase >> 'llvm' namespace. > > I'm not sure I follow. X86 is a namespace. I assum...
2005 Jul 02
2
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...doInitialization(class llvm::Module &)" > (?doInitialization at X86IntelAsmPrinter@x86 at llvm@@UAE_NAAVModule at 3@@Z) > > > Aaron Gray wrote: > >> Chris, >> >> Okay, I have done as you have requested. >> >> The only thing I did not like was a clsh between the enum X86 and the >> new namespace X86, which I had to rename as x86 :( >> >> Anyway, I suppose the lower case 'x' in 'x86' fits in with the >> lowercase 'llvm' namespace. >> >> Build tested on MS VC2003 and Linux. >> &g...
2005 Jul 11
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
On Sat, 2 Jul 2005, Aaron Gray wrote: >>> The only thing I did not like was a clsh between the enum X86 and the new >>> namespace X86, which I had to rename as x86 :( >>> >>> Anyway, I suppose the lower case 'x' in 'x86' fits in with the lowercase >>> 'llvm' namespace. >> >> I'm not sure I follow. X8...
2005 Jul 01
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
On Thu, 30 Jun 2005, Aaron Gray wrote: > I have "refactored" the X86AsmPrinter into a number of files ready for > the MASM and NASM backends to be added. Nice! > There is a new namespace llvm::X86 to replace the anomonous namespace as > this does not work accross mutiple .h and .cpp files. Other than that > everything is pritty straight forward, t may possibly need
2005 Jun 30
4
[LLVMdev] X86AsmPrinter + MASM and NASM backends
I have "refactored" the X86AsmPrinter into a number of files ready for the MASM and NASM backends to be added. There is a new namespace llvm::X86 to replace the anomonous namespace as this does not work accross mutiple .h and .cpp files. Other than that everything is pritty straight forward, t may possibly need tweeking though. It has been built under MS VS2003, but I am not sure how
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...: dev_err(s->card->dev, "%s: unknown S/PDIF input rate (bits = 0x%x)\n", s->card_name, rate_bits); return 0; - break; } } /*----------------------------------------------------------------------------- Control Interface diff --git a/sound/soc/codecs/wcd-clsh-v2.c b/sound/soc/codecs/wcd-clsh-v2.c index 1be82113c59a..817d8259758c 100644 --- a/sound/soc/codecs/wcd-clsh-v2.c +++ b/sound/soc/codecs/wcd-clsh-v2.c @@ -478,11 +478,10 @@ static int _wcd_clsh_ctrl_set_state(struct wcd_clsh_ctrl *ctrl, int req_state, wcd_clsh_state_hph_l(ctrl, req_state, is_en...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...: dev_err(s->card->dev, "%s: unknown S/PDIF input rate (bits = 0x%x)\n", s->card_name, rate_bits); return 0; - break; } } /*----------------------------------------------------------------------------- Control Interface diff --git a/sound/soc/codecs/wcd-clsh-v2.c b/sound/soc/codecs/wcd-clsh-v2.c index 1be82113c59a..817d8259758c 100644 --- a/sound/soc/codecs/wcd-clsh-v2.c +++ b/sound/soc/codecs/wcd-clsh-v2.c @@ -478,11 +478,10 @@ static int _wcd_clsh_ctrl_set_state(struct wcd_clsh_ctrl *ctrl, int req_state, wcd_clsh_state_hph_l(ctrl, req_state, is_en...