< prev index next >

src/hotspot/share/c1/c1_LIR.hpp

Print this page

        

*** 886,897 **** , lir_backwardbranch_target , lir_std_entry , lir_osr_entry , lir_build_frame , lir_fpop_raw - , lir_24bit_FPU - , lir_reset_FPU , lir_breakpoint , lir_rtcall , lir_membar , lir_membar_acquire , lir_membar_release --- 886,895 ----
*** 903,913 **** , lir_on_spin_wait , end_op0 , begin_op1 , lir_fxch , lir_fld - , lir_ffree , lir_push , lir_pop , lir_null_check , lir_return , lir_leal --- 901,910 ----
*** 2230,2241 **** void load_stack_address_monitor(int monitor_ix, LIR_Opr dst) { append(new LIR_Op1(lir_monaddr, LIR_OprFact::intConst(monitor_ix), dst)); } void unlock_object(LIR_Opr hdr, LIR_Opr obj, LIR_Opr lock, LIR_Opr scratch, CodeStub* stub); void lock_object(LIR_Opr hdr, LIR_Opr obj, LIR_Opr lock, LIR_Opr scratch, CodeStub* stub, CodeEmitInfo* info); - void set_24bit_fpu() { append(new LIR_Op0(lir_24bit_FPU )); } - void restore_fpu() { append(new LIR_Op0(lir_reset_FPU )); } void breakpoint() { append(new LIR_Op0(lir_breakpoint)); } void arraycopy(LIR_Opr src, LIR_Opr src_pos, LIR_Opr dst, LIR_Opr dst_pos, LIR_Opr length, LIR_Opr tmp, ciArrayKlass* expected_type, int flags, CodeEmitInfo* info) { append(new LIR_OpArrayCopy(src, src_pos, dst, dst_pos, length, tmp, expected_type, flags, info)); } void update_crc32(LIR_Opr crc, LIR_Opr val, LIR_Opr res) { append(new LIR_OpUpdateCRC32(crc, val, res)); } --- 2227,2236 ----
< prev index next >