search for: i45

Displaying 8 results from an estimated 8 matches for "i45".

Did you mean: 45
2009 Sep 22
3
[LLVMdev] StructLayout
...VM 2.6 it's getTypeAllocSize, which does the same thing. Unfortunately, this is not correct for bitfields. For example, LLVM reports this struct: typedef struct test1 { short f0 : 10; char f1 : 5; long f2 : 1; long f3 : 45; } test1_t; which in LLVM is: %test1 = type { i10, i5, i1, i45 } to have size 12 on x86-64 whien it should have size 8. I don't know how to work around this since the original bitfield type has been lost by the time we translate to LLVM. Does this need to be handled in the frontend, to munge the struct type and add the necessary masking and shifting so...
2018 Jun 29
2
Cleaning up ‘br i1 false’ cases in CodeGenPrepare
...true, %cond.true8.i27 ], [ true, %cond.false.i29 ], [ false, %cond.false9.i31 ] %6 = icmp ne i8* %py_src, null br i1 %6, label %cond.true.i38, label %if.end8 cond.true.i38: ; preds = %copy.exit33 br i1 %.pre-phi49, label %cond.true5.i40, label %cond.false9.i45 cond.true5.i40: ; preds = %cond.true.i38 %7 = trunc i64 %conv to i32 %cmp6.i39 = icmp ugt i32 %7, 16 br i1 %cmp6.i39, label %cond.false.i43, label %cond.true8.i41 cond.true8.i41: ; preds = %cond.true5.i40 %8 = bitcast [...
2009 Sep 23
0
[LLVMdev] StructLayout
...> Unfortunately, this is not correct for bitfields. For example, > LLVM reports this struct: > > typedef struct test1 { > short f0 : 10; > char f1 : 5; > long f2 : 1; > long f3 : 45; > } test1_t; > > which in LLVM is: > > %test1 = type { i10, i5, i1, i45 } > > to have size 12 on x86-64 whien it should have size 8. > > I don't know how to work around this since the original bitfield type has > been > lost by the time we translate to LLVM. > > Does this need to be handled in the frontend, to munge the struct type > and...
2012 Apr 30
1
Fonts screwed after preview
I'm using a Delphi 7 application that shows a report written in FastReport 4. Before opening the report, fonts are showed ok, as this screenshot shows: [Image: http://i45.tinypic.com/332bj7t.png ] After the report is previewed, app fonts are changed to this (boldened): [Image: http://i46.tinypic.com/de9qia.png ] The bolder fonts aren't the only problem, if I try to re-open the report, it is completely screwed. This only happens on a specific report, the app...
2012 Dec 07
1
9.1-RC3 reproducible kernel panic in ffs_valloc?
Hello :-) After days of problem with my system storage (?) I think I have located the issue, or at least I am able to reproduce it, please take a look at attached picture (photo of a crash). http://i45.tinypic.com/23qtcx.jpg At first I thought that was the Ext2 filesystem issue, but then I have replaced the filesystem to UFS2-SU+J (which increased transfer efficiency and dramatically reduced filesystem check time compared to Ext2) but the issue persisted. This problem occurs also when only / is...
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.
2012 Aug 17
2
How to test Websocket support in SIP in Asterisk trunk?
I see no indication of how to do this in sip.conf, and when I start Asterisk, it doesn't wait on port 80. Greetings, -- Juan Carlos Castro y Castro Instant Solutions - Telefonia Gerando Resultado http://www.instant.com.br Principais capitais: 4063-6100 Demais regi?es: (11)4063-6100
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...i, label %for.inc.6.i.i42.i.i.i.i, label %if.end7.i.i.i.i for.inc.6.i.i42.i.i.i.i: ; preds = %for.inc.5.i.i39.i.i.i.i %142 = load i16* %incdec.ptr.6.i54.i.i, align 2, !tbaa !5 %cmp5.7.i.i41.i.i.i.i = icmp eq i16 %142, 0 br i1 %cmp5.7.i.i41.i.i.i.i, label %for.inc.7.i.i45.i.i.i.i, label %if.end7.i.i.i.i for.inc.7.i.i45.i.i.i.i: ; preds = %for.inc.6.i.i42.i.i.i.i %143 = load i16* %incdec.ptr.7.i55.i.i, align 2, !tbaa !5 %phitmp.i44.i.i.i.i = icmp eq i16 %143, 0 br i1 %phitmp.i44.i.i.i.i, label %if.then6.i.i.i.i, label %if.end7.i.i.i.i...