Changeset 246451 in webkit for trunk/Source/JavaScriptCore/offlineasm/arm64.rb
- Timestamp:
- Jun 14, 2019, 4:14:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/arm64.rb
r246240 r246451 127 127 when 't6' 128 128 arm64GPRName('x6', kind) 129 when 't7' 130 arm64GPRName('x7', kind) 129 131 when 'cfr' 130 132 arm64GPRName('x29', kind) … … 1020 1022 when "memfence" 1021 1023 $asm.puts "dmb sy" 1024 when "bfiq" 1025 $asm.puts "bfi #{operands[3].arm64Operand(:quad)}, #{operands[0].arm64Operand(:quad)}, #{operands[1].value}, #{operands[2].value}" 1022 1026 when "pcrtoaddr" 1023 1027 $asm.puts "adr #{operands[1].arm64Operand(:quad)}, #{operands[0].value}"
Note:
See TracChangeset
for help on using the changeset viewer.