search for: i36

Displaying 15 results from an estimated 15 matches for "i36".

Did you mean: i386
2013 Oct 30
1
[LLVMdev] Optimization bug - spurious shift in partial word test
...sarq $28, %rdi ; <<< spurious shift testq %rdi, %rdi gcc doesnt have this problem. It just emits the shift and test. The reason appears to be that the instruction combining pass decides that the shift and test is equivalent to a test on the partial word, in this case an I36. >From the -debug log: >From the -debug log: .... INSTCOMBINE ITERATION #0 on testit IC: ADDING: 10 instrs to worklist IC: Visiting: %shl = shl i64 %a, 28 IC: Visiting: %cmp = icmp sgt i64 %shl, 0 IC: ADD: %0 = trunc i64 %a to i36 IC: Old = %cmp = icmp sgt i64 %shl, 0 New = <badref>...
2007 Oct 07
5
[LLVMdev] The definition of getTypeSize
Now that I'm working on codegen support for arbitrary precision integers (think i36 or i129), I've hit the problem of what getTypeSize and friends should return for such integers (the current implementations seem to me to be wrong). However it's not clear to me how getTypeSize and friends are defined. There seem to be several possible meanings for the size of a type (onl...
2007 Oct 08
3
[LLVMdev] The definition of getTypeSize
Hi Evan, thanks for replying. > > Now that I'm working on codegen support for arbitrary precision > > integers (think i36 or i129), I've hit the problem of what > > getTypeSize and friends should return for such integers (the > > current implementations seem to me to be wrong). However it's > > not clear to me how getTypeSize and friends are defined. > > > > There seem to be seve...
2007 Oct 08
0
[LLVMdev] The definition of getTypeSize
On Oct 7, 2007, at 11:23 AM, Duncan Sands wrote: > Now that I'm working on codegen support for arbitrary precision > integers (think i36 or i129), I've hit the problem of what > getTypeSize and friends should return for such integers (the > current implementations seem to me to be wrong). However it's > not clear to me how getTypeSize and friends are defined. > > There seem to be several possible meanings for...
2007 Oct 09
0
[LLVMdev] The definition of getTypeSize
On Oct 8, 2007, at 12:47 PM, Duncan Sands wrote: > Hi Evan, thanks for replying. > >>> Now that I'm working on codegen support for arbitrary precision >>> integers (think i36 or i129), I've hit the problem of what >>> getTypeSize and friends should return for such integers (the >>> current implementations seem to me to be wrong). However it's >>> not clear to me how getTypeSize and friends are defined. >>> >>> There...
2007 Oct 08
0
[LLVMdev] The definition of getTypeSize
I do not have a strong opinion on the naming of the various size functions, or on how to deal with APInt's of sizes that are not multiples of a byte. I do think loading and storing more bytes than necessary is generally a bad idea, especially if you're getting uninitialized bits. (If you incorrectly cross a page boundary, you might fault, for one thing. Watch out for packed
2013 Feb 09
1
Troubleshooting underidentification issues in structural equation modelling (SEM)
Hi all, hope someone can help me out with this. Background Introduction I have a data set consisting of data collected from a questionnaire that I wish to validate. I have chosen to use confirmatory factor analysis to analyse this data set. Instrument The instrument consists of 11 subscales. There is a total of 68 items in the 11 subscales. Each item is scored on an integer scale between 1 to 4.
2016 Apr 29
2
[MemorySSA] Potential CachingMemorySSAWalker bug
...getelementptr inbounds %S1, %S1* %0, i32 0, i32 1 %2 = load i32, i32* %i27, align 4 %i28 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 1 %3 = load i32, i32* %i28, align 4 %conv29 = sext i32 %3 to i64 call void @foo(i32 %2) %i35 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 1 %i36 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 1 %i39 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 1 %i41 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 1 %i44 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 1 ret void } declare noalias i8* @malloc() declare void @foo(i32) --...
2015 Oct 29
1
Isohybrid wiki page and UEFI
...he boot part of the >ISO9660 image (kernel and an initrd which is normally built by >MondoRescue which then mounts the ISO9660 FS to have access to >additional content once booted). For now I do not seem to get to boot the >kernel. > >My machines are HP BL 460 Gen9 servers with FW I36 07/21/2015, which is >the latest one available, even if I could try to get a beta one if >needed. So as a summary of what I've tried up to now: The ISO image I make with the script previously shown has now 4 different efi binaries to boot from in the same VFAT32 image embedded on the IS...
2015 Oct 25
0
Isohybrid wiki page and UEFI
...doRescue which then mounts the ISO9660 FS to have access to additional content once booted). For now I do not seem to get to boot the kernel. >There are more matters to consider, such as updating the firmware if >there is such update available. My machines are HP BL 460 Gen9 servers with FW I36 07/21/2015, which is the latest one available, even if I could try to get a beta one if needed. >Feedback about tests with the binaries provided by Gene would be >appreciated. Wasn't successful with them sorry. Best regards, Bruno. -- Open Source Profession, Linux Community Lead WW h...
2015 Oct 23
4
Isohybrid wiki page and UEFI
> Hi, > > some minor nitpicking on Ady's summary: > > > the real "genisoimage" is not really up to the task for > > UEFI-booting. > > In some distros, genisoimage offers option -e for embedding > a FAT filesystem image. > (genisoimage is a fork of mkisofs, so "real" is somewhat > misleading in respect to history.) > > For
2007 Feb 21
0
LLVM 2.0 Progress Report
...ange makes the IR more powerful and efficient. We now no-longer have casts that simply change sign (e.g. int <-> uint), and we now support new operations like bitcast from fp to integer. 3. Reid and Sheng contributed changes to support arbitrary bitwidth integers (e.g. i13, i36, i42, etc) in the front-end and LLVM IR (the code generator does not support them yet). CVS currently supports bitwidths <= 64 bits. Work to support bitwidths larger than 64 bits is underway. See http://llvm.org/PR1043 for more details. 4. Reid removed the 'type pla...
2010 Aug 25
12
Sha1sum Mismatch When Trying to Install GDIPlus :(
Hi, I'm getting a sha1sum mismatch when trying to install gdiplus. Can anyone help me with this? Code: sh winetricks gdiplus Executing curl -L -o WindowsXP-KB975337-x86-ENU.exe -C - --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe % Total % Received % Xferd Average Speed Time
2009 Oct 27
9
Torchlight
Hello, I don't know if you can help me but i tried to install the game but i have an error message after to launch the game. The installation is successful. i did a screen for my error message : [Image: http://pix.toile-libre.org/upload/thumb/1256679788.png ] (http://pix.toile-libre.org/?img=1256679788.png) The problem is during the installation, the game install Visual C++ 2008 and i
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...i, label %for.inc.3.i.i33.i.i.i.i, label %if.end7.i.i.i.i for.inc.3.i.i33.i.i.i.i: ; preds = %for.inc.2.i.i30.i.i.i.i %139 = load i16* %incdec.ptr.3.i51.i.i, align 2, !tbaa !5 %cmp5.4.i.i32.i.i.i.i = icmp eq i16 %139, 0 br i1 %cmp5.4.i.i32.i.i.i.i, label %for.inc.4.i.i36.i.i.i.i, label %if.end7.i.i.i.i for.inc.4.i.i36.i.i.i.i: ; preds = %for.inc.3.i.i33.i.i.i.i %140 = load i16* %incdec.ptr.4.i52.i.i, align 2, !tbaa !5 %cmp5.5.i.i35.i.i.i.i = icmp eq i16 %140, 0 br i1 %cmp5.5.i.i35.i.i.i.i, label %for.inc.5.i.i39.i.i.i.i, label %if.en...