search for: 32bits

Displaying 20 results from an estimated 319 matches for "32bits".

Did you mean: 32bit
2015 Sep 25
2
Upper 32bits from 64bit value
Hi, I need to fetch lower and higher 32bits from 64bit value. I found "CreateLShr" function to fetch lower 32bits, llvm::Value *intermediateValue = LLVMIRBuilder->CreateLShr(x64BitValue, 32); What function I need to use for fetching upper 32bits from 64bit value. Thanks in advance, Deep -------------- next part --------------...
2011 Jun 21
1
Wine 64Bits vs Wine 32Bits
Hi, Actually, i install my games into two differents prefix, once in the 32bits prefix and the 64bits prefix. For my test, i tried to install 3 games : - F.E.A.R - Mass Effect 1 - Runaway : A Twist Of Fate F.E.A.R : No problem with the 32bits wineprefix but impossible to install in the 64Bits Wineprefix... It's a joke because in the CD, it's write that the game wor...
2011 Aug 23
1
Sharing network printer drivers with Windows 7 Pro clients does not work
Dear all, This is the tested config : - debian squeeze 32bits (samba 3.5.6 / cups 1.4.4) - 1 PC Win7Pro 32bits - 1 PC Win7Pro 64bits - 1 PC WinXP Pro 32bits - 1 network printer with ps drivers (32bits and 64bits, same driver whether XP or 7) Setting up a network printer from the Windows 7 Pro clients with user root does not work : - first error when select...
2019 Feb 18
2
lld-link fails to link 32bits assembly functions but 64bits pass
Hi Rui, Peter, You know I'm enabling the "clang-cl + lld-link" toolchain for Uefi firmware. I meet a problem that the lld-link fails to link 32bits assembly functions, but can link 64bits assembly functions successfully. I need your suggestion. Below is an example to show my problem in linux. The example has two only source files: main.c and foo.nasm. $ cat main.c void Foo (void); int main() { Foo(); return 0; } $ cat foo.nasm SECTIO...
2014 Jul 01
2
configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
Hi there I have a couple of newbie questions concerning running a 32bits guest in a 64bits host using libvirt - lxc; I’m running libvirt-1.2.5 on fedora18 and fedora20 (a) is this supported at all, and (b) if so how do I configure this for a given guest ? guessing from the mere existence of http://www.redhat.com/archives/libvir-list/2011-February/msg01040.html I woul...
2013 Jul 17
0
consulta xml para ubuntu 32bits
...eddy Omar López Quintero" <freddy.vate01@gmail.com> > Para: "Ana Marina Srur" <asrur@mendoza-conicet.gob.ar> > CC: "r help" <r-help-es@r-project.org> > Enviados: Miércoles, 17 de Julio 2013 12:45:40 > Asunto: Re: [R-es] consulta xml para ubuntu 32bits > > > > Hola. > > > Yo no lo creo así. Si no entiendo mal, el problema parece ser que debes > instalar el paquete XML previamente. ¿Lo has intentado? > > > Saludos. > > > > > 2013/7/17 Ana Marina Srur < asrur@mendoza-conicet.gob.ar > > > &...
2014 Jul 01
0
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
...config should do the trick I need to investigate this out a little further to see if it does what I am expecting or not — Thierry On 02 Jul 2014, at 00:16, Thierry Parmentelat <thierry.parmentelat@inria.fr> wrote: > Hi there > I have a couple of newbie questions concerning running a 32bits guest in a 64bits host using libvirt - lxc; I’m running libvirt-1.2.5 on fedora18 and fedora20 > > (a) is this supported at all, and > (b) if so how do I configure this for a given guest ? > > guessing from the mere existence of http://www.redhat.com/archives/libvir-list/2011-Febr...
2014 Jul 13
0
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
Hi again Sorry for the late reaction on this.. So everything seems to work fine for me when using the setting below, except maybe for one little point I was kind of expecting that # virsh -c lxc:/// lxc-enter-namespace my_32bits_vm ... would run in a 32bits environment too, but from what I can see it is not the case I take it it can be argued, reading the documentation for lxc-enter-namespace again, that might well be the intended behaviour In this case I would argue it would make a lot of sense to have either : (a) lxc-...
2014 May 20
2
question about "struct kvm_segment"
...ructure kvm_segment is defined as follows: struct kvm_segment { __u64 base; __u32 limit; __u16 selector; __u8 type; __u8 present, dpl, db, s, l, g, avl; __u8 unusable; __u8 padding; }; Since the VMX spec defines base is 64 bits, limit is 32bits, selector is 16bits, understandably, __u64, __u32, __u16 is used for them respectively. However, the VMX spec defines that the access rights is 32bits, which includes a 4 bits type, 2 bits dpl, and 1 bit for the present,dpl,db,s,l,g,avl. So why here they are all defined as __u8? It means that, eac...
2014 May 20
2
question about "struct kvm_segment"
...ructure kvm_segment is defined as follows: struct kvm_segment { __u64 base; __u32 limit; __u16 selector; __u8 type; __u8 present, dpl, db, s, l, g, avl; __u8 unusable; __u8 padding; }; Since the VMX spec defines base is 64 bits, limit is 32bits, selector is 16bits, understandably, __u64, __u32, __u16 is used for them respectively. However, the VMX spec defines that the access rights is 32bits, which includes a 4 bits type, 2 bits dpl, and 1 bit for the present,dpl,db,s,l,g,avl. So why here they are all defined as __u8? It means that, eac...
2019 Feb 18
2
lld-link fails to link 32bits assembly functions but 64bits pass
...2019 3:29 PM > To: Shi, Steven <steven.shi at intel.com> > Cc: Rui Ueyama <ruiu at google.com>; 'Peter Smith' > <peter.smith at linaro.org>; 'llvm-dev at lists.llvm.org' <llvm-dev at lists.llvm.org> > Subject: Re: [llvm-dev] lld-link fails to link 32bits assembly functions but > 64bits pass > > On Mon, 18 Feb 2019, Shi, Steven via llvm-dev wrote: > > > > > Hi Rui, Peter, > > > > You know I’m enabling the “clang-cl + lld-link” toolchain for Uefi firmware. > > I meet a problem that the lld-link fails to lin...
2014 Jul 02
2
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
On Wed, Jul 02, 2014 at 12:56:18AM +0200, Thierry Parmentelat wrote: > Hi again > > Answering my own e-mail on a few points: > > . first off, stupid me, http://libvirt.org/format.html indeed is empty and it seems to be by design, but the subtrees are not, like e.g. > http://libvirt.org/formatdomain.html > > . from this page it seems like using something like >
2010 Mar 13
1
Building Wine 32bits on Sid64
Hello, On this page (http://wiki.winehq.org/WineOn64bit#head-64ba498d52dd0a3ccae1c52c5d913d7aa692f9b1), it's possible to build wine 32 if i have a 64-bit system. I'm actually on Debian 64 and when i want to install ia32-apt-get, there isn't package with this name. So, how to install correctly the 32-bit packages ? Thanks
2018 May 28
0
to R Core T: mle function in 32bits not respecting the constrain
> On May 27, 2018, at 10:31 PM, francesc badia roca <fbr600 at gmail.com> wrote: > > I have an issue using mle in versions of 32 bits. > > I am writing a package which I want to submit to the CRAN. > When doing the check, there is an example that has an error running in the > 32 bits version. > > The problem comes from the mle function, using it with a lower
2010 Sep 25
5
unpredictable Xen crash w NetBSD 5.0.2(XEN3PAE_DOMU)
Dear all: I''m sorry I crossmail. I try setup aoe-vblade server on netbsd 5.0.2(domU) and I try to do some stress test with for i in {65536}; do dd if=/dev/zero of=/dev/etherd/e?.? bs=4K;done on a Linux box Two Xen dom0 configurations I use: 1. 32bits SuSE Enterprise Linux 11sp1 2.6.32.12-0.7-xen with 32bits Xen 4.0.0_21091_04-0.2.6 2. 64bits Gentoo 2.6.32-xen-r1 with 64bits Xen 4.0.0 The NIC is RTL-8169 on board After 20~40mins later, whole system (include dom0 and Xen) will crash and reboot. xm dmesg dmesg system message log xend.log console...
2013 Jul 17
3
consulta xml para ubuntu 32bits
Recientemente me intalaron la plataforma Platform: i686-pc-linux-gnu (32-bit). He intentado instalar el paquete dplR tanto desde el cran como desde un archivo y me da el siguiente error: ERROR: dependency ?XML? is not available for package ?dplR? Esto se debe a la versión de Linux que tengo instalada? gracias -- Ana Marina Srur Departamento de Dendrocronología e Historia Ambiental
2012 Sep 19
1
[LLVMdev] [cfe-dev] SPIR Review Status: after Introduction and 32bits vs. 64bits discussions
On Wed, Sep 19, 2012 at 5:43 AM, Benyei, Guy <guy.benyei at intel.com> wrote: > Ouriel, Boaz wrote: > > > ... > > > *** Richard Smith, Eli Friedman & Nadav Rotem: Portability Issues *** > > *****comment 1: int does_this_compile[sizeof(void*) - 3]; > Answer: We are discussing this internally and will provide an answer soon. >
2009 Jun 17
2
[LLVMdev] possible PowerPC (32bits) backend bug
I have been doing some playing with the patterns that define complex instructions, and I saw a behavior that doesn't look right. I think its a bug in the PPC backend. The 32-bit PPC .td file defines a pattern for the fnmsubs instruction like this: def : Pat<(fsub F4RC:$B, (fmul F4RC:$A, F4RC:$C)), (FNMSUBS F4RC:$A, F4RC:$C, F4RC:$B)>,
2018 May 28
2
to R Core T: mle function in 32bits not respecting the constrain
I have an issue using mle in versions of 32 bits. I am writing a package which I want to submit to the CRAN. When doing the check, there is an example that has an error running in the 32 bits version. The problem comes from the mle function, using it with a lower constrain. In 64 bits version it works fine but when I put it in the R 32 bits it fails. (same numbers, all equal!) The call is:
2017 Apr 27
6
Problem with Samba 4.6
Hi, I use samba 4 like domain controler, file server and print server. I am using 4.4.13 version and all its ok. I decide test the new version 4.6 and I have a problem with print server. I can upload 64bits drivers but I cannot upload 32bits drivres. Always give an error. I try upload driver with Windows 7 64 and 32 bits. Some one can help me? King regards. André Freire Gerente de Tecnologia E-mail: carlosandrefreire at gmail.com *skype: andrefreire.hf <andrefreire at ig.com.br>*Tel: (71)99381-7372