search for: v710

Displaying 6 results from an estimated 6 matches for "v710".

Did you mean: v10
2007 Nov 14
1
Linux PDA/smartphone sync?
Hi, I think I'll finally be able to move away from windows... I just installed linux and I'm wondering what people use as smartphones/PDA. I currently use a motorola V710 phone, which allows me to sync my contacts and calendar, which is all I need. I may change it soon, so I'd like to know what is best to work with linux (I use evolution right now, connected to an exchange (eventually scalix) server). I'm trying to get moto4linux to work, but I'm not...
2010 Jan 30
3
[LLVMdev] [patch] MicroBlaze Backend
...AddrRegImm(SDValue N, SDValue &Disp, SDValue &Base, SelectionDAG &DAG) { Likewise >+def : Proc<"v400", []>; >+def : Proc<"v500", []>; >+def : Proc<"v600", []>; >+def : Proc<"v700", []>; >+def : Proc<"v710", []>; What's the difference between them then? isVN00() predicates are not used. >+ DataLayout(std::string("E-p:32:32-i8:8:8-i16:16:16-n32")), I'm confused. What are the native types for this arch? >+static cl::opt<bool> HasFPUOpt( >+ "mb-has-fpu...
2007 Nov 15
0
AW: Linux PDA/smartphone sync?
...ca> Gesendet: Mittwoch, 14. November 2007 22:13 An: centos at centos.org Betreff: [CentOS] Linux PDA/smartphone sync? Hi, I think I'll finally be able to move away from windows... I just installed linux and I'm wondering what people use as smartphones/PDA. I currently use a motorola V710 phone, which allows me to sync my contacts and calendar, which is all I need. I may change it soon, so I'd like to know what is best to work with linux (I use evolution right now, connected to an exchange (eventually scalix) server). I'm trying to get moto4linux to work, but I'm not...
2010 Jan 30
0
[LLVMdev] [patch] MicroBlaze Backend
On Jan 29, 2010, at 9:42 AM, Wesley Peck wrote: > I have been working on a LLVM backend for the MicroBlaze soft-processor: > http://www.xilinx.com/tools/microblaze.htm > http://en.wikipedia.org/wiki/MicroBlaze Very Cool! > Attached is the initial MicroBlaze patch. It does the following: > 1. Adds mblaze as a target in configure and configure.ac > 2. Adds mblaze specific
2010 Jan 30
0
[LLVMdev] [patch] MicroBlaze Backend
...Value &Base, SelectionDAG &DAG) { > Likewise Done. > >> +def : Proc<"v400", []>; >> +def : Proc<"v500", []>; >> +def : Proc<"v600", []>; >> +def : Proc<"v700", []>; >> +def : Proc<"v710", []>; > What's the difference between them then? isVN00() predicates are not used. These have not been completed yet. Some of the earlier processors don't support all of the instructions but I have not gotten around to enumerating all of the features that each processor support...
2010 Jan 29
3
[LLVMdev] [patch] MicroBlaze Backend
I have been working on a LLVM backend for the MicroBlaze soft-processor: http://www.xilinx.com/tools/microblaze.htm http://en.wikipedia.org/wiki/MicroBlaze Attached is the initial MicroBlaze patch. It does the following: 1. Adds mblaze as a target in configure and configure.ac 2. Adds mblaze specific intrinsics in include/llvm/IntrinsicsMBlaze.td and include/llvm/Intrinsics.td 3. Adds mblaze