Searched defs:LP64 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/make/windows/
H A Dbuild.bat46 set LP64=1 variable
53 set LP64=1 variable
/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...]

Completed in 29 milliseconds