Displaying 2 results from an estimated 2 matches for "879853cf".
2015 Nov 24
2
Hexagon and choosing of slots
...ode where actual shuffling
occurs. I looked through lib/Target/Hexagon but was not able to find it. Is
shuffling now part of a core code?
Thanks,
--
R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151124/879853cf/attachment.html>
2015 Nov 23
3
Hexagon and choosing of slots
I'm curious how does hexagon hardware decide which slot to use for a given
instruction? Is there special hardware to make that decision? I'm asking
because I didn't see any information about which slot to use for a given
packet. Is it even possible to pass this kind of information through
assembly? Say hardware sees a packet and the packet tells it which slot to
use.
I would greatly