search for: eacho

Displaying 2 results from an estimated 2 matches for "eacho".

Did you mean: each
2008 Sep 25
3
[LLVMdev] Generating instruction bundles ?
...re so simple I'm hoping I can do everything inside llvm (and I'm only interested in JIT anyway). So I guess the question became obvious by now: how can I do this in llvm? I've been thinking about a couple of solutions: - Use the tablegen template system to generate all the variants for eacho operation (with/without absolute value, with/without negation, with/without post-scaling, with/without all kinds of shuffling, and all combinations of those). Is this possible ? We're talking about approximately 70000 variants per instruction here, approximately 300 if we ignore the shuffling w...
2008 Sep 25
0
[LLVMdev] Generating instruction bundles ?
On Sep 25, 2008, at 6:51 AM, Stephane Marchesin wrote: > > So I guess the question became obvious by now: how can I do this in > llvm? I've been thinking about a couple of solutions: > - Use the tablegen template system to generate all the variants for > eacho operation (with/without absolute value, with/without negation, > with/without post-scaling, with/without all kinds of shuffling, and > all combinations of those). Is this possible ? We're talking about > approximately 70000 variants per instruction here, approximately 300 > if we ig...