Displaying 4 results from an estimated 4 matches for "vregfoobar".
2017 Dec 25
2
Proposal: On re-purposing/reorganizing MIR sigils ('&', '$', '%').
...s to swap the sigil used for external
symbols ('$') for the ampersand ('&') and re-purpose dollar-sign for
physregs so that physregs have the dollar-sign sigil and vregs have the
percentage ('%') sigil:
essentially:
BL *&*__divsi3 ...
...
$eax = ...
%123 = ...
%vregFooBar = ...
I have an initial patch attached (replaces '$' for '&' for external
symbols). Hoping to open some dialog with the community before doing more
implementation work.
Thanks
PL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists...
2018 Jan 08
2
Proposal: On re-purposing/reorganizing MIR sigils ('&', '$', '%').
...) for the ampersand ('&') and re-purpose dollar-sign for physregs so that physregs have the dollar-sign sigil and vregs have the percentage ('%') sigil:
>
> essentially:
>
> BL &__divsi3 ...
>
> ...
>
> $eax = ...
>
> %123 = ...
>
> %vregFooBar = ...
>
>
> I have an initial patch attached (replaces '$' for '&' for external symbols). Hoping to open some dialog with the community before doing more implementation work.
>
> Thanks
>
> PL
>
> _______________________________________________
&g...
2017 Dec 26
0
Proposal: On re-purposing/reorganizing MIR sigils ('&', '$', '%').
...the ampersand ('&') and re-purpose dollar-sign for
> physregs so that physregs have the dollar-sign sigil and vregs have the
> percentage ('%') sigil:
>
> essentially:
>
> BL *&*__divsi3 ...
>
> ...
>
> $eax = ...
>
> %123 = ...
>
> %vregFooBar = ...
>
>
> I have an initial patch attached (replaces '$' for '&' for external
> symbols). Hoping to open some dialog with the community before doing more
> implementation work.
>
> Thanks
>
> PL
>
> _____________________________________________...
2018 Jan 08
0
Proposal: On re-purposing/reorganizing MIR sigils ('&', '$', '%').
...gn for
>> physregs so that physregs have the dollar-sign sigil and vregs have the
>> percentage ('%') sigil:
>>
>> essentially:
>>
>> BL *&*__divsi3 ...
>>
>> ...
>>
>> $eax = ...
>>
>> %123 = ...
>>
>> %vregFooBar = ...
>>
>>
>> I have an initial patch attached (replaces '$' for '&' for external
>> symbols). Hoping to open some dialog with the community before doing more
>> implementation work.
>>
>> Thanks
>>
>> PL
>>
>> _...