Searched refs:LP64_ONLY (Results 1 - 25 of 50) sorted by relevance

12

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Defs_x86.hpp63 pd_last_cpu_reg = NOT_LP64(5) LP64_ONLY(11),
64 pd_first_byte_reg = NOT_LP64(2) LP64_ONLY(0),
65 pd_last_byte_reg = NOT_LP64(5) LP64_ONLY(11),
H A Dinterpreter_x86.hpp30 return NOT_LP64(Address::times_4) LP64_ONLY(Address::times_8);
H A Dc1_LIRAssembler_x86.hpp56 enum { call_stub_size = NOT_LP64(15) LP64_ONLY(28),
58 deopt_handler_size = NOT_LP64(10) LP64_ONLY(17)
H A DmethodHandles_x86.hpp30 adapter_code_size = NOT_LP64(16000 DEBUG_ONLY(+ 25000)) LP64_ONLY(32000 DEBUG_ONLY(+ 150000))
60 return LP64_ONLY(r13) NOT_LP64(rsi);
H A Dassembler_x86.hpp161 times_ptr = LP64_ONLY(times_8) NOT_LP64(times_4)
444 const int FPUStateSizeInWords = NOT_LP64(27) LP64_ONLY( 512 / wordSize);
1902 void increment(Register reg, int value = 1) { LP64_ONLY(incrementq(reg, value)) NOT_LP64(incrementl(reg, value)) ; }
1903 void decrement(Register reg, int value = 1) { LP64_ONLY(decrementq(reg, value)) NOT_LP64(decrementl(reg, value)) ; }
2395 void addptr(Address dst, int32_t src) { LP64_ONLY(addq(dst, src)) NOT_LP64(addl(dst, src)) ; }
2398 void addptr(Register dst, Address src) { LP64_ONLY(addq(dst, src)) NOT_LP64(addl(dst, src)); }
2407 void andptr(Register src1, Register src2) { LP64_ONLY(andq(src1, src2)) NOT_LP64(andl(src1, src2)) ; }
2430 void cmpptr(Register src1, Register src2) { LP64_ONLY(cmpq(src1, src2)) NOT_LP64(cmpl(src1, src2)) ; }
2431 void cmpptr(Register src1, Address src2) { LP64_ONLY(cmpq(src1, src2)) NOT_LP64(cmpl(src1, src2)) ; }
2432 // void cmpptr(Address src1, Register src2) { LP64_ONLY(cmp
[all...]
H A Dc1_LinearScan_x86.hpp50 if (LP64_ONLY(false &&) type == T_LONG) {
H A Dassembler_x86.cpp274 LP64_ONLY(ShouldNotReachHere());
309 base != rbp LP64_ONLY(&& base != r13)) {
330 } else if (base == rsp LP64_ONLY(|| base == r12)) {
352 assert(base != rsp LP64_ONLY(&& base != r12), "illegal addressing mode");
354 base != rbp LP64_ONLY(&& base != r13)) {
394 LP64_ONLY(adjusted -= (next_ip - inst_mark()));
455 LP64_ONLY(assert(false, "shouldn't have that prefix"));
850 LP64_ONLY(|| format == narrow_oop_operand), "format ok");
1129 int operand = LP64_ONLY(disp32_operand) NOT_LP64(imm_operand);
1172 int operand = LP64_ONLY(disp32_operan
[all...]
H A Dc1_Runtime1_x86.cpp46 const Register thread = NOT_LP64(rdi) LP64_ONLY(r15_thread); // is callee-saved register (Visual C++ calling conventions)
323 LP64_ONLY(num_rt_args = 0);
324 LP64_ONLY(assert((reg_save_frame_size * VMRegImpl::stack_slot_size) % 16 == 0, "must be 16 byte aligned");)
650 const Register thread = NOT_LP64(rdi) LP64_ONLY(r15_thread);
778 const Register exception_oop_callee_saved = NOT_LP64(rsi) LP64_ONLY(r14);
782 const Register thread = NOT_LP64(rdi) LP64_ONLY(r15_thread);
1506 __ NOT_LP64(push(rax)) LP64_ONLY(mov(c_rarg0, rax));
1520 LP64_ONLY(__ push(rdx);)
1601 LP64_ONLY(__ pop(rdx);)
1625 const Register thread = NOT_LP64(rax) LP64_ONLY(r15_threa
[all...]
H A DcppInterpreter_x86.cpp76 const Register state = NOT_LP64(rsi) LP64_ONLY(r13);
77 const Register sender_sp_on_entry = NOT_LP64(rsi) LP64_ONLY(r13);
677 const Register thread = LP64_ONLY(r15_thread) NOT_LP64(rsi);
751 const Register monitor = NOT_LP64(rdx) LP64_ONLY(c_rarg1);
1033 const Register unlock_thread = LP64_ONLY(r15_thread) NOT_LP64(rax);
1108 const Register thread = LP64_ONLY(r15_thread) NOT_LP64(rdi);
1429 const Register monitor = NOT_LP64(rdx) LP64_ONLY(c_rarg1);
1768 const Register thread = NOT_LP64(rcx) LP64_ONLY(r15_thread);
H A Dvm_version_x86.cpp369 LP64_ONLY(_supports_atomic_getset8 = true);
370 LP64_ONLY(_supports_atomic_getadd8 = true);
H A Dc1_FrameMap_x86.cpp145 assert(nof_cpu_regs == LP64_ONLY(16) NOT_LP64(8), "wrong number of CPU registers");
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DfreeChunk.hpp82 LP64_ONLY(if (UseCompressedOops) return mark()->is_cms_free_chunk(); else)
103 LP64_ONLY(if (UseCompressedOops) return mark()->get_size(); else )
107 LP64_ONLY(if (UseCompressedOops) set_mark(markOopDesc::set_size_and_free(sz)); else )
119 LP64_ONLY(if (UseCompressedOops) _prev = ptr; else)
H A DpromotionInfo.hpp54 LP64_ONLY(narrowOop _pad;)
58 LP64_ONLY(narrowOop _pad;)
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dglobals_zero.hpp50 define_pd_global(intx, StackShadowPages, 5 LP64_ONLY(+1) DEBUG_ONLY(+3));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.hpp30 adapter_code_size = NOT_LP64(23000 DEBUG_ONLY(+ 40000)) LP64_ONLY(35000 DEBUG_ONLY(+ 50000))
H A DvtableStubs_sparc.cpp228 const int basic = (28 LP64_ONLY(+ 6)) * BytesPerInstWord +
276 // ! 5 more instructions here, LP64_ONLY
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryUsage.hpp73 LP64_ONLY(ret = MIN2(val, (size_t)max_jlong);)
/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp113 #define LP64_ONLY(code) code macro
116 #define LP64_ONLY(code) macro
/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.hpp116 cms_bits = LP64_ONLY(1) NOT_LP64(0),
381 const static uintptr_t size_mask = LP64_ONLY(right_n_bits(size_bits))
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.hpp68 #define QUEUE_SIZE (1 << NOT_LP64(12) LP64_ONLY(13))
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dassembler_solaris_x86.cpp114 int segment = NOT_LP64(Assembler::GS_segment) LP64_ONLY(Assembler::FS_segment);
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.cpp181 if (ft == T_LONG || ft == T_DOUBLE LP64_ONLY(|| !is_java_primitive(ft)) ) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkContext.hpp112 return LP64_ONLY(jlong_type()) NOT_LP64(jint_type());
H A DsharkBuilder.cpp401 "llvm.atomic.cmp.swap.i" LP64_ONLY("64") NOT_LP64("32") ".p0i" LP64_ONLY("64") NOT_LP64("32"),
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp741 LP64_ONLY(argcnt += num_size_args); // halfwords for lengths
755 LP64_ONLY(fields[argp++] = Type::HALF); // other half of long length
798 const Type** fields = TypeTuple::fields(3 LP64_ONLY( + 1));
803 LP64_ONLY(fields[argp++] = Type::HALF); // other half of long length

Completed in 130 milliseconds

12