Changeset 251893 in webkit for trunk/Source/JavaScriptCore/offlineasm/arm.rb
- Timestamp:
- Oct 31, 2019, 4:28:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/arm.rb
r245906 r251893 469 469 when "sqrtd" 470 470 $asm.puts "vsqrt.f64 #{armFlippedOperands(operands)}" 471 when "ci2d "471 when "ci2ds" 472 472 $asm.puts "vmov #{operands[1].armSingle}, #{operands[0].armOperand}" 473 473 $asm.puts "vcvt.f64.s32 #{operands[1].armOperand}, #{operands[1].armSingle}"
Note:
See TracChangeset
for help on using the changeset viewer.