Changeset 288970 in webkit for trunk/Source/JavaScriptCore/offlineasm/arm64.rb
- Timestamp:
- Feb 2, 2022, 10:50:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/arm64.rb
r281565 r288970 1314 1314 end 1315 1315 $asm.puts "mrs #{tmp}, tpidrro_el0" 1316 $asm.puts "#if !HAVE(SIMPLIFIED_FAST_TLS_BASE)" 1316 1317 $asm.puts "bic #{tmp}, #{tmp}, #7" 1318 $asm.puts "#endif" 1319 1317 1320 $asm.puts "ldr #{operands[1].arm64Operand(:ptr)}, [#{tmp}, #{offset}]" 1318 1321 when "tls_storep" … … 1324 1327 end 1325 1328 $asm.puts "mrs #{tmp}, tpidrro_el0" 1329 $asm.puts "#if !HAVE(SIMPLIFIED_FAST_TLS_BASE)" 1326 1330 $asm.puts "bic #{tmp}, #{tmp}, #7" 1331 $asm.puts "#endif" 1327 1332 $asm.puts "str #{operands[0].arm64Operand(:ptr)}, [#{tmp}, #{offset}]" 1328 1333 when "loadlinkacqb"
Note:
See TracChangeset
for help on using the changeset viewer.