comparison src/cpu/x86/vm/sharedRuntime_x86_32.cpp @ 14030:f6c04e69cf75

SharedRuntime: add gen_i2c_adapter, implement it with pre-existing methods in each architecture.
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 27 Feb 2014 16:05:29 +0100
parents 02f27ecb4f3a
children d8041d695d19
comparison
equal deleted inserted replaced
14029:57d600d3b504 14030:f6c04e69cf75
709 __ cmpptr(pc_reg, temp_reg); 709 __ cmpptr(pc_reg, temp_reg);
710 __ jcc(Assembler::below, L_ok); 710 __ jcc(Assembler::below, L_ok);
711 __ bind(L_fail); 711 __ bind(L_fail);
712 } 712 }
713 713
714 static void gen_i2c_adapter(MacroAssembler *masm, 714 void SharedRuntime::gen_i2c_adapter(MacroAssembler *masm,
715 int total_args_passed, 715 int total_args_passed,
716 int comp_args_on_stack, 716 int comp_args_on_stack,
717 const BasicType *sig_bt, 717 const BasicType *sig_bt,
718 const VMRegPair *regs) { 718 const VMRegPair *regs) {
719 719