Displaying 14 results from an estimated 14 matches for "i28".
Did you mean:
28
2016 Apr 29
2
[MemorySSA] Potential CachingMemorySSAWalker bug
...%S1* %0, i32 0, i32 0
%ui20 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 0
%ui22 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 0
%i26 = getelementptr inbounds %S1, %S1* %0, i32 0, i32 1
%i27 = 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,...
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 Feb 17
2
Getting MachineInstr opcode mnemonics as strings
...a MachineInstr? I am writing a
backend analysis pass for security research, where the idea is for a
researcher to examine the output of my pass and identify instructions
from it for use in an attack. Right now I'm representing unique
instructions with nondescript numeric symbols, like "i28" for the 28th
instruction; but it would be nice to give the reader something more
helpful like "i28_MOV32ri64".
MachineInstr doesn't have a getName() function like many other LLVM
IR/MachineIR objects; is there anything roughly equivalent to this? I'm
already using Machi...
2006 Apr 13
0
Hangupcause to handle Called party disconnect ? PSTN----E1----OldPBX---E1--Asterisk
...I've been tracing the communications between the OldPBX (NETWORK) and
Asterisk (USER SIDE) and i found this:
M03 PROGRESS
I08 Cause
Coding Std=CCITT
Location=
Private net-remote
Cause Code=16
I1E Progress indicator
Coding Std=CCITT
Location=
Public net-local
Progress desc=
Inband info avail
I28 Display
Info=CHAMADA DESLIGA
DA
08 02 00 02 03 08 02
85 90 1E 02 82 88 28
11 43 48 41 4D 41 44
41 20 44 45 53 4C 49
47 41 44 41
RXB From User Side
00:45:29.902 Fr.25
L2: Sapi=0 Tei=0
INFO
pf=0 Nr=84 Ns=69
00 01 8A A8
L3: PD=08 CR(D)=2
M7D STATUS
I08 Cause
Coding Std=CCITT
Location=User
Cause Code...
2008 May 28
6
SSH ping etc not working between dom0 and domU''s
...he problem is that I can''t
get ssh or ping to work between my dom0 and domU''s. I can get ssh
connection to and from my other linux server using dom0 or one of my
domU''s and connection to internet works also. Here are my domU config files:
inno:/home/iler# cat /etc/xen/i28
kernel = "/boot/vmlinuz-2.6.18-6-xen-amd64"
ramdisk = "/boot/initrd.img-2.6.18-6-xen-amd64"
memory = 512
name = "i28"
vif = [ ''ip=192.168.1.6,mac=DE:AD:BE:EF:25:10,bridge=xenbr3'' ]
disk = [''phy:/dev/vgxen/i28root,sda1,w'',
''...
2016 May 02
2
[MemorySSA] Potential CachingMemorySSAWalker bug
I've put my changes to EarlyCSE that trigger this case up on phab here:
http://reviews.llvm.org/D19821. These changes depend on
http://reviews.llvm.org/D19664 so that will need to be applied first.
With these changes applied, the original attached .ll file should
trigger this bug when compiled with opt -early-cse -early-cse-use-memoryssa
On 5/2/2016 2:34 PM, Daniel Berlin wrote:
>
2008 Oct 08
3
postfix/dovecot/mysql quotas not working, default dovecot.conf does.
I'm having problems getting dovecot to set imap quotas that are
defined as individual quotas for virtual users using mysql. I'm using
postfix/dovecot 1.1.3, just built from source about a week ago.
I've been testing using telnet and getquotaroot. when I define the
quota in dovecot.conf
quota = dirsize
quota_rule = *:storage=102400
I get the following response from Dovecot:
2018 Jun 29
2
Cleaning up ‘br i1 false’ cases in CodeGenPrepare
...hread59, %cond.true5.i26
%4 = bitcast [16 x i8]* %group17 to i8*
call void @llvm.memcpy.p0i8.p0i8.i64(i8* nonnull %4, i8* %py_grp, i64 %conv, i32 1, i1 false) #5
br label %copy.exit33
cond.false.i29: ; preds = %cond.true5.i26.thread, %cond.true5.i26
%call.i28 = call i32 @check_func() #5
br label %copy.exit33
cond.false9.i31: ; preds = %if.end.thread53, %if.end
%5 = bitcast [16 x i8]* %group17 to i8*
%call10.i30 = call i8* @copy2(i64 16, i8* nonnull %5, i8* %py_grp, i64 %conv) #5
br label %copy.exit33
copy.exi...
2008 Jun 11
6
Ubuntu 7.x and 8x as Xen Guest OS
Hello all,
I have a Xen kernel running on a CentOS 5.1: xen-users@lists.xensource.com
The Xen versions I have are:
rpm -qa | grep xen
kernel-xen-2.6.18-53.1.21.el5
xen-libs-3.0.3-41.el5_1.6
xen-3.0.3-41.el5_1.6
xen-devel-3.0.3-41.el5_1.6
So far I have a few Guest DOMU''s installed successfully - various
CentOS flavors ...
1. I am able to successfully install Ubuntu 6.06 as a Xen
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...un.preheader.thread.i, %roun.preheader.i
%and355960.in.i.ph = phi i32 [ %conv354487956.i, %roun.preheader.i ], [ %conv3544879561023.i, %roun.preheader.thread.i ]
%incdec.ptr353959.i.ph = phi i8* [ %incdec.ptr353955.i, %roun.preheader.i ], [ %add.ptr340.i, %roun.preheader.thread.i ]
%and355960.i289 = and i32 %and355960.in.i.ph, 127
%cmp361.i290 = icmp eq i32 %and355960.i289, 46
br i1 %cmp361.i290, label %if.then363.i, label %if.end374.i
if.then358.i: ; preds = %roun.preheader.i
store i8 49, i8* %incdec.ptr353955.i, align 1, !tbaa !1
%add359.i = ad...
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization.
Its direction is getting clear. Although it hasn't been finished yet,
I'd like to start discussion on ia64 intrinsics paravirtualization.
This patch set is just for discussion so that it is a subset of
xen Linux/ia64 domU paravirtualization, not self complete.
You can get the full patched tree by typing
git clone
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization.
Its direction is getting clear. Although it hasn't been finished yet,
I'd like to start discussion on ia64 intrinsics paravirtualization.
This patch set is just for discussion so that it is a subset of
xen Linux/ia64 domU paravirtualization, not self complete.
You can get the full patched tree by typing
git clone
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support.
Qing He and Eddie Dong also has been woring on pv_ops so that
I want to discuss before going further and avoid duplicated work.
I suppose that Eddie will also post his own patch. So reviewing both
patches, we can reach to better pv_ops interface.
- I didn't changed the ia64 intrinsic paravirtulization abi from
the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support.
Qing He and Eddie Dong also has been woring on pv_ops so that
I want to discuss before going further and avoid duplicated work.
I suppose that Eddie will also post his own patch. So reviewing both
patches, we can reach to better pv_ops interface.
- I didn't changed the ia64 intrinsic paravirtulization abi from
the last post. Presumably it