comparison src/cpu/ppc/vm/interp_masm_ppc_64.hpp @ 20418:b384ba33c9a0

8050942: PPC64: implement template interpreter for ppc64le Reviewed-by: kvn, goetz Contributed-by: asmundak@google.com
author kvn
date Thu, 17 Jul 2014 15:40:04 -0700
parents 63c5920a038d
children c5e86c5cd22e
comparison
equal deleted inserted replaced
20416:99f0593d8c9f 20418:b384ba33c9a0
128 128
129 void get_cache_index_at_bcp(Register Rdst, int bcp_offset, size_t index_size); 129 void get_cache_index_at_bcp(Register Rdst, int bcp_offset, size_t index_size);
130 130
131 void get_cache_and_index_at_bcp(Register cache, int bcp_offset, size_t index_size = sizeof(u2)); 131 void get_cache_and_index_at_bcp(Register cache, int bcp_offset, size_t index_size = sizeof(u2));
132 132
133 void get_u4(Register Rdst, Register Rsrc, int offset, signedOrNot is_signed);
133 134
134 // common code 135 // common code
135 136
136 void field_offset_at(int n, Register tmp, Register dest, Register base); 137 void field_offset_at(int n, Register tmp, Register dest, Register base);
137 int field_offset_at(Register object, address bcp, int offset); 138 int field_offset_at(Register object, address bcp, int offset);