NEW 208738
Consider renaming moveConditionally... MacroAssembler emitters.
https://bugs.webkit.org/show_bug.cgi?id=208738
Summary Consider renaming moveConditionally... MacroAssembler emitters.
Mark Lam
Reported 2020-03-06 14:48:40 PST
This moveConditionally... functions actually implement csel semantics instead of cmov. While the "moveConditionally" name can mean select, it is easily confused to mean cmov. Consider renaming them to variants of "select" or something less ambiguous.
Attachments
Note You need to log in before you can comment on or make changes to this bug.