Searched refs:LP64 (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dargs.cc35 static bool LP64 = false; variable
85 if( LP64 && !LONGS_IN_ONE_ENTRY ) {
86 printf("LP64 and 2-reg longs not supported\n");
117 else if( !LP64 ) stk_reg_pairs++;
144 tmp = LP64 ? Op_RegL : Op_RegI; // Treat ptrs and ints or long accordingly
197 printf(LP64 ? "LP64 " : "LP32 ");
204 else return STACK_num + (LP64 ? i<<1 : i);
208 if( LP64 && !LONGS_IN_ONE_ENTRY ) {
209 printf("LP64 an
[all...]
/openjdk7/hotspot/make/solaris/
H A Dreorder.sh75 if [ "X$LP64" != "X" ] ; then
282 if [ $arch3 = sparc -a "X$LP64" != "X" ] ; then
289 if [ $arch3 = i386 -a "X$LP64" != "X" ] ; then
320 if [ "X$LP64" != "X" ] ; then
341 if [ "X$LP64" = "X" ] ; then
H A DMakefile61 ifdef LP64
/openjdk7/hotspot/src/share/tools/hsdis/
H A DMakefile39 ifdef LP64
102 ifdef LP64
109 endif # LP64
143 $(MAKE) LP64=1 ${@:%64=%}
/openjdk7/hotspot/make/windows/
H A Dbuild.bat46 set LP64=1 variable
53 set LP64=1 variable
/openjdk7/hotspot/make/bsd/
H A DMakefile70 ifdef LP64
78 # we need to set up LP64 correctly to satisfy sanity checks in adlc
80 MFLAGS += " LP64=1 "
/openjdk7/hotspot/make/linux/
H A DMakefile70 ifdef LP64
78 # we need to set up LP64 correctly to satisfy sanity checks in adlc
80 MFLAGS += " LP64=1 "
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js74 var LP64 = sa.vm.LP64;

Completed in 59 milliseconds