search for: adapteva

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

Did you mean: adapter
2017 Jan 19
3
Got stuck with PC-rel branching
Hi all, I'm trying to make an LLVM backend for the Adapteva's Epiphany E16 CPU (used in Parallella board), using CPU0 and some other backends as examples, and I've got stuck with branching. When I'm printing out asm, all branch labels are printed as they should be. But when I'm trying to generate obj file, I'm getting zeros instead of P...
2017 Jan 19
2
Got stuck with PC-rel branching
...-x c - -o /tmp/a.o -c && objdump -d /tmp/a.o Thanks, Petr On Thu, Jan 19, 2017 at 8:06 PM, Friedman, Eli <efriedma at codeaurora.org> wrote: > On 1/19/2017 9:11 AM, Peter Bel via llvm-dev wrote: > > Hi all, > > > > I'm trying to make an LLVM backend for the Adapteva's Epiphany E16 CPU > (used in Parallella board), using CPU0 and some other backends as examples, > and I've got stuck with branching. > > When I'm printing out asm, all branch labels are printed as they should > be. But when I'm trying to generate obj file, I'm ge...