src/cpu/sparc/vm/nativeInst_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/nativeInst_sparc.hpp	Thu Mar 17 20:39:59 2011
--- new/src/cpu/sparc/vm/nativeInst_sparc.hpp	Thu Mar 17 20:39:59 2011

*** 252,261 **** --- 252,262 ---- // Regenerate the instruction sequence that performs the 64 bit // sethi. This only does the sethi. The disp field (bottom 10 bits) // must be handled separately. static void set_data64_sethi(address instaddr, intptr_t x); + static void verify_data64_sethi(address instaddr, intptr_t x); // combine the fields of a sethi/simm13 pair (simm13 = or, add, jmpl, ld/st) static int data32(int sethi_insn, int arith_insn) { assert(is_op2(sethi_insn, Assembler::sethi_op2), "must be sethi"); int hi = Assembler::inv_hi22(sethi_insn);

src/cpu/sparc/vm/nativeInst_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File