search for: base_scalar_2

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

Did you mean: base_scalar_1
2012 Jul 17
2
[LLVMdev] Switching between sibling/cousin registers via API calls
...bling 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/llvm-dev/attach...
2012 Jul 17
0
[LLVMdev] Switching between sibling/cousin registers via API calls
...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 Developers mailing...