search for: assmebly

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

Did you mean: assembly
2004 Aug 06
0
[PATCH] SSE Assmebly for Win32
Jean Marc, et al. Attached is a patch adding the Win32 Assembly needed for the SSE optimizations. It is against speex-1.0.2. We have implemented the patch as two new files, filters_sse_win32.h and ltp_sse_win32.h. In addition, there are modifications in filters.c and ltp.c adding a new ifdef called _USE_SSE_WIN32. The patch is fully functional and sees marked improvement in CPU usage
2011 Jun 11
1
[LLVMdev] alpha assembler with llc
...file where Step 4 generates the following error: main.S:1794: Error: unknown pseudo-op: `.bss' If i just use the alphaev67-unknown-linux-gnu-gcc all the files compile just fine. Only when i try to use the 4 steps then i come across this error for 1 file. Is it a version mismatch between llc assmebly and alpha assembler? How should i go about debugging this? The errors also persist if i remove step 2. The difference in error region in llc generated alpha assembly and the corresponding alpha cross compiler gcc genertated assembly is as follow: llc generates: .type fetch_ext_rgba_dxt1, at ob...
2018 Nov 26
4
[RFC] Checking inline assembly for validity
...are some things I still need to do before the patch is ready for a proper review: - Check the memory overhead (during regular compilation) of storing the parsed operand number in the MCOperand. If this is too high, it could be moved to a separate data structure only created when parsing inline assmebly. - There are three different concepts of "operand" here (inline assembly operand, MCParsedAsmOperand and MCOperand), tidy up the naming so that these are a bit clearer. - For checks which depend on the order of instructions (for example, checking that a clobbered register is only re...
2007 Jun 12
2
[LLVMdev] Problems with the tools
I just built LLVM 2.0 on Windows with Visual C++ 2005. After a few tweaks, it produced several nice .exe files. I tried to compile a simple Hello-World program as given in the documentation: -------------------------------------------------------------------------------------- ; Declare the string constant as a global constant... %.LC0 = internal constant [13 x i8 ] c"hello
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
A new intel-gpu-tools quarterly release is available with the following changes: Library changes: - Added an iterator that generate primes for creating input data that should not fall into any patterns that may be optimised by the drivers. (Chris Wilson) - Crashes in fixture blocks now print a stacktrace. (Marius Vlad) - Added support for various system suspend/resume options. (Imre Deak)
2007 Feb 27
6
AMD-64 install hangs on kernel load
I''m trying to install xen-3.0.4 from source on a debian sarge (3.1r4) box with dual AMD-64 processors (with the new HVM support, although I don''t think that''s got anything to do with the problem). I installed only the packages necessary to compile xen and its kernel(gcc, make, bzip2, bridge-utils, etc). In the source directory, I ran ''make world &&
2012 Jul 03
13
[PATCH] various Xen fixes for v3.6 (v1).
I am working on some other bugs and perf issues - and while working I noticed that both sparse and Coverity have reported some issues with Xen drivers. Please see attached various bug-fixes that I am proposing for 3.6.
2018 Dec 16
1
[PATCH v2] x86, kbuild: revert macrofying inline assembly code
...kernel/macros.S deleted file mode 100644 index 161c950..0000000 --- a/arch/x86/kernel/macros.S +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ - -/* - * This file includes headers whose assembly part includes macros which are - * commonly used. The macros are precompiled into assmebly file which is later - * assembled together with each compiled file. - */ - -#include <linux/compiler.h> -#include <asm/refcount.h> -#include <asm/alternative-asm.h> -#include <asm/bug.h> -#include <asm/paravirt.h> -#include <asm/asm.h> -#include <asm/cpufeatur...
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
...kernel/macros.S deleted file mode 100644 index 161c950..0000000 --- a/arch/x86/kernel/macros.S +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ - -/* - * This file includes headers whose assembly part includes macros which are - * commonly used. The macros are precompiled into assmebly file which is later - * assembled together with each compiled file. - */ - -#include <linux/compiler.h> -#include <asm/refcount.h> -#include <asm/alternative-asm.h> -#include <asm/bug.h> -#include <asm/paravirt.h> -#include <asm/asm.h> -#include <asm/cpufeatur...
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
...kernel/macros.S deleted file mode 100644 index 161c950..0000000 --- a/arch/x86/kernel/macros.S +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ - -/* - * This file includes headers whose assembly part includes macros which are - * commonly used. The macros are precompiled into assmebly file which is later - * assembled together with each compiled file. - */ - -#include <linux/compiler.h> -#include <asm/refcount.h> -#include <asm/alternative-asm.h> -#include <asm/bug.h> -#include <asm/paravirt.h> -#include <asm/asm.h> -#include <asm/cpufeatur...