Displaying 7 results from an estimated 7 matches for "4kem".
2012 Aug 16
3
[LLVMdev] MIPS & GP register
On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>> -march=mips32r2
>>> -mtune=4kem
>>> -msoft-float
>>> -EL
>>>
>>> -Xclang -triple -Xclang mipsel-sde-elf
>>> -Xclang -mrelocation-model -Xclang static
>>>
>>> -Xclang -mllvm -Xclang -mips-ssection-threshold=0
>>> -Xclang -mllvm -Xclang -ena...
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Thu, Aug 16, 2012 at 10:37 AM, Carl Norum <carl at lytro.com> wrote:
>
> On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
>
>> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>>> -march=mips32r2
>>>> -mtune=4kem
>>>> -msoft-float
>>>> -EL
>>>>
>>>> -Xclang -triple -Xclang mipsel-sde-elf
>>>> -Xclang -mrelocation-model -Xclang static
>>>>
>>>> -Xclang -mllvm -Xclang -mips-ssection-threshold=0
>>>>...
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>> -march=mips32r2
>> -mtune=4kem
>> -msoft-float
>> -EL
>>
>> -Xclang -triple -Xclang mipsel-sde-elf
>> -Xclang -mrelocation-model -Xclang static
>>
>> -Xclang -mllvm -Xclang -mips-ssection-threshold=0
>> -Xclang -mllvm -Xclang -enable-mips-delay-filler
We ge...
2012 Aug 16
2
[LLVMdev] MIPS & GP register
...t stomped on? Actually, we generated the list of flags we use without much rhyme or reason, to be honest. Here's what we have and was working (filtered a bit to remove -I, -D, -W flags and sorted out by flag type and in order of what I think matters):
> -march=mips32r2
> -mtune=4kem
> -msoft-float
> -EL
>
> -Xclang -triple -Xclang mipsel-sde-elf
> -Xclang -mrelocation-model -Xclang static
>
> -Xclang -mllvm -Xclang -mips-ssection-threshold=0
> -Xclang -mllvm -Xclang -enable-mips-delay-filler
>
> -Xassembler -G -Xasse...
2012 Aug 17
2
[LLVMdev] MIPS & GP register
...enerated the list of flags we use without much
> rhyme or reason, to be honest. Here's what we have and was working
> (filtered a bit to remove -I, -D, -W flags and sorted out by flag type and
> in order of what I think matters):
>
> > -march=mips32r2
> > -mtune=4kem
> > -msoft-float
> > -EL
> >
> > -Xclang -triple -Xclang mipsel-sde-elf
> > -Xclang -mrelocation-model -Xclang static
> >
> > -Xclang -mllvm -Xclang -mips-ssection-threshold=0
> > -Xclang -mllvm -Xclang -enable-mips-delay-fille...
2012 Aug 17
0
[LLVMdev] MIPS & GP register
...Actually, we generated the list of flags we use without much rhyme or reason, to be honest. Here's what we have and was working (filtered a bit to remove -I, -D, -W flags and sorted out by flag type and in order of what I think matters):
>
> > -march=mips32r2
> > -mtune=4kem
> > -msoft-float
> > -EL
> >
> > -Xclang -triple -Xclang mipsel-sde-elf
> > -Xclang -mrelocation-model -Xclang static
> >
> > -Xclang -mllvm -Xclang -mips-ssection-threshold=0
> > -Xclang -mllvm -Xclang -enable-mips-delay-fille...
2012 Mar 21
0
MIPS emulation ....
.... When I query my qemu-mips under FC14 64-bit, libvirt.x86_64
0.8.3-10.fc14, qemu 2:0.13.0-1.fc14, I see the following:
[root at Q6600:/etc, Wed Mar 21, 03:24 PM] 1022 # qemu-mips -cpu ?
MIPS '4Kc'
MIPS '4Km'
MIPS '4KEcR1'
MIPS '4KEmR1'
MIPS '4KEc'
MIPS '4KEm'
MIPS '24Kc'
MIPS '24Kf'
MIPS '34Kf'
[root at Q6600:/etc, Wed Mar 21, 03:24 PM] 1023 #
I don't recognize any of these, I was hoping for either IPnn or
R10k/12k/14k, etc. I would like to try to set up an SGI guest to run...