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.cc185 Label dont_save_fp(this), save_fp(this); in CallCFunction2WithCallerSavedRegistersMode() local
186 Branch(ShouldSkipFPRegs(mode), &dont_save_fp, &save_fp); in CallCFunction2WithCallerSavedRegistersMode()
187 BIND(&dont_save_fp); in CallCFunction2WithCallerSavedRegistersMode()
210 Label dont_save_fp(this), save_fp(this); in CallCFunction3WithCallerSavedRegistersMode() local
211 Branch(ShouldSkipFPRegs(mode), &dont_save_fp, &save_fp); in CallCFunction3WithCallerSavedRegistersMode()
212 BIND(&dont_save_fp); in CallCFunction3WithCallerSavedRegistersMode()