src/cpu/x86/vm/templateInterpreter_x86_64.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Fri Aug  7 15:41:38 2015
--- new/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Fri Aug  7 15:41:38 2015

*** 1706,1717 **** --- 1706,1717 ---- address& dep, address& vep) { assert(t->is_valid() && t->tos_in() == vtos, "illegal template"); Label L; aep = __ pc(); __ push_ptr(); __ jmp(L); ! fep = __ pc(); __ push_f(); __ jmp(L); ! dep = __ pc(); __ push_d(); __ jmp(L); ! fep = __ pc(); __ push_f(xmm0); __ jmp(L); ! dep = __ pc(); __ push_d(xmm0); __ jmp(L); lep = __ pc(); __ push_l(); __ jmp(L); bep = cep = sep = iep = __ pc(); __ push_i(); vep = __ pc(); __ bind(L);

src/cpu/x86/vm/templateInterpreter_x86_64.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File