Home
last modified time | relevance | path

Searched refs:dont_save_fp (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc282 Label dont_save_fp(this), save_fp(this); in CallCFunction1WithCallerSavedRegistersMode() local
283 Branch(ShouldSkipFPRegs(mode), &dont_save_fp, &save_fp); in CallCFunction1WithCallerSavedRegistersMode()
284 BIND(&dont_save_fp); in CallCFunction1WithCallerSavedRegistersMode()
303 Label dont_save_fp(this), save_fp(this); in CallCFunction3WithCallerSavedRegistersMode() local
304 Branch(ShouldSkipFPRegs(mode), &dont_save_fp, &save_fp); in CallCFunction3WithCallerSavedRegistersMode()
305 BIND(&dont_save_fp); in CallCFunction3WithCallerSavedRegistersMode()