src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
changeset 57804 9b7b9f16dfd9
parent 57597 ec78fddafd88
child 58516 d376d86b0a01
equal deleted inserted replaced
57803:23e3ab980622 57804:9b7b9f16dfd9
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2014, 2015, Red Hat Inc. All rights reserved.
     3  * Copyright (c) 2014, 2019, Red Hat Inc. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
  1342       spill(tmp1, true, dst_offset);
  1342       spill(tmp1, true, dst_offset);
  1343       unspill(tmp1, true, src_offset+8);
  1343       unspill(tmp1, true, src_offset+8);
  1344       spill(tmp1, true, dst_offset+8);
  1344       spill(tmp1, true, dst_offset+8);
  1345     }
  1345     }
  1346   }
  1346   }
       
  1347 
       
  1348   void cache_wb(Address line);
       
  1349   void cache_wbsync(bool is_pre);
  1347 };
  1350 };
  1348 
  1351 
  1349 #ifdef ASSERT
  1352 #ifdef ASSERT
  1350 inline bool AbstractAssembler::pd_check_instruction_mark() { return false; }
  1353 inline bool AbstractAssembler::pd_check_instruction_mark() { return false; }
  1351 #endif
  1354 #endif