[Lldb-commits] [PATCH] D61303: [lldb] [lit] Add write tests for MM/XMM registers
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 30 04:12:51 PDT 2019
mgorny created this revision.
mgorny added reviewers: labath, JDevlieghere, krytarowski.
NB: this time clang complained that I'm using too many registers (and gcc was happy) when I tried using separate operands for every value. So I learned how to use memory ;-). Since this isn't really educated assembly, please lemme know if there's a more elegant way of doing this.
https://reviews.llvm.org/D61303
Files:
lldb/lit/Register/Inputs/x86-mm-xmm-write.cpp
lldb/lit/Register/x86-mm-xmm-write.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61303.197297.patch
Type: text/x-patch
Size: 4504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190430/ff74964e/attachment.bin>
More information about the lldb-commits
mailing list