<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 3, 2014 at 5:49 PM, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 2 June 2014 18:02, Dana Jansens <<a href="mailto:danakj@google.com">danakj@google.com</a>> wrote:<br>


> Hi Nick,<br>
><br>
> This patch builds on my previous patch[1] (using the config.h #define) to<br>
> provide the virtual register set methods from the ARM EHABI ssection 7.5.<br>
<br>
<br>
</div>Hi Dana,<br>
<br>
+    case _UVRSC_VFP: {<br>
+      unw_fpreg_t value;<br>
+      switch (representation) {<br>
+        case _UVRSD_VFPX:<br>
+          // TODO(ajwong): What does this mean?<br>
+          break;<br>
<br>
Isn't this just a VLDM/VSTM into/from D registers? Should be similar<br>
to the other 64-bit cases, no?<br>
<br>
The rest looks ok to me, but please wait for Nick's review before commit.<br></blockquote><div><br></div><div>FYI, this is an incremental patch. The VFP support is still being fully validated but there will be a followup patch soon. If you'd prefer, we can push all of the VFP and core register bits at once. It'll be a bigish patch though.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
cheers,<br>
--renato<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div></div>