Searched refs:hi (Results 76 - 100 of 110) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/java/lang/
H A DString.java1555 final char hi = Character.highSurrogate(ch);
1559 if (value[i] == hi && value[i + 1] == lo) {
1651 char hi = Character.highSurrogate(ch);
1655 if (value[i] == hi && value[i + 1] == lo) {
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java574 int hi = ranges.length - 1;
575 while (lo <= hi) {
576 int mid = (lo + hi) / 2;
579 hi = mid - 1;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp247 intptr_t hi = (intptr_t)gethi( (unsigned int *)pc ); local
250 return hi | lo;
262 int hi = Assembler::inv_hi22(sethi_insn); local
265 return hi | lo;
629 // sethi %hi(imm), reg; add reg, %lo(imm), reg; ld* [reg1 + reg], reg2
630 // sethi %hi(imm), reg; add reg, %lo(imm), reg; st* reg2, [reg1 + reg]
718 // sethi %hi(imm), reg; nop; add reg, %lo(imm), reg; ld* [reg1 + reg], reg2
719 // sethi %hi(imm), reg; nop; add reg, %lo(imm), reg; st* reg2, [reg1 + reg]
H A Dassembler_sparc.cpp1446 int hi = (int)(value >> 32); local
1451 } else if (hi == 0) {
1456 else if (hi == -1) {
1461 if (Assembler::is_simm13(hi)) {
1462 or3(G0, hi, d);
1464 Assembler::sethi(hi, d); // hardware version zero-extends to upper 32
1465 if (low10(hi) != 0)
1466 or3(d, low10(hi), d);
1471 Assembler::sethi(hi, tmp);
1473 if (low10(hi) !
1485 int hi = (int) (value >> 32); local
[all...]
H A Dassembler_sparc.hpp1036 int hi = (x >> 20) & 3; local
1037 if (hi >= 2) hi |= ~1;
1038 return (((hi << 14) | lo) << 2) + pos;
1055 int hi = (x >> 19) & 3; local
1056 if (hi >= 2) hi |= ~1;
1057 return (((hi << 8) | lo) << 2) + pos;
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSet.java786 int hi = len - 1;
788 // invariant: c < list[hi]
790 int i = (lo + hi) >>> 1;
791 if (i == lo) return hi;
793 hi = i;
/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp246 int32 hi = r0->_hi - r1->_lo; local
252 (((r0->_hi ^ r1->_lo) >= 0) || // hi ends have same signs OR
253 ((r0->_hi ^ hi) >= 0)) ) // hi results have same signs
254 return TypeInt::make(lo,hi,MAX2(r0->_widen,r1->_widen));
355 jlong hi = r0->_hi - r1->_lo; local
361 (((r0->_hi ^ r1->_lo) >= 0) || // hi ends have same signs OR
362 ((r0->_hi ^ hi) >= 0)) ) // hi results have same signs
363 return TypeLong::make(lo,hi,MAX
[all...]
H A Dtype.hpp79 Int, // Integer range (lo-hi)
80 Long, // Long integer range (lo-hi)
411 TypeInt( jint lo, jint hi, int w );
423 static const TypeInt *make(jint lo, jint hi, int w);
467 TypeLong( jlong lo, jlong hi, int w );
479 static const TypeLong *make(jlong lo, jlong hi, int w);
H A Dcfgnode.cpp902 const TypeInt *hi = limit->bottom_type()->isa_int(); local
903 if( lo && hi ) { // Dying loops might have TOP here
906 const TypeInt *tmp = lo; lo = hi; hi = tmp;
909 if( lo->_hi < hi->_lo ) // Reversed endpoints are well defined :-(
910 return TypeInt::make(lo->_lo,hi->_hi,3);
H A Dchaitin.cpp495 OptoReg::Name hi = lrg.reg(); // Get hi register local
496 OptoReg::Name lo = OptoReg::add(hi, (1-lrg.num_regs())); // Find lo
506 OptoReg::Name hi = lrg.reg(); // Get hi register local
507 lrg.Remove(hi); // Yank from mask
509 set_pair(i, hi, lo);
890 // hi-degree live range will not interfere with the color choices
891 // of said hi-degree live range. The Simplify reverse-stack-coloring
1050 // Pull from hi
[all...]
H A Dvectornode.hpp467 // Create a binary tree form for Packs. [lo, hi) (half-open) range
468 PackNode* binary_tree_pack(Compile* C, int lo, int hi);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp215 uint hi = hi_band.getInt(); local
216 return makeLong(hi, lo);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp323 void InterpreterMacroAssembler::pop_l(Register lo, Register hi) { argument
325 pop(hi);
363 void InterpreterMacroAssembler::push_l(Register lo, Register hi) { argument
364 push(hi);
H A Dc1_LIRAssembler_x86.cpp47 static jlong* double_quadword(jlong *adr, jlong lo, jlong hi) { argument
53 operand[1] = hi;
2970 Register hi = left->as_register_hi(); local
2971 assert(lo != SHIFT_count && hi != SHIFT_count, "left cannot be ECX");
2982 case lir_shl: __ lshl(hi, lo); break;
2983 case lir_shr: __ lshr(hi, lo, true); break;
2984 case lir_ushr: __ lshr(hi, lo, false); break;
3610 Register hi = left->as_register_hi(); local
3611 __ lneg(hi, lo);
3612 if (dest->as_register_lo() == hi) {
[all...]
H A DtemplateTable_x86_32.cpp1850 // load lo & hi
1855 // check against lo & hi
2267 const Address hi(obj, off, Address::times_1, 1*wordSize);
2483 const Address hi(obj, off, Address::times_1, 1*wordSize);
2592 NOT_LP64(__ movptr(hi, rdx));
2743 const Address hi(rcx, rbx, Address::times_1, 1*wordSize);
2752 NOT_LP64(__ movptr(hi, rdx));
2786 NOT_LP64(__ movptr(hi, rdx));
2838 const Address hi = Address(rax, rbx, Address::times_1, 1*wordSize); local
H A Dassembler_x86.cpp5748 void MacroAssembler::extend_sign(Register hi, Register lo) { argument
5750 if (VM_Version::is_P6() && hi == rdx && lo == rax) {
5753 movl(hi, lo);
5754 sarl(hi, 31);
5839 // hi(result) = hi(x_lo * y_lo) + lo(x_hi * y_lo) + lo(x_lo * y_hi)
5862 addl(rdx, rbx); // correct hi(x_lo * y_lo)
5865 void MacroAssembler::lneg(Register hi, Register lo) { argument
5867 adcl(hi, 0);
5868 negl(hi);
5871 lshl(Register hi, Register lo) argument
5892 lshr(Register hi, Register lo, bool sign_extension) argument
6434 lneg(Register hi, Register lo) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c1785 long lo, hi, x, y; local
1797 hi = (y >> 16) & 0xffff;
1799 hi += a * c; /* AC */
1801 *hi_product = (unsigned long)hi;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp703 unsigned long hi = a * (long)((unsigned long)_rand_seed >> 16); local
704 lo += (hi & 0x7FFF) << 16;
711 lo += hi >> 15;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java316 int hi = method.getBytecodeIntArg(alignedBCI + 2*jintSize);
317 return (alignedBCI - bci) + (3 + hi - lo + 1)*jintSize;
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java1305 int hi = readByte(b[off]);
1307 return (hi << 8) | lo;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp115 jlong hi = (jint)Bytes::get_Java_u4(aligned_bcp + 2*jintSize); local
116 jlong len = (aligned_bcp - bcp) + (3 + hi - lo + 1)*jintSize;
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAVA.java526 int hi = Character.digit((char)c1, 16);
528 return new Byte((byte)((hi<<4) + lo));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java730 int lo = 0, hi = _bb_count - 1;
732 while (lo <= hi) {
733 int m = (lo + hi) / 2;
754 hi = m - 1;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp598 int lo = 0, hi = _bb_count - 1; local
600 while (lo <= hi) {
601 int m = (lo + hi) / 2;
618 hi = m - 1;
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java461 long hi = cp_Long_hi.getInt();
463 long x = (hi << 32) + ((lo << 32) >>> 32);
478 long hi = cp_Double_hi.getInt();
480 long x = (hi << 32) + ((lo << 32) >>> 32);
1933 case _tableswitch: // apc: (df, lo, hi, (hi-lo+1)*(label))
1940 //initialize apc, df, lo, hi bytes to reasonable bits:

Completed in 259 milliseconds

12345