search for: simplifiy

Displaying 12 results from an estimated 12 matches for "simplifiy".

Did you mean: simplified
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 arg...
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 ca...
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 &gt...
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 r...
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,...
2008 May 26
0
use aov or lme for split plot design?
...ver the four pseudoreplicates for each chamber or is the pseudoreplication taken out by the Error term? - I often found in the R-helps that people use the lme functiona instead of aov. Which one is more appropriate? - with the aov function can I also eliminate the non significant factors to simplifiy the model? Thanks a lot for your answers Christina -- Christina Sch?del Institute of Botany, University Basel Sch?nbeinstrasse 6 CH-4056 Basel ph. +41 61 267 35 06 fax +41 61 267 29 80 E-Mail C.Schaedel at unibas.ch
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...
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,...
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
...ng concatenation from fdma register macros to ease grep'ability (Arnd) - Add a XP70 rproc driver for ELF firmware loading and start/stop control (Peter) - Add myself as a author of the driver (Peter) Changes since v2: - Change to dma-controller (Arnd) - Remove platform data header file and simplifiy code (Arnd) - Remove FW_LOADER_USER_HELPER_FALLBACK and rework firmware loading to device config (Vinod) - Use SET_RUNTIME_PM_OPS helpers (Vinod) - Remove fdma-id dt prop and use compatibles to generate different fdma firmware names (Arnd / Lee) - Add sti-asoc-card DT nodes and pinmux config fo...
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
...ng concatenation from fdma register macros to ease grep'ability (Arnd) - Add a XP70 rproc driver for ELF firmware loading and start/stop control (Peter) - Add myself as a author of the driver (Peter) Changes since v2: - Change to dma-controller (Arnd) - Remove platform data header file and simplifiy code (Arnd) - Remove FW_LOADER_USER_HELPER_FALLBACK and rework firmware loading to device config (Vinod) - Use SET_RUNTIME_PM_OPS helpers (Vinod) - Remove fdma-id dt prop and use compatibles to generate different fdma firmware names (Arnd / Lee) - Add sti-asoc-card DT nodes and pinmux config fo...