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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1334 Address LIR_Assembler::as_Address_hi(LIR_Address* addr) { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp262 Address LIR_Assembler::as_Address_hi(LIR_Address* addr) { function in class:LIR_Assembler
818 __ movptr(as_Address_hi(addr), c->as_jint_hi_bits());
1050 __ movl(as_Address_hi(to_addr), from_hi);
1065 __ movl(as_Address_hi(to_addr), from_hi);
1267 __ movl(to_hi, as_Address_hi(addr));
1282 __ movl(to_hi, as_Address_hi(addr));

Completed in 83 milliseconds