Displaying 3 results from an estimated 3 matches for "_gv".
Did you mean:
_gc
2010 Jan 28
2
[LLVMdev] llc generated machine assembly code for NASM
...ot;llc -march=x86
-x86-asm-sytax=intel filename".
.686
.MMX
.XMM
.model flat
EXTERN _abort:near
.text
public _foo
ALIGN 16
_foo proc near
sub ESP, 8
$label1:
mov EAX, DWORD PTR [ESP + 12]
mov DWORD PTR [ESP], EAX
mov DWORD PTR [ESP + 4], 0
mov EAX, DWORD PTR [ESP]
mov DWORD PTR [_gv], EAX
cmp DWORD PTR [ESP], 6
jb $BB1_4
$BB1_1: ; %then
mov DWORD PTR [ESP + 4], 0
ALIGN 16
$BB1_2: ; %while
; Loop Depth 1...
2016 Dec 19
0
visitShiftByConstant of DAGCombiner
On 19 December 2016 at 09:58, Jojo Ma <jojo.ma at linaro.org> wrote:
> /home/likewise-open/SPREADTRUM/jojo.ma/jojoma/source/llvm/llvm-linaro/llvm/llvm/test/CodeGen/Thumb2/machine-licm.ll:88:10:
> error: expected string not found in input
> ; CHECK: movw {{(r[0-9])|(lr)}}, #32768
> ^
> <stdin>:56:2: note: scanning from here
> movw r12, #32768
> ^
Hi
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking