< prev index next >

src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp

Print this page

        

*** 1732,1747 **** } } } } - - void LIR_Assembler::fpop() { - // do nothing - } - - void LIR_Assembler::intrinsic_op(LIR_Code code, LIR_Opr value, LIR_Opr thread, LIR_Opr dest, LIR_Op* op) { switch (code) { case lir_tan: { assert(thread->is_valid(), "preserve the thread object for performance reasons"); assert(dest->as_double_reg() == F0, "the result will be in f0/f1"); --- 1732,1741 ----
*** 2658,2677 **** } else { Unimplemented(); } } - void LIR_Assembler::set_24bit_FPU() { - Unimplemented(); - } - - - void LIR_Assembler::reset_FPU() { - Unimplemented(); - } - - void LIR_Assembler::breakpoint() { __ breakpoint_trap(); } --- 2652,2661 ----
*** 3057,3079 **** Register Rhi = left->as_register_hi(); __ sub(G0, Rlow, dest->as_register_lo()); } } - - void LIR_Assembler::fxch(int i) { - Unimplemented(); - } - - void LIR_Assembler::fld(int i) { - Unimplemented(); - } - - void LIR_Assembler::ffree(int i) { - Unimplemented(); - } - void LIR_Assembler::rt_call(LIR_Opr result, address dest, const LIR_OprList* args, LIR_Opr tmp, CodeEmitInfo* info) { // if tmp is invalid, then the function being called doesn't destroy the thread if (tmp->is_valid()) { --- 3041,3050 ----
< prev index next >