search for: vfpu

Displaying 5 results from an estimated 5 matches for "vfpu".

Did you mean: vcpu
2009 Oct 12
1
[LLVMdev] MIPS backend and VFPU
...er there is no support for vector instructions. I see that vectorization is a very powerfull weapon from LLVM when compared to other compilers but in the case of the Allegrex CPU it is not supported. Are there any plans in the near future to add support for it? If not, which CPUs have some kind of VFPU support already implemented so someone totally noob into the LLVM tablegen could try to look to add it?
2007 May 28
0
[LLVMdev] [llvm-announce] LLVM 2.0 Release
...its potential. > > PSP has two Allegrex cpus : SC (system control) and ME (Media Engine). > Both are designed with a MIPS 2 core plus a dozen instructions borrowed from > MIPS4. > Both also have a standard FPU coprocessor. > But only SC processor has a second coprocessor called VFPU which allows > matrix and vector computations. > > Actually, gcc doesn't handle VFPU at all (i'm speaking about the compiler, > not the assembler). > > I tried to add the necessary things to allow gcc to handle them but I have > only a half success because of the way...
2007 Jul 19
4
[LLVMdev] LLVM-MIPS
...? I can see there is a MIPS implementation in LLVM repository but it looks like uncomplete (that is, I'm not even sure it can compile any source). What I hope is to have a complete MIPS implementation so I can adapt it for PlayStationPortable and add the necessary stuff so that it may use VFPU registers and instructions (processor specialised into vector and matrix operations). > He seems to consult you. to "consult" me ? I'm not sure to understand what you mean. Regards
2007 Jul 19
0
[LLVMdev] LLVM-MIPS
...? I can see there is a MIPS implementation in LLVM repository but it looks like uncomplete (that is, I'm not even sure it can compile any source). What I hope is to have a complete MIPS implementation so I can adapt it for PlayStationPortable and add the necessary stuff so that it may use VFPU registers and instructions (processor specialised into vector and matrix operations). > He seems to consult you. to "consult" me ? I'm not sure to understand what you mean. Regards
2007 Jul 19
0
[LLVMdev] LLVM-MIPS
...s not complete yet but i'm working on it. I can compile simple sources. As it's on a experimental stage i did not added the patch to the llvm autoconf files. to have a complete MIPS implementation so I can adapt it for > PlayStationPortable and add the necessary stuff so that it may use VFPU > registers and instructions (processor specialised into vector and matrix > operations). That's cool, i have plans to do the same for ps2 :) > He seems to consult you. > > to "consult" me ? I'm not sure to understand what you mean. > > Regards > ______...