Displaying 2 results from an estimated 2 matches for "base_scalar_1".
Did you mean:
base_scalar_2
2012 Jul 17
2
[LLVMdev] Switching between sibling/cousin registers via API calls
...9;x' is a sibling
of 'y' because of the parent class.
I know I can move to parent/children registers via super/sub classes,
but is there any way in LLVM currently to easily select a cousin/sibling registers that
I am not seeing?
Currently what I've found to work is I do register - base_scalar_1 + base_scalar_2,
but this doesn't seem like the best solution since this has an implicit
assumption on the ordering of the enumerated register values.
Any ideas?
Thanks,
Micah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail...
2012 Jul 17
0
[LLVMdev] Switching between sibling/cousin registers via API calls
...#39; because of the parent class.
>
> I know I can move to parent/children registers via super/sub classes,
> but is there any way in LLVM currently to easily select a cousin/sibling registers that
> I am not seeing?
>
> Currently what I've found to work is I do register - base_scalar_1 + base_scalar_2,
> but this doesn't seem like the best solution since this has an implicit
> assumption on the ordering of the enumerated register values.
>
> Any ideas?
>
> Thanks,
> Micah
>
>
> _______________________________________________
> LLVM Dev...