Changeset 269929 in webkit for trunk/Source/JavaScriptCore/offlineasm/cloop.rb
- Timestamp:
- Nov 17, 2020, 3:49:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r267371 r269929 743 743 when "zxi2q" 744 744 $asm.putc "#{operands[1].clLValue(:uint64)} = #{operands[0].clValue(:uint32)};" 745 when "sxb2i" 746 $asm.putc "#{operands[1].clLValue(:int32)} = #{operands[0].clValue(:int8)};" 747 when "sxh2i" 748 $asm.putc "#{operands[1].clLValue(:int32)} = #{operands[0].clValue(:int16)};" 745 749 when "nop" 746 750 $asm.putc "// nop"
Note:
See TracChangeset
for help on using the changeset viewer.