< prev index next >

src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp

Print this page

        

*** 1726,1741 **** } } } - void LIR_Assembler::fpop() { - Unimplemented(); - // 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_sqrt: { __ fsqrt(dest->as_double_reg(), value->as_double_reg()); break; --- 1726,1735 ----
*** 2691,2710 **** } else { __ sync(); } } - - void LIR_Assembler::set_24bit_FPU() { - Unimplemented(); - } - - void LIR_Assembler::reset_FPU() { - Unimplemented(); - } - - void LIR_Assembler::breakpoint() { __ illtrap(); } --- 2685,2694 ----
*** 2894,2916 **** __ neg(dest->as_register_lo(), left->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) { // Stubs: Called via rt_call, but dest is a stub address (no function descriptor). if (dest == Runtime1::entry_for(Runtime1::register_finalizer_id) || dest == Runtime1::entry_for(Runtime1::new_multi_array_id )) { --- 2878,2887 ----
< prev index next >