Displaying 12 results from an estimated 12 matches for "simplifiying".
2013 Jan 05
2
[LLVMdev] mips16 hard float puzzle
...ers.
The way gcc mips16 does this is to call helper functions which do the
actual call to the external function. The helper functions copy arg 1
and 2 into fp arg 1 and fp arg 2 and then do the actual call. So whether
you are calling mips16 or mips32 from that point on does not matter.
I'm simplifiying this a bit and you have to think about the mips abi to
understand how this all works but it does.
The question I have is how to find the original prototype.
In order to know if I need to call a helper function, and which helper
function to call, I need to know the return type and type of argume...
2013 Jan 05
4
[LLVMdev] mips16 hard float puzzle
...call helper functions which do the actual
>> call to the external function. The helper functions copy arg 1 and 2 into fp
>> arg 1 and fp arg 2 and then do the actual call. So whether you are calling
>> mips16 or mips32 from that point on does not matter.
>>
>> I'm simplifiying this a bit and you have to think about the mips abi to
>> understand how this all works but it does.
>>
>> The question I have is how to find the original prototype.
>>
>> In order to know if I need to call a helper function, and which helper
>> function to call,...
2013 Jan 05
0
[LLVMdev] mips16 hard float puzzle
...>> call to the external function. The helper functions copy arg 1 and 2 into
>>> fp
>>> arg 1 and fp arg 2 and then do the actual call. So whether you are
>>> calling
>>> mips16 or mips32 from that point on does not matter.
>>>
>>> I'm simplifiying this a bit and you have to think about the mips abi to
>>> understand how this all works but it does.
>>>
>>> The question I have is how to find the original prototype.
>>>
>>> In order to know if I need to call a helper function, and which helper
>&g...
2013 Jan 05
0
[LLVMdev] mips16 hard float puzzle
...s16 does this is to call helper functions which do the actual
> call to the external function. The helper functions copy arg 1 and 2 into fp
> arg 1 and fp arg 2 and then do the actual call. So whether you are calling
> mips16 or mips32 from that point on does not matter.
>
> I'm simplifiying this a bit and you have to think about the mips abi to
> understand how this all works but it does.
>
> The question I have is how to find the original prototype.
>
> In order to know if I need to call a helper function, and which helper
> function to call, I need to know the retu...
2013 Jan 08
2
[LLVMdev] mips16 hard float puzzle
...ernal function. The helper functions copy arg 1 and 2 into
>>>> fp
>>>> arg 1 and fp arg 2 and then do the actual call. So whether you are
>>>> calling
>>>> mips16 or mips32 from that point on does not matter.
>>>>
>>>> I'm simplifiying this a bit and you have to think about the mips abi to
>>>> understand how this all works but it does.
>>>>
>>>> The question I have is how to find the original prototype.
>>>>
>>>> In order to know if I need to call a helper function, and...
2008 May 26
0
use aov or lme for split plot design?
Dear all
I'm not sure if I did the right analysis for my specific split splot
design. We are
studying biomass increase with different CO2 concentrations with four
different
functional plant groups (e.g. grasses, herbs, broad-leafed trees and
conifers). Of each
functional plant group we have four species. The design is orthogonal.
The design is:
Blocks: 2 (climate chambers, called
2013 Jan 08
0
[LLVMdev] mips16 hard float puzzle
...1 and 2
>>>>> into
>>>>> fp
>>>>> arg 1 and fp arg 2 and then do the actual call. So whether you are
>>>>> calling
>>>>> mips16 or mips32 from that point on does not matter.
>>>>>
>>>>> I'm simplifiying this a bit and you have to think about the mips abi to
>>>>> understand how this all works but it does.
>>>>>
>>>>> The question I have is how to find the original prototype.
>>>>>
>>>>> In order to know if I need to call a...
2010 Jul 29
4
Convert plugin
Hi,
I'm trying to convert users from a sendmail server to a postfix/dovecot
server. All works fine but one of the last things is to rescue the
messages in /var/mail/<user> on the old server. This seems very
straitforward using the convert plugin but with the settings from the
wiki, nothing happens when the user logs in. Do I need a private
namespace for this as suggested elsewhere
2013 Jan 08
2
[LLVMdev] mips16 hard float puzzle
...ernal function. The helper functions copy arg 1 and 2 into
>>>> fp
>>>> arg 1 and fp arg 2 and then do the actual call. So whether you are
>>>> calling
>>>> mips16 or mips32 from that point on does not matter.
>>>>
>>>> I'm simplifiying this a bit and you have to think about the mips abi to
>>>> understand how this all works but it does.
>>>>
>>>> The question I have is how to find the original prototype.
>>>>
>>>> In order to know if I need to call a helper function, and...
2019 Sep 09
5
[PATCH 0/4] Merge VRAM MM and GEM VRAM source files
VRAM MM and GEM VRAM are only used with each other. This patch set
moves VRAM MM into GEM VRAM source files and cleans up the helper's
public interface.
Thomas Zimmermann (4):
drm/vram: Move VRAM memory manager to GEM VRAM implementation
drm/vram: Have VRAM MM call GEM VRAM functions directly
drm/vram: Unexport internal functions of VRAM MM
drm/vram: Unconditonally set BO call-back
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice,
This patchset adds support for the Flexible Direct Memory Access (FDMA) core
found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU
with a dedicated firmware. It is a general purpose DMA controller supporting
16 independent channels and data can be moved from memory to memory or between
memory and paced latency critical real time targets.
After quite
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice,
This patchset adds support for the Flexible Direct Memory Access (FDMA) core
found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU
with a dedicated firmware. It is a general purpose DMA controller supporting
16 independent channels and data can be moved from memory to memory or between
memory and paced latency critical real time targets.
After quite