Displaying 10 results from an estimated 10 matches for "assmebl".
Did you mean:
assmebly
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 o...
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 r...
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
...e bash for debugfs_wedged and drm_lib.sh
tests: Leave basic breadcrumbs in dmesg for shell script based tests
tests/vgem_reload_basic: Leave breadcrumbs in dmesg
tests/tools_test: Fix it up for intel_reg
tools/intel_reg: Return SUCCESS after a succesful dump
build: Fix assmebler/etc. tools build for 32bit x86
marius vlad (1):
demo/Makefile.source: Compile intel_sprite_on when HAVE_LIBDRM_INTEL.
git tag: intel-gpu-tools-1.17
https://xorg.freedesktop.org/archive/individual/app/intel-gpu-tools-1.17.tar.bz2
MD5: f107b8d909243769f8bb8114ccda8531 intel-gpu-tools-1.1...
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/cpufeatu...
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/cpufeatu...
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/cpufeatu...