Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
X86_64 support for compareDouble(DoubleCondition, FPRegisterID left, …
…FPRegisterID right, RegisterID dest) https://bugs.webkit.org/show_bug.cgi?id=151009 Reviewed by Filip Pizlo. Added compareDouble() macro assembler function and the supporting setnp_r() and setp_r() X86 assembler functions. Hand tested. * assembler/MacroAssemblerX86_64.h: (JSC::MacroAssemblerX86_64::compare64): (JSC::MacroAssemblerX86_64::compareDouble): (JSC::MacroAssemblerX86_64::branch64): * assembler/X86Assembler.h: (JSC::X86Assembler::setnz_r): (JSC::X86Assembler::setnp_r): (JSC::X86Assembler::setp_r): (JSC::X86Assembler::cdq): Canonical link: https://commits.webkit.org/169303@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@192267 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
65 additions
and 1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters