Displaying 8 results from an estimated 8 matches for "d57".
Did you mean:
57
2011 Jun 09
1
Error: missing values where TRUE/FALSE needed
...fix2)
d49 = mytwo(cityst, roots2, suffix2)
d50 = mytwo(inscompany, roots2, suffix2)
d51 = mytwo(state, roots2, suffix3)
d52 = mytwo(city, roots2, suffix3)
d53 = mytwo(cityst, roots2, suffix3)
d54 = mytwo(inscompany, roots2, suffix3)
d55 = mytwo(prefix, state, roots)
d56 = mytwo(prefix, city, roots)
d57 = mytwo(prefix, cityst, roots)
d58 = mytwo(prefix, inscompany, roots)
d59 = mytwo(prefix2, state, roots)
d60 = mytwo(prefix2, city, roots)
d61 = mytwo(prefix2, cityst, roots)
d62 = mytwo(prefix2, inscompany, roots)
d63 = mytwo(prefix, state, roots2)
d64 = mytwo(prefix, city, roots2)
d65 = mytwo(pre...
2011 Jun 09
2
Problem with a if statement inside a function
...quot;cityst", "roots2", "suffix3")
d54 = mytwo("inscompany", "roots2", "suffix3")
d55 = mytwo("prefix", "state", "roots")
d56 = mytwo("prefix", "city", "roots")
d57 = mytwo("prefix", "cityst", "roots")
d58 = mytwo("prefix", "inscompany", "roots")
d59 = mytwo("prefix2", "state", "roots")
d60 = mytwo("prefix2", "city", "roots"...
2011 Jun 09
1
Trying to make code more efficient
...quot;cityst", "roots2", "suffix3")
d54 = mytwo("inscompany", "roots2", "suffix3")
d55 = mytwo("prefix", "state", "roots")
d56 = mytwo("prefix", "city", "roots")
d57 = mytwo("prefix", "cityst", "roots")
d58 = mytwo("prefix", "inscompany", "roots")
d59 = mytwo("prefix2", "state", "roots")
d60 = mytwo("prefix2", "city", "roots"...
2017 Nov 13
2
Reaching definitions on Machine IR post register allocation
...>
> .
>
> .
>
> .
>
> s61: CMP32mr [d62<EFLAGS>!(d58,d80,u205):, u63<RDI>(+d194):u55,
> u64<RSI>(d57):, u65<ECX>(d50):]
>
> This is a test case I was interested in because it shows the partial
> register redefinition scenario in X86 for which more register units
> needed to be added. I have a hacky fix for this in TableGen code which
> adds more units for X86 registers. I...
2017 Nov 24
2
Reaching definitions on Machine IR post register allocation
....
>>>
>>> .
>>>
>>> .
>>>
>>> s61: CMP32mr [d62<EFLAGS>!(d58,d80,u205):, u63<RDI>(+d194):u55,
>>> u64<RSI>(d57):, u65<ECX>(d50):]
>>>
>>> This is a test case I was interested in because it shows the partial
>>> register redefinition scenario in X86 for which more register units needed
>>> to be added. I have a hacky fix for this in TableGen code which adds more
>...
2009 Mar 09
5
Help
...> > d34(N1) d35(N1) d36(N1) d37(N1) d38(A37) d39(N1) d40(N1) .
> >
> > - RECORD TYPE 'C'.
> > - DATA LIST LIST / i2(A1) d41(N1) d42(N1) d43(N1) d44(N1) d45(N1)
> > d46(N1) d47(N1) d48(N1) d49(N1) d50(N1) d51(N1) d52(N1) d53(N1)
> > d54(N1) d55(N1) d56(N1) d57(N1) d58(N1) d59(N1) d60(N1) .
> >
> > - RECORD TYPE 'D'.
> > - DATA LIST LIST / i3(A1) d61(N1) d62(N1) d63(N1) d64(N1) d65(N1)
> > d66(N1) d67(N1) d68(N1) d69(N1) d70(N1) d71(N1) d72(N1) d73(N1)
> > d74(N1) d75(N1) d76(N1) d77(N1) d78(N1) d79(N1) d80(N1) .
>...
2017 Nov 01
2
Reaching definitions on Machine IR post register allocation
Hi Geoff/Krzyssztof,
Wouldn't the isRenamable() change be required even for the RDF based copy propagation? Maybe Hexagon does not impose ABI/ISA restrictions which require specific registers to be used in specific contexts.
Also, if Geoff's copy propagation pass is invoked post-RA wouldn't it need to handle the x86 ISA feature which allows 8 bit/16 bit values to be moved into a
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