Searched refs:times_ptr (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp394 __ fld_s( Address(rcx, rbx, Address::times_ptr, base_offset));
416 __ movl(rax, Address(rcx, rbx, Address::times_ptr, base_offset));
420 __ movptr(rax, Address(rcx, rbx, Address::times_ptr, base_offset));
485 __ fld_d( Address(rcx, rbx, Address::times_ptr, base_offset));
491 __ movptr(rax, Address(rcx, rbx, Address::times_ptr, base_offset + 0 * wordSize));
492 NOT_LP64(__ movptr(rdx, Address(rcx, rbx, Address::times_ptr, base_offset + 1 * wordSize)));
700 __ movptr(rax, Address(rdx, rax, Address::times_ptr, arrayOopDesc::base_offset_in_bytes(T_OBJECT)));
2098 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2133 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2149 __ movptr(off, Address(cache, index, Address::times_ptr,
[all...]
H A DcppInterpreter_x86.cpp546 __ lea(rsp, Address(rsp, rdx, Address::times_ptr, -extra_stack));
852 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset()));
862 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f2_offset()));
866 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::flags_offset()));
997 __ lea(locals, Address(rsp, rcx, Address::times_ptr, -wordSize));
1562 // Address index(noreg, rcx, Address::times_ptr);
1563 __ movptr(rcx, ArrayAddress(tosca_to_stack, Address(noreg, rcx, Address::times_ptr)));
1564 // __ movl(rcx, Address(noreg, rcx, Address::times_ptr, int(AbstractInterpreter::_tosca_to_stack)));
1713 __ lea(locals, Address(rsp, rcx, Address::times_ptr, wordSize));
1976 __ lea(rsp, Address(rsp, rcx, Address::times_ptr));
[all...]
H A DstubGenerator_x86_32.cpp792 __ lea(end, Address(start, count, Address::times_ptr, -wordSize));
946 int shift = Address::times_ptr - sf;
1112 int shift = Address::times_ptr - sf;
1482 Address end_from_addr(from, length, Address::times_ptr, 0);
1483 Address end_to_addr(to, length, Address::times_ptr, 0);
1490 Address from_element_addr(end_from, count, Address::times_ptr, 0);
1491 Address to_element_addr(end_to, count, Address::times_ptr, 0);
1914 __ lea(from, Address(src, src_pos, Address::times_ptr,
1917 __ lea(to, Address(dst, dst_pos, Address::times_ptr,
1994 __ lea(from, Address(src, src_pos, Address::times_ptr,
[all...]
H A DtemplateTable_x86_64.cpp2140 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2188 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2203 __ movptr(off, Address(cache, index, Address::times_ptr,
2207 __ movl(flags, Address(cache, index, Address::times_ptr,
2213 __ movptr(obj, Address(cache, index, Address::times_ptr,
2252 __ movptr(method, Address(cache, index, Address::times_ptr, index_offset));
2256 __ movptr(method, Address(cache, index, Address::times_ptr, method_offset));
2261 __ movptr(itable_index, Address(cache, index, Address::times_ptr, index_offset));
2263 __ movl(flags, Address(cache, index, Address::times_ptr, flags_offset));
3029 __ movptr(flags, Address(rscratch1, flags, Address::times_ptr));
[all...]
H A DtemplateInterpreter_x86_32.cpp204 Address::times_ptr, constantPoolCacheOopDesc::base_offset() +
691 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset()));
701 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f2_offset()));
705 Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::flags_offset()));
H A Dinterp_masm_x86_32.cpp254 movptr(bytecode, Address(cache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset()));
463 Address index(noreg, rbx, Address::times_ptr);
H A Dinterp_masm_x86_64.cpp257 movl(bytecode, Address(cache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::indices_offset()));
H A DtemplateInterpreter_x86_64.cpp187 Address::times_ptr,
H A Dassembler_x86.hpp161 times_ptr = LP64_ONLY(times_8) NOT_LP64(times_4) enumerator in enum:VALUE_OBJ_CLASS_SPEC::ScaleFactor
H A Dassembler_x86.cpp9339 Address::ScaleFactor times_vte_scale = Address::times_ptr;
9354 lea(recv_klass, Address(recv_klass, itable_index, Address::times_ptr, itentry_off));
9401 vtable_index, Address::times_ptr,

Completed in 3294 milliseconds