comparison src/cpu/x86/vm/sharedRuntime_x86_64.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 7ad529321294
comparison
equal deleted inserted replaced
14029:57d600d3b504 14030:f6c04e69cf75
640 __ cmpptr(pc_reg, temp_reg); 640 __ cmpptr(pc_reg, temp_reg);
641 __ jcc(Assembler::below, L_ok); 641 __ jcc(Assembler::below, L_ok);
642 __ bind(L_fail); 642 __ bind(L_fail);
643 } 643 }
644 644
645 static void gen_i2c_adapter(MacroAssembler *masm, 645 void SharedRuntime::gen_i2c_adapter(MacroAssembler *masm,
646 int total_args_passed, 646 int total_args_passed,
647 int comp_args_on_stack, 647 int comp_args_on_stack,
648 const BasicType *sig_bt, 648 const BasicType *sig_bt,
649 const VMRegPair *regs) { 649 const VMRegPair *regs) {
650 650