Displaying 5 results from an estimated 5 matches for "aribitrary".
Did you mean:
arbitrary
2009 Feb 23
0
[LLVMdev] Creating an LLVM backend for a very small stack machine
...ht also be useful to look at LLVM handles x87
floating-point; the relevant code is in
lib/Target/X86/X86FloatingPoint.cpp.
> * When/where/how do things like big integer (iXXXXX), phi nodes, llvm.*
> instrincs get lowered; e.g. does my target have to do that, or is it done
> generically?
Aribitrary-width integers, vectors, llvm.*, etc. are lowered
generically by the Legalize infrastructure; the backend just has to
say what it can and can't support. See
lib/Target/X86/X86ISelLowering.cpp for an example. I don't know the
details of PHI nodes, but that's also taken care of by instr...
2005 Nov 10
1
R-help: conversion of long decimal numbers into hexadecimal
Hi there,
could somebody help me to convert a decimal number into a hexadecimal number? I know that there is the function "sprintf", but the numbers I want to convert consist of 20 or more numbers. "Spintf" is not able to convert these big numbers.
Thanks for any help.
Antje
[[alternative HTML version deleted]]
2009 Feb 22
4
[LLVMdev] Creating an LLVM backend for a very small stack machine
Hi folks,
I am interesting in creating an LLVM backend for a very small stack machine.
Before I start in on the actual implementation, I'd like to make sure that
I'm on the right track. Any comments, suggestions, warnings, tips, etc
would be greatly appreciated.
Background
----------
There are a number of small as other embedded microprocessors that are often
used in FPGAs such as
2009 Feb 23
2
[LLVMdev] Creating an LLVM backend for a very small stack machine
...ard as possible.
One thing I was considering was pretending I had multiple registers, and
then when they actually get emitted I would thunk in code to do stack
manipulations, hoping that my architecture specific peephole optimizer
would be able to clean it up (or not, for the first cut).
> Aribitrary-width integers, vectors, llvm.*, etc. are lowered
> generically by the Legalize infrastructure; the backend just has to
> say what it can and can't support. See
> lib/Target/X86/X86ISelLowering.cpp for an example. I don't know the
> details of PHI nodes, but that's also ta...
2003 May 30
12
pdf printer
Hi,
I created a PDFPrinter as per
http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2
I have another question, do I need to add a Color Laser Printer Driver in
W2K to the PDF share to generate color PDF in Windows?
Regards,
Norman