search for: lhz

Displaying 14 results from an estimated 14 matches for "lhz".

Did you mean: hz
2012 Sep 21
0
[LLVMdev] Scheduling question (memory dependency)
...uctions look like: ------------------------------------------------------------------ 16B %vreg2<def> = COPY %X4; G8RC_with_sub_32:%vreg2 32B %vreg1<def> = COPY %X3; G8RC:%vreg1 48B STH8 %vreg1<kill>, 0, <fi#-1>; mem:ST2[FixedStack-1] G8RC:%vreg1 64B %vreg0<def> = LHZ 0, <fi#-1>; mem:LD2[%i11] GPRC:%vreg0 ... ------------------------------------------------------------------ Note the %i11 instead of %0 on the LHZ as another difference. The scheduler then generates a dependency between the store and the load, and everything works properly....
2012 Sep 21
2
[LLVMdev] Scheduling question (memory dependency)
...------------------------------------------------------------- > 16B %vreg2<def> = COPY %X4; G8RC_with_sub_32:%vreg2 > 32B %vreg1<def> = COPY %X3; G8RC:%vreg1 > 48B STH8 %vreg1<kill>, 0, <fi#-1>; mem:ST2[FixedStack-1] > G8RC:%vreg1 > 64B %vreg0<def> = LHZ 0, <fi#-1>; mem:LD2[%i11] GPRC:%vreg0 > ... > ------------------------------------------------------------------ > > Note the %i11 instead of %0 on the LHZ as another difference. The > scheduler then generates a dependency between the store and the load, >...
2012 Sep 21
2
[LLVMdev] Scheduling question (memory dependency)
...----------- > > > 16B %vreg2<def> = COPY %X4; G8RC_with_sub_32:%vreg2 > > > 32B %vreg1<def> = COPY %X3; G8RC:%vreg1 > > > 48B STH8 %vreg1<kill>, 0, <fi#-1>; mem:ST2[FixedStack-1] > > > G8RC:%vreg1 > > > 64B %vreg0<def> = LHZ 0, <fi#-1>; mem:LD2[%i11] GPRC:%vreg0 > > > ... > > > ------------------------------------------------------------------ > > > > > > Note the %i11 instead of %0 on the LHZ as another difference. The > > > scheduler then generates...
2012 Sep 21
0
[LLVMdev] Scheduling question (memory dependency)
...------------------------------------ > > 16B %vreg2<def> = COPY %X4; G8RC_with_sub_32:%vreg2 > > 32B %vreg1<def> = COPY %X3; G8RC:%vreg1 > > 48B STH8 %vreg1<kill>, 0, <fi#-1>; mem:ST2[FixedStack-1] > > G8RC:%vreg1 > > 64B %vreg0<def> = LHZ 0, <fi#-1>; mem:LD2[%i11] GPRC:%vreg0 > > ... > > ------------------------------------------------------------------ > > > > Note the %i11 instead of %0 on the LHZ as another difference. The > > scheduler then generates a dependency between the...
2012 Sep 20
2
[LLVMdev] Scheduling question (memory dependency)
Greetings, I'm investigating a bug in the PowerPC back end in which a load from a storage address is being reordered prior to a store to the same storage address. I'm quite new to LLVM, so I would appreciate some help understanding what I'm seeing from the dumps. I assume that some information is missing that would represent the memory dependency, but I don't know what form that
2012 Sep 21
0
[LLVMdev] Scheduling question (memory dependency)
...; > 16B %vreg2<def> = COPY %X4; G8RC_with_sub_32:%vreg2 > > > > 32B %vreg1<def> = COPY %X3; G8RC:%vreg1 > > > > 48B STH8 %vreg1<kill>, 0, <fi#-1>; mem:ST2[FixedStack-1] > > > > G8RC:%vreg1 > > > > 64B %vreg0<def> = LHZ 0, <fi#-1>; mem:LD2[%i11] GPRC:%vreg0 > > > > ... > > > > ------------------------------------------------------------------ > > > > > > > > Note the %i11 instead of %0 on the LHZ as another difference. The > > > >...
2016 Apr 20
0
Cannot Run On The Command Line
...raded setroubleshoot-server-3.3.5-2.fc23.x86_64 @updates Upgrade 3.3.5-3.fc23.x86_64 @updates The missing part in the above logs is about a kernel update. May the_"Permission denied"_ error be related to SELinux ? Here're the contexts for R and ldpaths: $ ls -lhZ /usr/bin/R /usr/lib64/R/etc/ldpaths system_u:object_r:bin_t:s0 8.6K /usr/bin/R unconfined_u:object_r:lib_t:s0 574 /usr/lib64/R/etc/ldpaths Something weird is that RStudio keeps running as it used to do earlier when R on the command line was still _allowed_ to run. The root's shell gives n...
2008 Jun 11
0
[LLVMdev] Possible miscompilation?
On 2008-06-11, at 13:16, Gary Benson wrote: > Duncan Sands wrote: > >> Can you please attach IR which can be compiled to an executable >> (and shows the problem). > > I've been generating functions using a builder and then compiling > them with ExecutionEngine::getPointerToFunction(). Is there some way > I can get compilable IR from that?
2008 Jun 11
2
[LLVMdev] Possible miscompilation?
Duncan Sands wrote: > Can you please attach IR which can be compiled > to an executable (and shows the problem). I've been generating functions using a builder and then compiling them with ExecutionEngine::getPointerToFunction(). Is there some way I can get compilable IR from that? Cheers, Gary -- http://gbenson.net/
2007 Apr 18
1
[Bridge] [BRIDGE] Unaligned access on IA64 when comparing ethernet addresses
From: Evgeny Kravtsunov <emkravts@openvz.org> compare_ether_addr() implicitly requires that the addresses passed are 2-bytes aligned in memory. This is not true for br_stp_change_bridge_id() and br_stp_recalculate_bridge_id() in which one of the addresses is unsigned char *, and thus may not be 2-bytes aligned. Signed-off-by: Evgeny Kravtsunov <emkravts@openvz.org> Signed-off-by:
2019 Aug 19
2
Starting VM fails with: "Setting different DAC user or group on /path... which is already in use" after upgrading to libvirt 5.6.0-1
...; <rng model='virtio'> <backend model='random'>/dev/urandom</backend> <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/> </rng> </devices> </domain> ls -lhZ /home/libvirt/images/voodoo4* # ls -lhZ /home/libvirt/images/voodoo4* -rw-------. 1 root root system_u:object_r:virt_image_t:s0 20G Aug 17 03:55 /home/libvirt/images/voodoo4-gv0.img -rw-------. 1 root root system_u:object_r:virt_image_t:s0 20G Aug 17 03:55 /home/libvirt/images/voodoo4-gv1.img -rw--...
2008 Jun 12
4
[LLVMdev] Possible miscompilation?
...9 # null546 2679: BB10_43: # not_null547 2680: lwz 3, 8(18) 2681: cmpw 0, 27, 3 2682: bge 0, BB10_220 # out_of_bounds 2683: BB10_44: # in_bounds 2684: slwi 26, 27, 1 2685: add 26, 26, 18 2686: lis 21, 3984 2687: lhz 14, 12(26) 2688: ori 4, 21, 6828 2689: li 3, 136 2690: bl trace_bytecode 2691: ori 4, 21, 6556 2692: li 3, 138 2693: bl trace_bytecode 2694: ori 4, 21, 6516 2695: li 3, 140 2696: bl trace_bytecode 2697:...
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
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...Fm%@uYCU-dln}6ZMn4U)l>y&qkN~J z=8=Z;L%!>Iy|HzzdsBz5U3|pQsWvmN1^&<88-J;4LwZzwQ|2 at LKUK8suWG}a{jWzA zJ_?HX>&#oRS2kbEo>|n~u=G~!Ib3eAoJS$q8}WgrWkoNoParwwuXR9z4J&dYSgdO1 zzF0VCF7b+)S at iE!XsW(HcKg#rj}!K7!>1k_y|J7fWmd`gAvboGLtpr5+Aiw=*t@}> z>HTWmhlL-lRBrpB$E@>lhz at sG!A54RPbk{b^vk<jhMt9`X2r?QrH_C7th6I+uWK09 z-k$Gad!MYBz5BwD8}b)5H^v{;ZC_UO?Df=37y3ZrTrF at S&RWAeMdPo-ZZti2y%@8l zDgpCxS_9(mqd7586Spr#tR2yL-A^%a*jcf%_ri5D$N}T#+7aofi?sT!MLZ_1-^vW{ zNopU8q{6qimO!7ox5$g-^H8k5d+N`ug_MHhoL=7C at E%}^S-<D-%jD~j!b?UBDE(3> zkZiFjrfr7fySe1mkW01MKmCx6!q{4mvS...