Displaying 3 results from an estimated 3 matches for "bitwitdh".
Did you mean:
bitwidth
2009 Dec 06
0
[LLVMdev] Fwd: Fwd: Adding multiples-of-8 integer types to MVT
...PM
Subject: Re: [LLVMdev] Fwd: Adding multiples-of-8 integer types to MVT
To: ether zhhb <etherzhhb at gmail.com>
On Sat, Dec 5, 2009 at 7:24 PM, ether zhhb <etherzhhb at gmail.com> wrote:
> ya, when you targeting some backend like FPGA, you are able to meet a
> integer with any bitwitdh.
That is a *very* good point. Since most FPGA boards are configurable
right down to the bitwidth of the lines, any possible bitwidth could
possibly exist.
2009 Dec 06
0
[LLVMdev] Fwd: Adding multiples-of-8 integer types to MVT
Grr...
---------- Forwarded message ----------
From: OvermindDL1 <overminddl1 at gmail.com>
Date: Sat, Dec 5, 2009 at 5:58 PM
Subject: Re: [LLVMdev] Adding multiples-of-8 integer types to MVT
To: Duncan Sands <duncan.sands at math.u-psud.fr>
On Sat, Dec 5, 2009 at 5:33 AM, Duncan Sands
<duncan.sands at math.u-psud.fr> wrote:
>>> Would there be any interest/opposition
2009 Dec 02
11
[LLVMdev] Adding multiples-of-8 integer types to MVT
Would there be any interest/opposition to extending the set of simple
integer types in MVT to include the missing multiples of 8 (up to 64
bits)? That is: i24, i40, i48, i56?
Adding the types to MVT (and ValueTypes.td) would allow LLVM to be
targeted to architectures that have registers and operations of these
sizes (for example, a 24-bit DSP that I'd like to develop a back end for
has 24-,