src/share/vm/asm/macroAssembler.inline.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn


  25 #ifndef SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP
  26 #define SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP
  27 
  28 #include "asm/macroAssembler.hpp"
  29 
  30 #ifdef TARGET_ARCH_x86
  31 // no macroAssembler_x86.inline.hpp
  32 #endif
  33 #ifdef TARGET_ARCH_sparc
  34 # include "macroAssembler_sparc.inline.hpp"
  35 #endif
  36 #ifdef TARGET_ARCH_zero
  37 # include "assembler_zero.inline.hpp"
  38 #endif
  39 #ifdef TARGET_ARCH_arm
  40 # include "macroAssembler_arm.inline.hpp"
  41 #endif
  42 #ifdef TARGET_ARCH_ppc
  43 # include "macroAssembler_ppc.inline.hpp"
  44 #endif



  45 
  46 #endif // SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP


  25 #ifndef SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP
  26 #define SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP
  27 
  28 #include "asm/macroAssembler.hpp"
  29 
  30 #ifdef TARGET_ARCH_x86
  31 // no macroAssembler_x86.inline.hpp
  32 #endif
  33 #ifdef TARGET_ARCH_sparc
  34 # include "macroAssembler_sparc.inline.hpp"
  35 #endif
  36 #ifdef TARGET_ARCH_zero
  37 # include "assembler_zero.inline.hpp"
  38 #endif
  39 #ifdef TARGET_ARCH_arm
  40 # include "macroAssembler_arm.inline.hpp"
  41 #endif
  42 #ifdef TARGET_ARCH_ppc
  43 # include "macroAssembler_ppc.inline.hpp"
  44 #endif
  45 #ifdef TARGET_ARCH_aarch64
  46 # include "macroAssembler_aarch64.inline.hpp"
  47 #endif
  48 
  49 #endif // SHARE_VM_ASM_MACROASSEMBLER_INLINE_HPP